diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6636981..4981f6b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -240,15 +240,6 @@ importers: specifier: ^2.2.10 version: 2.2.12(typescript@5.9.2) - src/uni_modules/lime-echart: - dependencies: - echarts: - specifier: ^5.4.1 - version: 5.6.0 - zrender: - specifier: ^5.4.3 - version: 5.6.1 - src/uni_modules/mescroll-uni: {} src/uni_modules/uni-icons: {} @@ -1225,7 +1216,6 @@ packages: '@esbuild/darwin-arm64@0.20.2': resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} engines: {node: '>=12'} - cpu: [arm64] os: [darwin] '@esbuild/darwin-arm64@0.23.1': @@ -1243,7 +1233,6 @@ packages: '@esbuild/darwin-x64@0.20.2': resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} engines: {node: '>=12'} - cpu: [x64] os: [darwin] '@esbuild/darwin-x64@0.23.1': @@ -2112,7 +2101,6 @@ packages: '@rollup/rollup-darwin-x64@4.46.2': resolution: {integrity: sha512-SSj8TlYV5nJixSsm/y3QXfhspSiLYP11zpfwp6G/YDXctf3Xkdnk4woJIF5VQe0of2OjzTt8EsxnJDCdHd2xMA==} - cpu: [x64] os: [darwin] '@rollup/rollup-freebsd-arm64@4.46.2': @@ -3442,9 +3430,6 @@ packages: eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - echarts@5.6.0: - resolution: {integrity: sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==} - echarts@6.0.0: resolution: {integrity: sha512-Tte/grDQRiETQP4xz3iZWSvoHrkCQtwqd6hs+mifXcjrCuo2iKWbajFObuLJVBlDIJlOzgQPd1hsaKt/3+OMkQ==} @@ -6459,9 +6444,6 @@ packages: resolution: {integrity: sha512-RcDeKFoCQB51dmrrTb1PMIazjTqGuAbFmjPS0/N5hdUNTCRvxGOOBTBFolvIxUcsWhrocI9C0mYDgUwXT6Dwcg==} engines: {HBuilderX: ^3.0.7} - zrender@5.6.1: - resolution: {integrity: sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==} - zrender@6.0.0: resolution: {integrity: sha512-41dFXEEXuJpNecuUQq6JlbybmnHaqqpGlbH1yxnA5V9MMP4SbohSVZsJIwz+zdjQXSSlR1Vc34EgH1zxyTDvhg==} @@ -10585,11 +10567,6 @@ snapshots: eastasianwidth@0.2.0: {} - echarts@5.6.0: - dependencies: - tslib: 2.3.0 - zrender: 5.6.1 - echarts@6.0.0: dependencies: tslib: 2.3.0 @@ -14175,10 +14152,6 @@ snapshots: z-paging@2.8.7: {} - zrender@5.6.1: - dependencies: - tslib: 2.3.0 - zrender@6.0.0: dependencies: tslib: 2.3.0 diff --git a/src/manifest.json b/src/manifest.json index 09cbe33..fa783d9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { - "name": "", - "appid": "", + "name": "茶址", + "appid": "__UNI__D1E5001", "description": "", "versionName": "1.0.0", "versionCode": "100", @@ -18,22 +18,93 @@ "modules": {}, "distribute": { "android": { - "permissions": [] + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "minSdkVersion": 30, + "targetSdkVersion": 30, + "abiFilters": [ + "armeabi-v7a", + "arm64-v8a" + ] }, "ios": {}, - "sdkConfigs": {} + "sdkConfigs": {}, + "icons": { + "android": { + "hdpi": "static/app/icons/72x72.png", + "xhdpi": "static/app/icons/96x96.png", + "xxhdpi": "static/app/icons/144x144.png", + "xxxhdpi": "static/app/icons/192x192.png" + }, + "ios": { + "appstore": "static/app/icons/1024x1024.png", + "ipad": { + "app": "static/app/icons/76x76.png", + "app@2x": "static/app/icons/152x152.png", + "notification": "static/app/icons/20x20.png", + "notification@2x": "static/app/icons/40x40.png", + "proapp@2x": "static/app/icons/167x167.png", + "settings": "static/app/icons/29x29.png", + "settings@2x": "static/app/icons/58x58.png", + "spotlight": "static/app/icons/40x40.png", + "spotlight@2x": "static/app/icons/80x80.png" + }, + "iphone": { + "app@2x": "static/app/icons/120x120.png", + "app@3x": "static/app/icons/180x180.png", + "notification@2x": "static/app/icons/40x40.png", + "notification@3x": "static/app/icons/60x60.png", + "settings@2x": "static/app/icons/58x58.png", + "settings@3x": "static/app/icons/87x87.png", + "spotlight@2x": "static/app/icons/80x80.png", + "spotlight@3x": "static/app/icons/120x120.png" + } + } + } + }, + "compatible": { + "ignoreVersion": true } }, "quickapp": {}, "mp-weixin": { - "appid": "", + "appid": "wx63e106209b842919", "setting": { - "urlCheck": false + "urlCheck": false, + "es6": true, + "minified": true }, - "usingComponents": true + "usingComponents": true, + "requiredPrivateInfos": [ + "getLocation" + ], + "optimization": { + "subPackages": true + }, + "permission": { + "scope.userLocation": { + "desc": "我们需要获取您的位置,以方便推荐附近茶室给您" + } + } }, "mp-alipay": { - "usingComponents": true + "usingComponents": true, + "styleIsolation": "shared" }, "mp-baidu": { "usingComponents": true @@ -45,126 +116,7 @@ "enable": false }, "vueVersion": "3", - "default": { - "name": "茶址", - "appid": "__UNI__D1E5001", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - "h5": { - "router": {} - }, - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "compatible": { - "ignoreVersion": true - }, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "modules": {}, - "distribute": { - "android": { - "minSdkVersion": 30, - "targetSdkVersion": 30, - "abiFilters": [ - "armeabi-v7a", - "arm64-v8a" - ], - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - "ios": {}, - "sdkConfigs": {}, - "icons": { - "android": { - "hdpi": "static/app/icons/72x72.png", - "xhdpi": "static/app/icons/96x96.png", - "xxhdpi": "static/app/icons/144x144.png", - "xxxhdpi": "static/app/icons/192x192.png" - }, - "ios": { - "appstore": "static/app/icons/1024x1024.png", - "ipad": { - "app": "static/app/icons/76x76.png", - "app@2x": "static/app/icons/152x152.png", - "notification": "static/app/icons/20x20.png", - "notification@2x": "static/app/icons/40x40.png", - "proapp@2x": "static/app/icons/167x167.png", - "settings": "static/app/icons/29x29.png", - "settings@2x": "static/app/icons/58x58.png", - "spotlight": "static/app/icons/40x40.png", - "spotlight@2x": "static/app/icons/80x80.png" - }, - "iphone": { - "app@2x": "static/app/icons/120x120.png", - "app@3x": "static/app/icons/180x180.png", - "notification@2x": "static/app/icons/40x40.png", - "notification@3x": "static/app/icons/60x60.png", - "settings@2x": "static/app/icons/58x58.png", - "settings@3x": "static/app/icons/87x87.png", - "spotlight@2x": "static/app/icons/80x80.png", - "spotlight@3x": "static/app/icons/120x120.png" - } - } - } - } - }, - "quickapp": {}, - "mp-weixin": { - "appid": "wx63e106209b842919", - "setting": { - "urlCheck": false, - "es6": true, - "minified": true - }, - "requiredPrivateInfos": [ - "getLocation" - ], - "optimization": { - "subPackages": true - }, - "usingComponents": true, - "permission": { - "scope.userLocation": { - "desc": "我们需要获取您的位置,以方便推荐附近茶室给您" - } - } - }, - "mp-alipay": { - "usingComponents": true, - "styleIsolation": "shared" - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3" + "h5": { + "router": {} } } \ No newline at end of file diff --git a/src/pages/my/img/bg.png b/src/pages/my/img/bg.png new file mode 100644 index 0000000..822e83d Binary files /dev/null and b/src/pages/my/img/bg.png differ diff --git a/src/pages/my/img/modify.png b/src/pages/my/img/modify.png new file mode 100644 index 0000000..875631e Binary files /dev/null and b/src/pages/my/img/modify.png differ diff --git a/src/pages/my/img/修改 (1).png b/src/pages/my/img/修改 (1).png new file mode 100644 index 0000000..f419519 Binary files /dev/null and b/src/pages/my/img/修改 (1).png differ diff --git a/src/pages/my/img/头像.png b/src/pages/my/img/头像.png new file mode 100644 index 0000000..ffd344e Binary files /dev/null and b/src/pages/my/img/头像.png differ diff --git a/src/pages/my/img/播放 (5).png b/src/pages/my/img/播放 (5).png new file mode 100644 index 0000000..618a95d Binary files /dev/null and b/src/pages/my/img/播放 (5).png differ diff --git a/src/pages/my/img/组 116095.png b/src/pages/my/img/组 116095.png new file mode 100644 index 0000000..244da48 Binary files /dev/null and b/src/pages/my/img/组 116095.png differ diff --git a/src/pages/my/img/组 116107.png b/src/pages/my/img/组 116107.png new file mode 100644 index 0000000..050cf4a Binary files /dev/null and b/src/pages/my/img/组 116107.png differ diff --git a/src/pages/my/my.vue b/src/pages/my/my.vue index 3b361b9..6451d83 100644 --- a/src/pages/my/my.vue +++ b/src/pages/my/my.vue @@ -7,432 +7,332 @@ } - - + +