luhua
luhua
When "Entity" is added to "GameWord", the "Component" of "Entity" is initialized once. Because some components need to add "Entity" to "GameWord" before they can be fully initialized. For example:...
Hi @fvarrui . Are you considering adding the function of automatically converting pictures to icons? I can provide the following sample: ```java import net.ifok.image.image4j.codec.ico.ICOEncoder; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage;...
Hi @fvarrui ! Whether to consider adding a new function `prevent the program from starting a second time`.
Garbled code
When ${project. Description} is in Chinese, the process displays garbled code ```java - JavaPackager version: 1.6.6 - OS version: windows Server 2019 Datacenter 1809 - JDK version: 1.8 - Build...
It took a very long time at this `Trying to resolve license from POM ...` position .   Sometimes the following exception message will be thrown, but it can...
```kotlin class TestClass1: JsonModel{ val dataProperty = SimpleObjectProperty() var data by dataProperty override fun updateModel(json: JsonObject) { with(json) { data = jsonModel() } } } class TestClass2: JsonModel{ // ......
执行 mvn package命令,在win下直接生成exe文件,自带jre环境 
### 目前使用的 Sakura 版本? 2.4.0 ### 目前使用的 halo 版本? 2.19.3 ### 建议/问题 halo2.19.3 友链页面显示异常,回退版本到2.19.2后正常显示
插件打包就不用自带kotlin的jar了