优化页面

This commit is contained in:
pengxiaolong
2025-06-09 19:18:38 +08:00
parent d30589fd05
commit c5042d08c3
811 changed files with 2799 additions and 503 deletions

1
unpackage/dist/build/mp-weixin/app.js vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./common/vendor.js");Math;const t={data:()=>({info:{},userSig:"",chatInfo:{}}),onLoad(t){AutomaticCleaning(),e.index.getStorage({key:"userinfo",success:e=>{this.info=e.data,counter.$patch({myitem:this.info})},fail:()=>{}})},methods:{AutomaticCleaning(){const t=e.index.getStorageSync("last_clean_time")||0,a=Date.now();a-t<6048e5||(e.index.clearStorage(),e.index.setStorageSync("last_clean_time",a))}},provide:()=>({$global:{lastPage:null}})};function a(){const a=e.createSSRApp(t);return a.use(e.createPinia()),{app:a,Pinia:e.Pinia}}a().app.mount("#app"),exports.createApp=a;