From fde1ce793d521abe5e2fcd1569adc122b16cde76 Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Thu, 29 Jan 2026 18:38:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E8=A7=86=E9=A2=91=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=8A=B1=E5=91=97=E9=80=BE=E6=9C=9F=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/nav-bar/nav-bar.vue | 413 +++++--- main.js | 2 +- manifest.json | 186 ++-- pages.json | 19 + pages/ant-credit-pay/index.vue | 13 +- .../overdue-payment/overdue-payment.vue | 246 ++++- pages/balance/index.vue | 4 +- pages/bill/bill-detail/bill-detail.vue | 5 +- pages/bill/bill-list/bill-list.vue | 2 +- pages/finance-management/edit/edit.vue | 13 +- pages/finance-management/index.vue | 120 ++- .../select-image/select-image.vue | 8 +- pages/index/index.nvue | 231 +++-- pages/other/splash/splash.vue | 604 +++++++++++ .../video-group-chat/video-group-chat.vue | 776 ++++++++++++++ .../overdue-payment/bottom-image-1.png | Bin 0 -> 99736 bytes .../overdue-payment/bottom-image-2.png | Bin 0 -> 62966 bytes .../overdue-payment/right-grey.png | Bin 0 -> 675 bytes static/image/ant-credit-pay/service-black.png | Bin 0 -> 2074 bytes static/image/ant-credit-pay/setting-black.png | Bin 0 -> 2342 bytes static/image/common/tipLayer-close.png | Bin 0 -> 1099 bytes static/image/common/tipLayer-eye.png | Bin 0 -> 8226 bytes .../navigation-menu/style-1/shipin.png | Bin 1281 -> 1757 bytes static/image/index/qita.png | Bin 0 -> 7183 bytes static/image/index/qita/gongzidan.png | Bin 0 -> 4078 bytes static/image/index/qita/huochepiao.png | Bin 0 -> 3358 bytes static/image/index/qita/jipiao.png | Bin 0 -> 3888 bytes static/image/index/qita/shipinqunliao.png | Bin 0 -> 3636 bytes static/image/other/gzd.png | Bin 0 -> 624722 bytes static/image/other/shuiying.png | Bin 0 -> 4549 bytes static/image/other/video-call/add-image.png | Bin 0 -> 189 bytes static/image/other/video-call/add.png | Bin 0 -> 115 bytes static/image/other/video-call/camera-off.png | Bin 0 -> 1305 bytes static/image/other/video-call/camera-on.png | Bin 0 -> 1152 bytes .../other/video-call/defualt/video-img1.png | Bin 0 -> 132382 bytes .../other/video-call/defualt/video-img2.png | Bin 0 -> 139750 bytes .../other/video-call/defualt/video-img3.png | Bin 0 -> 105882 bytes static/image/other/video-call/float.png | Bin 0 -> 339 bytes static/image/other/video-call/hangup.png | Bin 0 -> 1508 bytes static/image/other/video-call/mic-off.png | Bin 0 -> 1663 bytes static/image/other/video-call/mic-on.png | Bin 0 -> 1603 bytes static/image/other/video-call/mute.png | Bin 0 -> 994 bytes .../other/video-call/screen-mirroring.png | Bin 0 -> 374 bytes static/image/other/video-call/speaker-off.png | Bin 0 -> 1622 bytes static/image/other/video-call/speaker-on.png | Bin 0 -> 1460 bytes static/image/other/video-call/unmute.png | Bin 0 -> 926 bytes uni_modules/lime-painter/changelog.md | 225 ++++ .../components/common/relation.js | 150 +++ .../l-painter-image/l-painter-image.vue | 28 + .../l-painter-qrcode/l-painter-qrcode.vue | 27 + .../l-painter-text/l-painter-text.vue | 33 + .../l-painter-view/l-painter-view.vue | 34 + .../components/l-painter/l-painter.vue | 461 +++++++++ .../lime-painter/components/l-painter/nvue.js | 214 ++++ .../components/l-painter/painter.js | 1 + .../components/l-painter/props.js | 56 + .../components/l-painter/single.js | 1 + .../components/l-painter/utils.js | 368 +++++++ .../components/lime-painter/lime-painter.vue | 235 +++++ .../lime-painter/hybrid/html/index.html | 119 +++ .../lime-painter/hybrid/html/painter.js | 1 + .../hybrid/html/uni.webview.1.5.3.js | 1 + uni_modules/lime-painter/package.json | 93 ++ uni_modules/lime-painter/parser.js | 388 +++++++ uni_modules/lime-painter/readme.md | 961 ++++++++++++++++++ utils/common.js | 17 +- 66 files changed, 5676 insertions(+), 379 deletions(-) create mode 100644 pages/other/splash/splash.vue create mode 100644 pages/other/video-group-chat/video-group-chat.vue create mode 100644 static/image/ant-credit-pay/overdue-payment/bottom-image-1.png create mode 100644 static/image/ant-credit-pay/overdue-payment/bottom-image-2.png create mode 100644 static/image/ant-credit-pay/overdue-payment/right-grey.png create mode 100644 static/image/ant-credit-pay/service-black.png create mode 100644 static/image/ant-credit-pay/setting-black.png create mode 100644 static/image/common/tipLayer-close.png create mode 100644 static/image/common/tipLayer-eye.png create mode 100644 static/image/index/qita.png create mode 100644 static/image/index/qita/gongzidan.png create mode 100644 static/image/index/qita/huochepiao.png create mode 100644 static/image/index/qita/jipiao.png create mode 100644 static/image/index/qita/shipinqunliao.png create mode 100644 static/image/other/gzd.png create mode 100644 static/image/other/shuiying.png create mode 100644 static/image/other/video-call/add-image.png create mode 100644 static/image/other/video-call/add.png create mode 100644 static/image/other/video-call/camera-off.png create mode 100644 static/image/other/video-call/camera-on.png create mode 100644 static/image/other/video-call/defualt/video-img1.png create mode 100644 static/image/other/video-call/defualt/video-img2.png create mode 100644 static/image/other/video-call/defualt/video-img3.png create mode 100644 static/image/other/video-call/float.png create mode 100644 static/image/other/video-call/hangup.png create mode 100644 static/image/other/video-call/mic-off.png create mode 100644 static/image/other/video-call/mic-on.png create mode 100644 static/image/other/video-call/mute.png create mode 100644 static/image/other/video-call/screen-mirroring.png create mode 100644 static/image/other/video-call/speaker-off.png create mode 100644 static/image/other/video-call/speaker-on.png create mode 100644 static/image/other/video-call/unmute.png create mode 100644 uni_modules/lime-painter/changelog.md create mode 100644 uni_modules/lime-painter/components/common/relation.js create mode 100644 uni_modules/lime-painter/components/l-painter-image/l-painter-image.vue create mode 100644 uni_modules/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue create mode 100644 uni_modules/lime-painter/components/l-painter-text/l-painter-text.vue create mode 100644 uni_modules/lime-painter/components/l-painter-view/l-painter-view.vue create mode 100644 uni_modules/lime-painter/components/l-painter/l-painter.vue create mode 100644 uni_modules/lime-painter/components/l-painter/nvue.js create mode 100644 uni_modules/lime-painter/components/l-painter/painter.js create mode 100644 uni_modules/lime-painter/components/l-painter/props.js create mode 100644 uni_modules/lime-painter/components/l-painter/single.js create mode 100644 uni_modules/lime-painter/components/l-painter/utils.js create mode 100644 uni_modules/lime-painter/components/lime-painter/lime-painter.vue create mode 100644 uni_modules/lime-painter/hybrid/html/index.html create mode 100644 uni_modules/lime-painter/hybrid/html/painter.js create mode 100644 uni_modules/lime-painter/hybrid/html/uni.webview.1.5.3.js create mode 100644 uni_modules/lime-painter/package.json create mode 100644 uni_modules/lime-painter/parser.js create mode 100644 uni_modules/lime-painter/readme.md diff --git a/components/nav-bar/nav-bar.vue b/components/nav-bar/nav-bar.vue index 75e4f6b..50e9187 100644 --- a/components/nav-bar/nav-bar.vue +++ b/components/nav-bar/nav-bar.vue @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/main.js b/main.js index b71bc69..6840a2a 100644 --- a/main.js +++ b/main.js @@ -27,7 +27,7 @@ export function createApp() { const systemInfo = uni.getStorageSync('systemInfo') || {} app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android' app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.0.sp4') + uni.setStorageSync('version', '1.0.0.sp7') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); diff --git a/manifest.json b/manifest.json index a12c60d..d132df8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,95 +1,95 @@ { - "name": "alipay-emulator", - "appid": "__UNI__D535736", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "darkmode": false, - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "optimization": { - "subPackages": true - }, - "runmode": "liberate", // 开启分包优化后,必须配置资源释放模式 + "name" : "alipay-emulator", + "appid" : "__UNI__D535736", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : 100, + "transformPx" : false, + /* 5+App特有相关 */ + "app-plus" : { + "darkmode" : false, + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + "optimization" : { + "subPackages" : true + }, + "runmode" : "liberate", // 开启分包优化后,必须配置资源释放模式 - /* 模块配置 */ - "modules": { - "Camera": {}, - "Payment": {} - }, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": { - "dSYMs": false - }, - /* SDK配置 */ - "sdkConfigs": { - "payment": { - "weixin": { - "__platform__": ["ios", "android"], - "appid": "123456", - "UniversalLinks": "https://hhhhh.com/apple-app-site-association/" - }, - "alipay": { - "__platform__": ["ios", "android"] - } - } - } - }, - "nvueLaunchMode": "" - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "", - "setting": { - "urlCheck": false - }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3" -} \ No newline at end of file + /* 模块配置 */ + "modules" : { + "Camera" : {}, + "Payment" : {} + }, + /* 应用发布信息 */ + "distribute" : { + /* android打包配置 */ + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios" : { + "dSYMs" : false + }, + /* SDK配置 */ + "sdkConfigs" : { + "payment" : { + "weixin" : { + "__platform__" : [ "ios", "android" ], + "appid" : "123456", + "UniversalLinks" : "https://hhhhh.com/apple-app-site-association/" + }, + "alipay" : { + "__platform__" : [ "ios", "android" ] + } + } + } + }, + "nvueLaunchMode" : "" + }, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "", + "setting" : { + "urlCheck" : false + }, + "usingComponents" : true + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false + }, + "vueVersion" : "3" +} diff --git a/pages.json b/pages.json index 6e9478f..da0343b 100644 --- a/pages.json +++ b/pages.json @@ -95,6 +95,25 @@ } ] }, + { + "root": "pages/other", + "pages": [{ + "path": "/video-group-chat/video-group-chat", + "style": { + "navigationBarTitleText": "视频群聊", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "splash/splash", + "style": { + "navigationBarTitleText": "工资单", + "navigationStyle": "custom" + } + } + ] + }, { "root": "pages/common", "pages": [{ diff --git a/pages/ant-credit-pay/index.vue b/pages/ant-credit-pay/index.vue index a716837..6fa83e2 100644 --- a/pages/ant-credit-pay/index.vue +++ b/pages/ant-credit-pay/index.vue @@ -8,8 +8,8 @@ - +