File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,10 @@ signingConfig signingConfigs.release
6666:::
6767
6868### Android 下载站
69- 目前暂时没有自动化的发布流程,需要手动上传安装包到服务器。具体咨询后端运维同学。
69+ 目前暂时没有自动化的发布流程,需要手动上传安装包到服务器。
70+
71+ 1 . 保证安装包体积小于 25MB
72+ 2 . 将安装包命名为 danxi-latest.apk,上传至 https://github.com/DanXi-Dev/DanXi-Backend/tree/main/public 文件夹下
7073
7174### F-Droid
7275
@@ -134,7 +137,7 @@ git checkout tags/2.2.3
134137## 公告
135138### 应用内更新提醒
136139
137- 1 . 在 [ DanXi-Dev/DanXi-Backend] ( https://github.com/DanXi-Dev/DanXi-Backend ) 仓库中,打开 ` all.json ` 文件,找到 ` "maxVersion": -2 ` 和 ` "maxVersion": -3 ` 的两个条目,将其 ` content ` 字段的值改为当前版本号和更新日志。
140+ 1 . 【deprecated】 在 [ DanXi-Dev/DanXi-Backend] ( https://github.com/DanXi-Dev/DanXi-Backend ) 仓库中,打开 ` all.json ` 文件,找到 ` "maxVersion": -2 ` 和 ` "maxVersion": -3 ` 的两个条目,将其 ` content ` 字段的值改为当前版本号和更新日志。
138141
139142::: caution
140143
@@ -145,4 +148,7 @@ git checkout tags/2.2.3
145148
1461491 . JSON 格式化和转义工具(中文):< https://www.bejson.com/ >
147150
148- :::
151+ :::
152+
153+ 2 . 在 [ DanXi-Dev/DanXi-Backend] ( https://github.com/DanXi-Dev/DanXi-Backend ) 仓库中,打开 ` tmp_wait_for_json_editor.toml ` 文件。找到 [ latest_version] 下的 flutter 字段,修改其值。
154+ 3 . 在 [ https://github.com/DanXi-Dev/danxi-dev.github.io ] 仓库中找到 ` src/views/ProjectAppView.vue ` 文件,按需修改 ` <script> ` 标签中的 ` latestVersion ` 和 ` oldestVersion ` 变量。如有特殊需求,请同步更改该网页内的其他部分(如特性介绍)。
You can’t perform that action at this time.
0 commit comments