feat(任务): 完善任务验收流程和状态管理

- 在任务列表组件中添加验收按钮选项
- 根据任务类型区分验收状态(1表示待验收,2表示已完成)
- 更新任务状态显示文本为更清晰的描述
- 移除任务页面图标的固定颜色
- 修复更新检查中的APK下载链接问题
- 更新版本记录至5.1.1
This commit is contained in:
砂糖
2025-11-11 10:33:15 +08:00
parent 08029c6406
commit 8ebdb221c0
4 changed files with 28 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ function checkUpdate(forceCheck = false) {
success: (res) => {
if (res.confirm) {
const v = remoteVersion.split(' ')[1]
const downloadUrl = `http://49.232.154.205:10900/fadapp-update/fad${v}.apk`;
const downloadUrl = `http://49.232.154.205:10900/fadapp-update/fad.apk`;
// #ifdef APP-PLUS
plus.runtime.openURL(downloadUrl);
// #endif