From 06bc49e2922d9c0ac6b097a9e78c04e556004d07 Mon Sep 17 00:00:00 2001 From: zouyanyan <254651820@qq.com> Date: Sat, 11 Jul 2026 14:24:26 +0800 Subject: [PATCH] upbug --- manifest.json | 6 +++--- store/chatStore.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c3c4baf..3ea0977 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "瑜伽汇", "appid" : "__UNI__B6E0086", "description" : "瑜伽汇", - "versionName" : "1.0.17", - "versionCode" : 1017, + "versionName" : "1.0.18", + "versionCode" : 1018, "transformPx" : false, "app-plus" : { "flexible" : true, @@ -18,7 +18,7 @@ } }, "compatible" : { - "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 + "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 }, "splashscreen" : { "alwaysShowBeforeRender" : true, diff --git a/store/chatStore.js b/store/chatStore.js index 862724f..a1619db 100644 --- a/store/chatStore.js +++ b/store/chatStore.js @@ -1,5 +1,5 @@ import { MESSAGE_TYPE, MESSAGE_STATUS } from "@/common/enums.js" -import localForage from 'localforage' +// import localForage from 'localforage' import {myCache} from "../utils/utils"; // 全局缓存变量(用于延迟渲染)