feat: 添加通知公告功能和相关页面

refactor: 重构财务类型选项为独立变量

docs: 更新版本记录规则和文档

feat(workbench): 新增通知公告列表和详情页面

feat(h5office): 添加h5office文档预览组件和相关配置

style: 优化文章页面样式和布局

fix(update): 添加版本检查日志输出
This commit is contained in:
砂糖
2025-11-07 10:30:50 +08:00
parent 307b46b213
commit 884b1bb311
17 changed files with 2175 additions and 33 deletions

View File

@@ -70,7 +70,9 @@ function checkStorageSpace() {
function checkUpdate(forceCheck = false) {
const localVersion = plus.runtime.version;
const localWgtVersion = uni.getStorageSync('wgtVersion') || localVersion;
console.log(plus.runtime.version, localWgtVersion)
uni.request({
url: 'http://49.232.154.205:10900/fadapp-update/version.json?t=' + Date.now(),
success: (res) => {