diff --git a/package.json b/package.json
index 3e6ee4b..2082349 100644
--- a/package.json
+++ b/package.json
@@ -53,6 +53,8 @@
"@dcloudio/uni-mp-weixin": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-xhs": "3.0.0-4050720250324001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4050720250324001",
+ "@dcloudio/uni-ui": "^1.5.7",
+ "ant-design-vue": "4.0.0-rc.6",
"pnpm": "^10.10.0",
"vue": "^3.4.21",
"vue-i18n": "^9.1.9"
@@ -65,6 +67,7 @@
"@dcloudio/vite-plugin-uni": "3.0.0-4050720250324001",
"@vue/runtime-core": "^3.4.21",
"concurrently": "^9.1.2",
+ "sass": "^1.87.0",
"vite": "5.2.8"
},
"json-comments": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 0003379..854dbad 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -13,10 +13,10 @@ importers:
version: 3.0.0-4050720250324001(@dcloudio/types@3.4.15)(postcss@8.5.3)(rollup@4.40.1)(vue@3.5.13)
'@dcloudio/uni-app-harmony':
specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)
+ version: 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)
'@dcloudio/uni-app-plus':
specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)
+ version: 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)
'@dcloudio/uni-components':
specifier: 3.0.0-4050720250324001
version: 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vue@3.5.13)
@@ -56,6 +56,12 @@ importers:
'@dcloudio/uni-quickapp-webview':
specifier: 3.0.0-4050720250324001
version: 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vue@3.5.13)
+ '@dcloudio/uni-ui':
+ specifier: ^1.5.7
+ version: 1.5.7
+ ant-design-vue:
+ specifier: 4.0.0-rc.6
+ version: 4.0.0-rc.6(vue@3.5.13)
pnpm:
specifier: ^10.10.0
version: 10.10.0
@@ -80,16 +86,19 @@ importers:
version: 3.0.0-4050720250324001
'@dcloudio/vite-plugin-uni':
specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)
+ version: 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)
'@vue/runtime-core':
specifier: ^3.4.21
version: 3.5.13
concurrently:
specifier: ^9.1.2
version: 9.1.2
+ sass:
+ specifier: ^1.87.0
+ version: 1.87.0
vite:
specifier: 5.2.8
- version: 5.2.8(@types/node@22.15.3)(terser@5.39.0)
+ version: 5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0)
packages:
@@ -97,6 +106,17 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
+ '@ant-design/colors@6.0.0':
+ resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==}
+
+ '@ant-design/icons-svg@4.4.2':
+ resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==}
+
+ '@ant-design/icons-vue@6.1.0':
+ resolution: {integrity: sha512-EX6bYm56V+ZrKN7+3MT/ubDkvJ5rK/O2t380WFRflDcVFgsvl3NLH7Wxeau6R8DbrO5jWR6DSTC3B6gYFp77AA==}
+ peerDependencies:
+ vue: '>=3.0.3'
+
'@antfu/utils@0.7.10':
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
@@ -679,6 +699,10 @@ packages:
'@bcoe/v8-coverage@0.2.3':
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
+ '@ctrl/tinycolor@3.6.1':
+ resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
+ engines: {node: '>=10'}
+
'@dcloudio/types@3.4.15':
resolution: {integrity: sha512-Y8n/Z7USQoYFWUYZBLVjLXV3G5E/Odnvy3Ldgri4ikCcyQqHRk6RRaLh0WWnuIkxQxz2MXqLH4JNN65sb00XIA==}
@@ -790,6 +814,9 @@ packages:
'@dcloudio/uni-stat@3.0.0-4050720250324001':
resolution: {integrity: sha512-LkyGzLB6ZU13JLzB3pFo2qHnhfCba5LOIoncnZY5dTFpKsqLRf935DMgSRa7iPHdOoDaDdnVmNMQJvhdxgPbSg==}
+ '@dcloudio/uni-ui@1.5.7':
+ resolution: {integrity: sha512-DugxSIrQrze1FLdUOj9a+JEQ0bHGjnJTcGUK1mN/MivKg7nuKJBRWk5Ipa9sUdoBznX6ndz5h2e7Uao6x1CdCw==}
+
'@dcloudio/vite-plugin-uni@3.0.0-4050720250324001':
resolution: {integrity: sha512-HFQJL020GRKL3WfOTCgNTSk1k8LrzMZvtBgM5IpiXqQRvKx/DtDq1bzUu7+Yzp1xF6vE6DfIt30xdt9A6n9tXg==}
engines: {node: ^14.18.0 || >=16.0.0}
@@ -797,6 +824,12 @@ packages:
peerDependencies:
vite: ^5.2.8
+ '@emotion/hash@0.9.2':
+ resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==}
+
+ '@emotion/unitless@0.8.1':
+ resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==}
+
'@esbuild/aix-ppc64@0.20.2':
resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==}
engines: {node: '>=12'}
@@ -1235,6 +1268,88 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
+ '@parcel/watcher-android-arm64@2.5.1':
+ resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [android]
+
+ '@parcel/watcher-darwin-arm64@2.5.1':
+ resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@parcel/watcher-darwin-x64@2.5.1':
+ resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@parcel/watcher-freebsd-x64@2.5.1':
+ resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@parcel/watcher-linux-arm-glibc@2.5.1':
+ resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm]
+ os: [linux]
+
+ '@parcel/watcher-linux-arm-musl@2.5.1':
+ resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm]
+ os: [linux]
+
+ '@parcel/watcher-linux-arm64-glibc@2.5.1':
+ resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@parcel/watcher-linux-arm64-musl@2.5.1':
+ resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@parcel/watcher-linux-x64-glibc@2.5.1':
+ resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+
+ '@parcel/watcher-linux-x64-musl@2.5.1':
+ resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+
+ '@parcel/watcher-win32-arm64@2.5.1':
+ resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@parcel/watcher-win32-ia32@2.5.1':
+ resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [ia32]
+ os: [win32]
+
+ '@parcel/watcher-win32-x64@2.5.1':
+ resolution: {integrity: sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [win32]
+
+ '@parcel/watcher@2.5.1':
+ resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==}
+ engines: {node: '>= 10.0.0'}
+
'@rollup/pluginutils@5.1.4':
resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
engines: {node: '>=14.0.0'}
@@ -1344,6 +1459,9 @@ packages:
cpu: [x64]
os: [win32]
+ '@simonwep/pickr@1.8.2':
+ resolution: {integrity: sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==}
+
'@sinonjs/commons@1.8.6':
resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==}
@@ -1542,6 +1660,12 @@ packages:
resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
engines: {node: '>=10'}
+ ant-design-vue@4.0.0-rc.6:
+ resolution: {integrity: sha512-j+GAhgC1p1+nmQVbaEeY2miZ1h+8jBLlxTESX93MwcshVaYTkZNhiyddtl92VvEDJTedzuX+1oT3TP5wG/+tHg==}
+ engines: {node: '>=12.22.0'}
+ peerDependencies:
+ vue: '>=3.2.0'
+
any-base@1.1.0:
resolution: {integrity: sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==}
@@ -1555,6 +1679,12 @@ packages:
array-flatten@1.1.1:
resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
+ array-tree-filter@2.1.0:
+ resolution: {integrity: sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==}
+
+ async-validator@4.2.5:
+ resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
+
asynckit@0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
@@ -1710,6 +1840,10 @@ packages:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
+ chokidar@4.0.3:
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
+ engines: {node: '>= 14.16.0'}
+
ci-info@3.9.0:
resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==}
engines: {node: '>=8'}
@@ -1748,6 +1882,9 @@ packages:
compare-versions@3.6.0:
resolution: {integrity: sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==}
+ compute-scroll-into-view@1.0.20:
+ resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==}
+
concat-map@0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
@@ -1838,6 +1975,9 @@ packages:
resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==}
engines: {node: '>=10'}
+ dayjs@1.11.13:
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
+
debug@2.6.9:
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
peerDependencies:
@@ -1881,6 +2021,11 @@ packages:
resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
+ detect-libc@1.0.3:
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
+ engines: {node: '>=0.10'}
+ hasBin: true
+
detect-newline@3.1.0:
resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
engines: {node: '>=8'}
@@ -1889,6 +2034,12 @@ packages:
resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
+ dom-align@1.12.4:
+ resolution: {integrity: sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==}
+
+ dom-scroll-into-view@2.0.1:
+ resolution: {integrity: sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==}
+
dom-walk@0.1.2:
resolution: {integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==}
@@ -2193,6 +2344,9 @@ packages:
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
+ immutable@5.1.1:
+ resolution: {integrity: sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==}
+
import-local@3.2.0:
resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==}
engines: {node: '>=8'}
@@ -2251,6 +2405,10 @@ packages:
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
engines: {node: '>=0.12.0'}
+ is-plain-object@3.0.1:
+ resolution: {integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==}
+ engines: {node: '>=0.10.0'}
+
is-potential-custom-element-name@1.0.1:
resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
@@ -2524,6 +2682,9 @@ packages:
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
engines: {node: '>=8'}
+ lodash-es@4.17.21:
+ resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
+
lodash.camelcase@4.3.0:
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
@@ -2533,6 +2694,10 @@ packages:
lodash@4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
+ loose-envify@1.4.0:
+ resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
+ hasBin: true
+
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
@@ -2635,6 +2800,9 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
+ nanopop@2.4.2:
+ resolution: {integrity: sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==}
+
natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
@@ -2642,6 +2810,9 @@ packages:
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
engines: {node: '>= 0.6'}
+ node-addon-api@7.1.1:
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
+
node-int64@0.4.0:
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
@@ -2920,6 +3091,10 @@ packages:
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines: {node: '>=8.10.0'}
+ readdirp@4.1.2:
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
+ engines: {node: '>= 14.18.0'}
+
regenerate-unicode-properties@10.2.0:
resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==}
engines: {node: '>=4'}
@@ -2954,6 +3129,9 @@ packages:
requires-port@1.0.0:
resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==}
+ resize-observer-polyfill@1.5.1:
+ resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
+
resolve-cwd@3.0.0:
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
engines: {node: '>=8'}
@@ -3000,6 +3178,11 @@ packages:
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
+ sass@1.87.0:
+ resolution: {integrity: sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==}
+ engines: {node: '>=14.0.0'}
+ hasBin: true
+
sax@1.4.1:
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
@@ -3007,6 +3190,9 @@ packages:
resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==}
engines: {node: '>=10'}
+ scroll-into-view-if-needed@2.2.31:
+ resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==}
+
scule@1.3.0:
resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
@@ -3030,6 +3216,9 @@ packages:
setprototypeof@1.2.0:
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
+ shallow-equal@1.2.1:
+ resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==}
+
shebang-command@2.0.0:
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
engines: {node: '>=8'}
@@ -3124,6 +3313,9 @@ packages:
strip-literal@2.1.1:
resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==}
+ stylis@4.3.6:
+ resolution: {integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==}
+
supports-color@7.2.0:
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
engines: {node: '>=8'}
@@ -3166,6 +3358,10 @@ packages:
throat@6.0.2:
resolution: {integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==}
+ throttle-debounce@5.0.2:
+ resolution: {integrity: sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==}
+ engines: {node: '>=12.22'}
+
timm@1.7.1:
resolution: {integrity: sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw==}
@@ -3335,6 +3531,12 @@ packages:
peerDependencies:
vue: ^3.2.0
+ vue-types@3.0.2:
+ resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==}
+ engines: {node: '>=10.15.0'}
+ peerDependencies:
+ vue: ^3.0.0
+
vue@3.5.13:
resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==}
peerDependencies:
@@ -3354,6 +3556,9 @@ packages:
walker@1.0.8:
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
+ warning@4.0.3:
+ resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==}
+
webidl-conversions@5.0.0:
resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==}
engines: {node: '>=8'}
@@ -3479,6 +3684,18 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.8
'@jridgewell/trace-mapping': 0.3.25
+ '@ant-design/colors@6.0.0':
+ dependencies:
+ '@ctrl/tinycolor': 3.6.1
+
+ '@ant-design/icons-svg@4.4.2': {}
+
+ '@ant-design/icons-vue@6.1.0(vue@3.5.13)':
+ dependencies:
+ '@ant-design/colors': 6.0.0
+ '@ant-design/icons-svg': 4.4.2
+ vue: 3.5.13
+
'@antfu/utils@0.7.10': {}
'@babel/code-frame@7.26.2':
@@ -4213,12 +4430,14 @@ snapshots:
'@bcoe/v8-coverage@0.2.3': {}
+ '@ctrl/tinycolor@3.6.1': {}
+
'@dcloudio/types@3.4.15': {}
- '@dcloudio/uni-app-harmony@3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)':
+ '@dcloudio/uni-app-harmony@3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)':
dependencies:
'@dcloudio/uni-app-uts': 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vue@3.5.13)
- '@dcloudio/uni-app-vite': 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)
+ '@dcloudio/uni-app-vite': 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)
debug: 4.4.0
fs-extra: 10.1.0
licia: 1.48.0
@@ -4233,10 +4452,10 @@ snapshots:
- vite
- vue
- '@dcloudio/uni-app-plus@3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)':
+ '@dcloudio/uni-app-plus@3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)':
dependencies:
'@dcloudio/uni-app-uts': 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vue@3.5.13)
- '@dcloudio/uni-app-vite': 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)
+ '@dcloudio/uni-app-vite': 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)
'@dcloudio/uni-app-vue': 3.0.0-4050720250324001
debug: 4.4.0
fs-extra: 10.1.0
@@ -4286,14 +4505,14 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-app-vite@3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)':
+ '@dcloudio/uni-app-vite@3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)':
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vue@3.5.13)
'@dcloudio/uni-i18n': 3.0.0-4050720250324001
'@dcloudio/uni-nvue-styler': 3.0.0-4050720250324001
'@dcloudio/uni-shared': 3.0.0-4050720250324001
'@rollup/pluginutils': 5.1.4(rollup@4.40.1)
- '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)
+ '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
debug: 4.4.0
@@ -4809,7 +5028,9 @@ snapshots:
- ts-node
- vue
- '@dcloudio/vite-plugin-uni@3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)':
+ '@dcloudio/uni-ui@1.5.7': {}
+
+ '@dcloudio/vite-plugin-uni@3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)':
dependencies:
'@babel/core': 7.26.10
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10)
@@ -4817,9 +5038,9 @@ snapshots:
'@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(postcss@8.5.3)(rollup@4.40.1)(vue@3.5.13)
'@dcloudio/uni-shared': 3.0.0-4050720250324001
'@rollup/pluginutils': 5.1.4(rollup@4.40.1)
- '@vitejs/plugin-legacy': 5.3.2(terser@5.39.0)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))
- '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)
- '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)
+ '@vitejs/plugin-legacy': 5.3.2(terser@5.39.0)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))
+ '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)
+ '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)
'@vue/compiler-core': 3.4.21
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
@@ -4836,7 +5057,7 @@ snapshots:
picocolors: 1.1.1
terser: 5.39.0
unplugin-auto-import: 0.18.6(rollup@4.40.1)
- vite: 5.2.8(@types/node@22.15.3)(terser@5.39.0)
+ vite: 5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0)
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -4846,6 +5067,10 @@ snapshots:
- ts-node
- vue
+ '@emotion/hash@0.9.2': {}
+
+ '@emotion/unitless@0.8.1': {}
+
'@esbuild/aix-ppc64@0.20.2':
optional: true
@@ -5433,6 +5658,67 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.19.1
+ '@parcel/watcher-android-arm64@2.5.1':
+ optional: true
+
+ '@parcel/watcher-darwin-arm64@2.5.1':
+ optional: true
+
+ '@parcel/watcher-darwin-x64@2.5.1':
+ optional: true
+
+ '@parcel/watcher-freebsd-x64@2.5.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm-glibc@2.5.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm-musl@2.5.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm64-glibc@2.5.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm64-musl@2.5.1':
+ optional: true
+
+ '@parcel/watcher-linux-x64-glibc@2.5.1':
+ optional: true
+
+ '@parcel/watcher-linux-x64-musl@2.5.1':
+ optional: true
+
+ '@parcel/watcher-win32-arm64@2.5.1':
+ optional: true
+
+ '@parcel/watcher-win32-ia32@2.5.1':
+ optional: true
+
+ '@parcel/watcher-win32-x64@2.5.1':
+ optional: true
+
+ '@parcel/watcher@2.5.1':
+ dependencies:
+ detect-libc: 1.0.3
+ is-glob: 4.0.3
+ micromatch: 4.0.8
+ node-addon-api: 7.1.1
+ optionalDependencies:
+ '@parcel/watcher-android-arm64': 2.5.1
+ '@parcel/watcher-darwin-arm64': 2.5.1
+ '@parcel/watcher-darwin-x64': 2.5.1
+ '@parcel/watcher-freebsd-x64': 2.5.1
+ '@parcel/watcher-linux-arm-glibc': 2.5.1
+ '@parcel/watcher-linux-arm-musl': 2.5.1
+ '@parcel/watcher-linux-arm64-glibc': 2.5.1
+ '@parcel/watcher-linux-arm64-musl': 2.5.1
+ '@parcel/watcher-linux-x64-glibc': 2.5.1
+ '@parcel/watcher-linux-x64-musl': 2.5.1
+ '@parcel/watcher-win32-arm64': 2.5.1
+ '@parcel/watcher-win32-ia32': 2.5.1
+ '@parcel/watcher-win32-x64': 2.5.1
+ optional: true
+
'@rollup/pluginutils@5.1.4(rollup@4.40.1)':
dependencies:
'@types/estree': 1.0.7
@@ -5501,6 +5787,11 @@ snapshots:
'@rollup/rollup-win32-x64-msvc@4.40.1':
optional: true
+ '@simonwep/pickr@1.8.2':
+ dependencies:
+ core-js: 3.41.0
+ nanopop: 2.4.2
+
'@sinonjs/commons@1.8.6':
dependencies:
type-detect: 4.0.8
@@ -5562,7 +5853,7 @@ snapshots:
dependencies:
'@types/yargs-parser': 21.0.3
- '@vitejs/plugin-legacy@5.3.2(terser@5.39.0)(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))':
+ '@vitejs/plugin-legacy@5.3.2(terser@5.39.0)(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))':
dependencies:
'@babel/core': 7.26.10
'@babel/preset-env': 7.26.9(@babel/core@7.26.10)
@@ -5573,23 +5864,23 @@ snapshots:
regenerator-runtime: 0.14.1
systemjs: 6.15.1
terser: 5.39.0
- vite: 5.2.8(@types/node@22.15.3)(terser@5.39.0)
+ vite: 5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)':
+ '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)':
dependencies:
'@babel/core': 7.26.10
'@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10)
'@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.26.10)
- vite: 5.2.8(@types/node@22.15.3)(terser@5.39.0)
+ vite: 5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0)
vue: 3.5.13
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.0(vite@5.2.8(@types/node@22.15.3)(terser@5.39.0))(vue@3.5.13)':
+ '@vitejs/plugin-vue@5.1.0(vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0))(vue@3.5.13)':
dependencies:
- vite: 5.2.8(@types/node@22.15.3)(terser@5.39.0)
+ vite: 5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0)
vue: 3.5.13
'@vue/babel-helper-vue-transform-on@1.4.0': {}
@@ -5757,6 +6048,32 @@ snapshots:
ansi-styles@5.2.0: {}
+ ant-design-vue@4.0.0-rc.6(vue@3.5.13):
+ dependencies:
+ '@ant-design/colors': 6.0.0
+ '@ant-design/icons-vue': 6.1.0(vue@3.5.13)
+ '@babel/runtime': 7.27.0
+ '@ctrl/tinycolor': 3.6.1
+ '@emotion/hash': 0.9.2
+ '@emotion/unitless': 0.8.1
+ '@simonwep/pickr': 1.8.2
+ array-tree-filter: 2.1.0
+ async-validator: 4.2.5
+ csstype: 3.1.3
+ dayjs: 1.11.13
+ dom-align: 1.12.4
+ dom-scroll-into-view: 2.0.1
+ lodash: 4.17.21
+ lodash-es: 4.17.21
+ resize-observer-polyfill: 1.5.1
+ scroll-into-view-if-needed: 2.2.31
+ shallow-equal: 1.2.1
+ stylis: 4.3.6
+ throttle-debounce: 5.0.2
+ vue: 3.5.13
+ vue-types: 3.0.2(vue@3.5.13)
+ warning: 4.0.3
+
any-base@1.1.0: {}
anymatch@3.1.3:
@@ -5770,6 +6087,10 @@ snapshots:
array-flatten@1.1.1: {}
+ array-tree-filter@2.1.0: {}
+
+ async-validator@4.2.5: {}
+
asynckit@0.4.0: {}
autoprefixer@10.4.21(postcss@8.5.3):
@@ -5976,6 +6297,10 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
+ chokidar@4.0.3:
+ dependencies:
+ readdirp: 4.1.2
+
ci-info@3.9.0: {}
cjs-module-lexer@1.4.3: {}
@@ -6010,6 +6335,8 @@ snapshots:
compare-versions@3.6.0: {}
+ compute-scroll-into-view@1.0.20: {}
+
concat-map@0.0.1: {}
concurrently@9.1.2:
@@ -6086,6 +6413,8 @@ snapshots:
whatwg-mimetype: 2.3.0
whatwg-url: 8.7.0
+ dayjs@1.11.13: {}
+
debug@2.6.9:
dependencies:
ms: 2.0.0
@@ -6110,10 +6439,17 @@ snapshots:
destroy@1.2.0: {}
+ detect-libc@1.0.3:
+ optional: true
+
detect-newline@3.1.0: {}
diff-sequences@27.5.1: {}
+ dom-align@1.12.4: {}
+
+ dom-scroll-into-view@2.0.1: {}
+
dom-walk@0.1.2: {}
domexception@2.0.1:
@@ -6458,6 +6794,8 @@ snapshots:
ieee754@1.2.1: {}
+ immutable@5.1.1: {}
+
import-local@3.2.0:
dependencies:
pkg-dir: 4.2.0
@@ -6500,6 +6838,8 @@ snapshots:
is-number@7.0.0: {}
+ is-plain-object@3.0.1: {}
+
is-potential-custom-element-name@1.0.1: {}
is-stream@2.0.1: {}
@@ -7018,12 +7358,18 @@ snapshots:
dependencies:
p-locate: 4.1.0
+ lodash-es@4.17.21: {}
+
lodash.camelcase@4.3.0: {}
lodash.debounce@4.0.8: {}
lodash@4.17.21: {}
+ loose-envify@1.4.0:
+ dependencies:
+ js-tokens: 4.0.0
+
lru-cache@5.1.1:
dependencies:
yallist: 3.1.1
@@ -7106,10 +7452,15 @@ snapshots:
nanoid@3.3.11: {}
+ nanopop@2.4.2: {}
+
natural-compare@1.4.0: {}
negotiator@0.6.3: {}
+ node-addon-api@7.1.1:
+ optional: true
+
node-int64@0.4.0: {}
node-releases@2.0.19: {}
@@ -7364,6 +7715,8 @@ snapshots:
dependencies:
picomatch: 2.3.1
+ readdirp@4.1.2: {}
+
regenerate-unicode-properties@10.2.0:
dependencies:
regenerate: 1.4.2
@@ -7397,6 +7750,8 @@ snapshots:
requires-port@1.0.0: {}
+ resize-observer-polyfill@1.5.1: {}
+
resolve-cwd@3.0.0:
dependencies:
resolve-from: 5.0.0
@@ -7457,12 +7812,24 @@ snapshots:
safer-buffer@2.1.2: {}
+ sass@1.87.0:
+ dependencies:
+ chokidar: 4.0.3
+ immutable: 5.1.1
+ source-map-js: 1.2.1
+ optionalDependencies:
+ '@parcel/watcher': 2.5.1
+
sax@1.4.1: {}
saxes@5.0.1:
dependencies:
xmlchars: 2.2.0
+ scroll-into-view-if-needed@2.2.31:
+ dependencies:
+ compute-scroll-into-view: 1.0.20
+
scule@1.3.0: {}
semver@6.3.1: {}
@@ -7498,6 +7865,8 @@ snapshots:
setprototypeof@1.2.0: {}
+ shallow-equal@1.2.1: {}
+
shebang-command@2.0.0:
dependencies:
shebang-regex: 3.0.0
@@ -7586,6 +7955,8 @@ snapshots:
dependencies:
js-tokens: 9.0.1
+ stylis@4.3.6: {}
+
supports-color@7.2.0:
dependencies:
has-flag: 4.0.0
@@ -7627,6 +7998,8 @@ snapshots:
throat@6.0.2: {}
+ throttle-debounce@5.0.2: {}
+
timm@1.7.1: {}
tinycolor2@1.6.0: {}
@@ -7754,7 +8127,7 @@ snapshots:
vary@1.1.2: {}
- vite@5.2.8(@types/node@22.15.3)(terser@5.39.0):
+ vite@5.2.8(@types/node@22.15.3)(sass@1.87.0)(terser@5.39.0):
dependencies:
esbuild: 0.20.2
postcss: 8.5.3
@@ -7762,6 +8135,7 @@ snapshots:
optionalDependencies:
'@types/node': 22.15.3
fsevents: 2.3.3
+ sass: 1.87.0
terser: 5.39.0
vue-i18n@9.14.4(vue@3.5.13):
@@ -7776,6 +8150,11 @@ snapshots:
'@vue/devtools-api': 6.6.4
vue: 3.5.13
+ vue-types@3.0.2(vue@3.5.13):
+ dependencies:
+ is-plain-object: 3.0.1
+ vue: 3.5.13
+
vue@3.5.13:
dependencies:
'@vue/compiler-dom': 3.5.13
@@ -7796,6 +8175,10 @@ snapshots:
dependencies:
makeerror: 1.0.12
+ warning@4.0.3:
+ dependencies:
+ loose-envify: 1.4.0
+
webidl-conversions@5.0.0: {}
webidl-conversions@6.1.0: {}
diff --git a/src/App.vue b/src/App.vue
index 6434c51..b432471 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -20,4 +20,5 @@ export default {
diff --git a/src/pages.json b/src/pages.json
index 797eab6..be3161b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -2,9 +2,7 @@
"pages": [
{
"path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
+ "style": {}
},
{
"path": "pages/category/index",
@@ -42,7 +40,7 @@
"selectedColor": "#19c324",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
- "iconfontSrc": "static/tabBar/iconfont.ttf",
+ "iconfontSrc": "static/iconfont/iconfont.ttf",
"list": [
{
"pagePath": "pages/home/home",
@@ -95,5 +93,11 @@
}
}
]
+ },
+ "easycom": {
+ "autoscan": true,
+ "custom": {
+ "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
+ }
}
}
\ No newline at end of file
diff --git a/src/pages/home/home.vue b/src/pages/home/home.vue
index 23afcff..057eb9d 100644
--- a/src/pages/home/home.vue
+++ b/src/pages/home/home.vue
@@ -1,9 +1,11 @@
+
+
+ 上海
+
+
-
-
- {{ title }}
-
+ 火热开团中
@@ -12,19 +14,32 @@ export default {
data() {
return {
title: 'Hello',
+ searchContent:'',
}
},
onLoad() {},
- methods: {},
+ methods: {
+ searchClick() {
+ console.log("search clicked:",this.searchContent)
+ }
+ },
}
")}catch(t){console&&console.log(t)}}i=function(){var t,e=document.createElement("div");e.innerHTML=n._iconfont_svg_string_4910053,(e=e.getElementsByTagName("svg")[0])&&(e.setAttribute("aria-hidden","true"),e.style.position="absolute",e.style.width=0,e.style.height=0,e.style.overflow="hidden",e=e,(t=document.body).firstChild?a(e,t.firstChild):t.appendChild(e))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(i,0):(o=function(){document.removeEventListener("DOMContentLoaded",o,!1),i()},document.addEventListener("DOMContentLoaded",o,!1)):document.attachEvent&&(l=i,c=n.document,d=!1,r(),c.onreadystatechange=function(){"complete"==c.readyState&&(c.onreadystatechange=null,s())})}function s(){d||(d=!0,l())}function r(){try{c.documentElement.doScroll("left")}catch(t){return void setTimeout(r,50)}s()}})(window);
\ No newline at end of file
diff --git a/src/static/tabbar/iconfont.json b/src/static/tabbar/iconfont.json
deleted file mode 100644
index 24ed03a..0000000
--- a/src/static/tabbar/iconfont.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "id": "4910053",
- "name": "cloudfuse",
- "font_family": "iconfont",
- "css_prefix_text": "icon-",
- "description": "",
- "glyphs": [
- {
- "icon_id": "309481",
- "name": "订单",
- "font_class": "dingdanmian",
- "unicode": "e64f",
- "unicode_decimal": 58959
- },
- {
- "icon_id": "446731",
- "name": "首页",
- "font_class": "shouye",
- "unicode": "e62e",
- "unicode_decimal": 58926
- },
- {
- "icon_id": "795503",
- "name": "聊天记录",
- "font_class": "liaotianjilu",
- "unicode": "e663",
- "unicode_decimal": 58979
- },
- {
- "icon_id": "827394",
- "name": "个人中心",
- "font_class": "iconfontgerenzhongxin",
- "unicode": "e645",
- "unicode_decimal": 58949
- },
- {
- "icon_id": "1048877",
- "name": "分类",
- "font_class": "icon_category",
- "unicode": "e61e",
- "unicode_decimal": 58910
- }
- ]
-}
diff --git a/src/static/tabbar/iconfont.ttf b/src/static/tabbar/iconfont.ttf
deleted file mode 100644
index 733f649..0000000
Binary files a/src/static/tabbar/iconfont.ttf and /dev/null differ
diff --git a/src/static/tabbar/iconfont.woff b/src/static/tabbar/iconfont.woff
deleted file mode 100644
index f7b27b7..0000000
Binary files a/src/static/tabbar/iconfont.woff and /dev/null differ
diff --git a/src/static/tabbar/iconfont.woff2 b/src/static/tabbar/iconfont.woff2
deleted file mode 100644
index b6288ff..0000000
Binary files a/src/static/tabbar/iconfont.woff2 and /dev/null differ