2 Commits

Author SHA1 Message Date
9c0f65f420 refactor: 修正安卓版本号 2026-03-02 23:17:36 +08:00
118f3d9462 refactor: dev0.0.8 2026-03-02 22:55:46 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"include_pil": false, "include_pil": false,
"include_sqlite": false, "include_sqlite": false,
"layout": null, "layout": null,
"name": "\u8398\u6f9c\u65e5\u8bb0b0.0.6", "name": "\u8398\u6f9c\u65e5\u8bb0b0.0.8",
"numeric_version": 1, "numeric_version": 1,
"orientation": "sensorLandscape", "orientation": "sensorLandscape",
"package": "com.rytstudio.xinlandiary", "package": "com.rytstudio.xinlandiary",

View File

@@ -27,7 +27,7 @@ define gui.show_name = True
## 游戏版本号。 ## 游戏版本号。
define config.version = "dev0.0.7" define config.version = "dev0.0.8"
## 放置在游戏内“关于”屏幕上的文本。将文本放在三个引号之间,并在段落之间留出空 ## 放置在游戏内“关于”屏幕上的文本。将文本放在三个引号之间,并在段落之间留出空
@@ -40,7 +40,7 @@ define gui.about = _p("""
\n 程序FL \n 程序FL
\n 图像FL \n 图像FL
\n 音乐FL \n 音乐FL
\n 感谢以下人员对项目做出的贡献yh, wjj等。 \n 感谢以下人员对项目做出的贡献yh, Zeptyer等。
""") """)