feat: 更新资源包

This commit is contained in:
zoujing
2026-05-13 15:04:57 +08:00
parent ef4415bc12
commit 2054074e65
63 changed files with 261 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
;(function(){
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
const __uniConfig = {"pages":[],"globalStyle":{"navigationBarTextstyle":"black","navigationBarBackgroundcolor":"#F8F8F8","backgroundColor":"#F8F8F8","navigationBar":{"titleText":"","type":"default"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"YGChatCS","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.76","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"fallbackLocale":"zh-Hans","locales":{},"darkmode":false,"themeConfig":{}};
const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/goods/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/goods/album/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/webview/index","meta":{"backgroundColor":"#FFFFFF","navigationBar":{"backgroundColor":"#FFFFFF","style":"custom","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/ChatMain/ChatLongAnswer/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/ChatMain/NoticeMessage/detail","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-order/order/list","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-order/order/detail","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-service/order/list","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-quick/list","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-booking/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-bridge/UploadImage","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-bridge/SaveImage","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"disableScroll":true,"bounce":"none","scrollIndicator":"none","navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/goods/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/goods/album/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/webview/index","meta":{"backgroundColor":"#FFFFFF","navigationBar":{"backgroundColor":"#FFFFFF","style":"custom","type":"default","titleColor":"#000000"},"isNVue":false}},{"path":"pages/ChatMain/ChatLongAnswer/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/ChatMain/NoticeMessage/detail","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/test/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-order/order/list","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-order/order/detail","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-service/order/list","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-quick/list","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-booking/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-bridge/UploadImage","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages-bridge/SaveImage","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
__uniConfig.styles=[];//styles
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});