From 2e03d7ccafc937c1ffc47cbf696a42917a07ec21 Mon Sep 17 00:00:00 2001 From: ya2glu Date: Fri, 8 Sep 2023 09:22:58 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20[conf]=20update=20.?= =?UTF-8?q?gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1849e7b..e76db65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -./node_modules -./.github -./.idea -./public +public +node_modules +.github +.idea +.history From 4ef863a6ec3d93ad6f100806ceab89500487ff69 Mon Sep 17 00:00:00 2001 From: ya2glu Date: Fri, 8 Sep 2023 09:23:36 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E2=9E=95=20[deps]=20update=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 242 +++++++++++++++++++++++++------------------------ 1 file changed, 124 insertions(+), 118 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 348fafe..c6b6359 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,54 +1,60 @@ -lockfileVersion: 5.4 +lockfileVersion: '6.0' -specifiers: - prettier: ^2.8.1 - vitepress: 1.0.0-alpha.33 - vue: ^3.2.45 +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false dependencies: - prettier: 2.8.1 - vitepress: 1.0.0-alpha.33 - vue: 3.2.45 + prettier: + specifier: ^2.8.1 + version: 2.8.1 + vitepress: + specifier: 1.0.0-alpha.33 + version: 1.0.0-alpha.33(@algolia/client-search@4.14.3) + vue: + specifier: ^3.2.45 + version: 3.2.45 packages: - /@algolia/autocomplete-core/1.7.2: + /@algolia/autocomplete-core@1.7.2: resolution: {integrity: sha512-eclwUDC6qfApNnEfu1uWcL/rudQsn59tjEoUYZYE2JSXZrHLRjBUGMxiCoknobU2Pva8ejb0eRxpIYDtVVqdsw==} dependencies: '@algolia/autocomplete-shared': 1.7.2 dev: false - /@algolia/autocomplete-preset-algolia/1.7.2_algoliasearch@4.14.3: + /@algolia/autocomplete-preset-algolia@1.7.2(@algolia/client-search@4.14.3)(algoliasearch@4.14.3): resolution: {integrity: sha512-+RYEG6B0QiGGfRb2G3MtPfyrl0dALF3cQNTWBzBX6p5o01vCCGTTinAm2UKG3tfc2CnOMAtnPLkzNZyJUpnVJw==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: '@algolia/autocomplete-shared': 1.7.2 + '@algolia/client-search': 4.14.3 algoliasearch: 4.14.3 dev: false - /@algolia/autocomplete-shared/1.7.2: + /@algolia/autocomplete-shared@1.7.2: resolution: {integrity: sha512-QCckjiC7xXHIUaIL3ektBtjJ0w7tTA3iqKcAE/Hjn1lZ5omp7i3Y4e09rAr9ZybqirL7AbxCLLq0Ra5DDPKeug==} dev: false - /@algolia/cache-browser-local-storage/4.14.3: + /@algolia/cache-browser-local-storage@4.14.3: resolution: {integrity: sha512-hWH1yCxgG3+R/xZIscmUrWAIBnmBFHH5j30fY/+aPkEZWt90wYILfAHIOZ1/Wxhho5SkPfwFmT7ooX2d9JeQBw==} dependencies: '@algolia/cache-common': 4.14.3 dev: false - /@algolia/cache-common/4.14.3: + /@algolia/cache-common@4.14.3: resolution: {integrity: sha512-oZJofOoD9FQOwiGTzyRnmzvh3ZP8WVTNPBLH5xU5JNF7drDbRT0ocVT0h/xB2rPHYzOeXRrLaQQBwRT/CKom0Q==} dev: false - /@algolia/cache-in-memory/4.14.3: + /@algolia/cache-in-memory@4.14.3: resolution: {integrity: sha512-ES0hHQnzWjeioLQf5Nq+x1AWdZJ50znNPSH3puB/Y4Xsg4Av1bvLmTJe7SY2uqONaeMTvL0OaVcoVtQgJVw0vg==} dependencies: '@algolia/cache-common': 4.14.3 dev: false - /@algolia/client-account/4.14.3: + /@algolia/client-account@4.14.3: resolution: {integrity: sha512-PBcPb0+f5Xbh5UfLZNx2Ow589OdP8WYjB4CnvupfYBrl9JyC1sdH4jcq/ri8osO/mCZYjZrQsKAPIqW/gQmizQ==} dependencies: '@algolia/client-common': 4.14.3 @@ -56,7 +62,7 @@ packages: '@algolia/transporter': 4.14.3 dev: false - /@algolia/client-analytics/4.14.3: + /@algolia/client-analytics@4.14.3: resolution: {integrity: sha512-eAwQq0Hb/aauv9NhCH5Dp3Nm29oFx28sayFN2fdOWemwSeJHIl7TmcsxVlRsO50fsD8CtPcDhtGeD3AIFLNvqw==} dependencies: '@algolia/client-common': 4.14.3 @@ -65,14 +71,14 @@ packages: '@algolia/transporter': 4.14.3 dev: false - /@algolia/client-common/4.14.3: + /@algolia/client-common@4.14.3: resolution: {integrity: sha512-jkPPDZdi63IK64Yg4WccdCsAP4pHxSkr4usplkUZM5C1l1oEpZXsy2c579LQ0rvwCs5JFmwfNG4ahOszidfWPw==} dependencies: '@algolia/requester-common': 4.14.3 '@algolia/transporter': 4.14.3 dev: false - /@algolia/client-personalization/4.14.3: + /@algolia/client-personalization@4.14.3: resolution: {integrity: sha512-UCX1MtkVNgaOL9f0e22x6tC9e2H3unZQlSUdnVaSKpZ+hdSChXGaRjp2UIT7pxmPqNCyv51F597KEX5WT60jNg==} dependencies: '@algolia/client-common': 4.14.3 @@ -80,7 +86,7 @@ packages: '@algolia/transporter': 4.14.3 dev: false - /@algolia/client-search/4.14.3: + /@algolia/client-search@4.14.3: resolution: {integrity: sha512-I2U7xBx5OPFdPLA8AXKUPPxGY3HDxZ4r7+mlZ8ZpLbI8/ri6fnu6B4z3wcL7sgHhDYMwnAE8Xr0AB0h3Hnkp4A==} dependencies: '@algolia/client-common': 4.14.3 @@ -88,33 +94,33 @@ packages: '@algolia/transporter': 4.14.3 dev: false - /@algolia/logger-common/4.14.3: + /@algolia/logger-common@4.14.3: resolution: {integrity: sha512-kUEAZaBt/J3RjYi8MEBT2QEexJR2kAE2mtLmezsmqMQZTV502TkHCxYzTwY2dE7OKcUTxi4OFlMuS4GId9CWPw==} dev: false - /@algolia/logger-console/4.14.3: + /@algolia/logger-console@4.14.3: resolution: {integrity: sha512-ZWqAlUITktiMN2EiFpQIFCJS10N96A++yrexqC2Z+3hgF/JcKrOxOdT4nSCQoEPvU4Ki9QKbpzbebRDemZt/hw==} dependencies: '@algolia/logger-common': 4.14.3 dev: false - /@algolia/requester-browser-xhr/4.14.3: + /@algolia/requester-browser-xhr@4.14.3: resolution: {integrity: sha512-AZeg2T08WLUPvDncl2XLX2O67W5wIO8MNaT7z5ii5LgBTuk/rU4CikTjCe2xsUleIZeFl++QrPAi4Bdxws6r/Q==} dependencies: '@algolia/requester-common': 4.14.3 dev: false - /@algolia/requester-common/4.14.3: + /@algolia/requester-common@4.14.3: resolution: {integrity: sha512-RrRzqNyKFDP7IkTuV3XvYGF9cDPn9h6qEDl595lXva3YUk9YSS8+MGZnnkOMHvjkrSCKfoLeLbm/T4tmoIeclw==} dev: false - /@algolia/requester-node-http/4.14.3: + /@algolia/requester-node-http@4.14.3: resolution: {integrity: sha512-O5wnPxtDRPuW2U0EaOz9rMMWdlhwP0J0eSL1Z7TtXF8xnUeeUyNJrdhV5uy2CAp6RbhM1VuC3sOJcIR6Av+vbA==} dependencies: '@algolia/requester-common': 4.14.3 dev: false - /@algolia/transporter/4.14.3: + /@algolia/transporter@4.14.3: resolution: {integrity: sha512-2qlKlKsnGJ008exFRb5RTeTOqhLZj0bkMCMVskxoqWejs2Q2QtWmsiH98hDfpw0fmnyhzHEt0Z7lqxBYp8bW2w==} dependencies: '@algolia/cache-common': 4.14.3 @@ -122,17 +128,17 @@ packages: '@algolia/requester-common': 4.14.3 dev: false - /@babel/helper-string-parser/7.19.4: + /@babel/helper-string-parser@7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} engines: {node: '>=6.9.0'} dev: false - /@babel/helper-validator-identifier/7.19.1: + /@babel/helper-validator-identifier@7.19.1: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} dev: false - /@babel/parser/7.20.5: + /@babel/parser@7.20.5: resolution: {integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==} engines: {node: '>=6.0.0'} hasBin: true @@ -140,7 +146,7 @@ packages: '@babel/types': 7.20.5 dev: false - /@babel/types/7.20.5: + /@babel/types@7.20.5: resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} engines: {node: '>=6.9.0'} dependencies: @@ -149,14 +155,14 @@ packages: to-fast-properties: 2.0.0 dev: false - /@docsearch/css/3.3.0: + /@docsearch/css@3.3.0: resolution: {integrity: sha512-rODCdDtGyudLj+Va8b6w6Y85KE85bXRsps/R4Yjwt5vueXKXZQKYw0aA9knxLBT6a/bI/GMrAcmCR75KYOM6hg==} dev: false - /@docsearch/js/3.3.0: + /@docsearch/js@3.3.0(@algolia/client-search@4.14.3): resolution: {integrity: sha512-oFXWRPNvPxAzBhnFJ9UCFIYZiQNc3Yrv6912nZHw/UIGxsyzKpNRZgHq8HDk1niYmOSoLKtVFcxkccpQmYGFyg==} dependencies: - '@docsearch/react': 3.3.0 + '@docsearch/react': 3.3.0(@algolia/client-search@4.14.3) preact: 10.11.3 transitivePeerDependencies: - '@algolia/client-search' @@ -165,7 +171,7 @@ packages: - react-dom dev: false - /@docsearch/react/3.3.0: + /@docsearch/react@3.3.0(@algolia/client-search@4.14.3): resolution: {integrity: sha512-fhS5adZkae2SSdMYEMVg6pxI5a/cE+tW16ki1V0/ur4Fdok3hBRkmN/H8VvlXnxzggkQIIRIVvYPn00JPjen3A==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -180,32 +186,32 @@ packages: optional: true dependencies: '@algolia/autocomplete-core': 1.7.2 - '@algolia/autocomplete-preset-algolia': 1.7.2_algoliasearch@4.14.3 + '@algolia/autocomplete-preset-algolia': 1.7.2(@algolia/client-search@4.14.3)(algoliasearch@4.14.3) '@docsearch/css': 3.3.0 algoliasearch: 4.14.3 transitivePeerDependencies: - '@algolia/client-search' dev: false - /@esbuild/android-arm/0.16.10: - resolution: {integrity: sha512-RmJjQTRrO6VwUWDrzTBLmV4OJZTarYsiepLGlF2rYTVB701hSorPywPGvP6d8HCuuRibyXa5JX4s3jN2kHEtjQ==} + /@esbuild/android-arm64@0.16.10: + resolution: {integrity: sha512-47Y+NwVKTldTlDhSgJHZ/RpvBQMUDG7eKihqaF/u6g7s0ZPz4J1vy8A3rwnnUOF2CuDn7w7Gj/QcMoWz3U3SJw==} engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [android] requiresBuild: true dev: false optional: true - /@esbuild/android-arm64/0.16.10: - resolution: {integrity: sha512-47Y+NwVKTldTlDhSgJHZ/RpvBQMUDG7eKihqaF/u6g7s0ZPz4J1vy8A3rwnnUOF2CuDn7w7Gj/QcMoWz3U3SJw==} + /@esbuild/android-arm@0.16.10: + resolution: {integrity: sha512-RmJjQTRrO6VwUWDrzTBLmV4OJZTarYsiepLGlF2rYTVB701hSorPywPGvP6d8HCuuRibyXa5JX4s3jN2kHEtjQ==} engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [android] requiresBuild: true dev: false optional: true - /@esbuild/android-x64/0.16.10: + /@esbuild/android-x64@0.16.10: resolution: {integrity: sha512-C4PfnrBMcuAcOurQzpF1tTtZz94IXO5JmICJJ3NFJRHbXXsQUg9RFG45KvydKqtFfBaFLCHpduUkUfXwIvGnRg==} engines: {node: '>=12'} cpu: [x64] @@ -214,7 +220,7 @@ packages: dev: false optional: true - /@esbuild/darwin-arm64/0.16.10: + /@esbuild/darwin-arm64@0.16.10: resolution: {integrity: sha512-bH/bpFwldyOKdi9HSLCLhhKeVgRYr9KblchwXgY2NeUHBB/BzTUHtUSBgGBmpydB1/4E37m+ggXXfSrnD7/E7g==} engines: {node: '>=12'} cpu: [arm64] @@ -223,7 +229,7 @@ packages: dev: false optional: true - /@esbuild/darwin-x64/0.16.10: + /@esbuild/darwin-x64@0.16.10: resolution: {integrity: sha512-OXt7ijoLuy+AjDSKQWu+KdDFMBbdeaL6wtgMKtDUXKWHiAMKHan5+R1QAG6HD4+K0nnOvEJXKHeA9QhXNAjOTQ==} engines: {node: '>=12'} cpu: [x64] @@ -232,7 +238,7 @@ packages: dev: false optional: true - /@esbuild/freebsd-arm64/0.16.10: + /@esbuild/freebsd-arm64@0.16.10: resolution: {integrity: sha512-shSQX/3GHuspE3Uxtq5kcFG/zqC+VuMnJkqV7LczO41cIe6CQaXHD3QdMLA4ziRq/m0vZo7JdterlgbmgNIAlQ==} engines: {node: '>=12'} cpu: [arm64] @@ -241,7 +247,7 @@ packages: dev: false optional: true - /@esbuild/freebsd-x64/0.16.10: + /@esbuild/freebsd-x64@0.16.10: resolution: {integrity: sha512-5YVc1zdeaJGASijZmTzSO4h6uKzsQGG3pkjI6fuXvolhm3hVRhZwnHJkforaZLmzvNv5Tb7a3QL2FAVmrgySIA==} engines: {node: '>=12'} cpu: [x64] @@ -250,25 +256,25 @@ packages: dev: false optional: true - /@esbuild/linux-arm/0.16.10: - resolution: {integrity: sha512-c360287ZWI2miBnvIj23bPyVctgzeMT2kQKR+x94pVqIN44h3GF8VMEs1SFPH1UgyDr3yBbx3vowDS1SVhyVhA==} + /@esbuild/linux-arm64@0.16.10: + resolution: {integrity: sha512-2aqeNVxIaRfPcIaMZIFoblLh588sWyCbmj1HHCCs9WmeNWm+EIN0SmvsmPvTa/TsNZFKnxTcvkX2eszTcCqIrA==} engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [linux] requiresBuild: true dev: false optional: true - /@esbuild/linux-arm64/0.16.10: - resolution: {integrity: sha512-2aqeNVxIaRfPcIaMZIFoblLh588sWyCbmj1HHCCs9WmeNWm+EIN0SmvsmPvTa/TsNZFKnxTcvkX2eszTcCqIrA==} + /@esbuild/linux-arm@0.16.10: + resolution: {integrity: sha512-c360287ZWI2miBnvIj23bPyVctgzeMT2kQKR+x94pVqIN44h3GF8VMEs1SFPH1UgyDr3yBbx3vowDS1SVhyVhA==} engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [linux] requiresBuild: true dev: false optional: true - /@esbuild/linux-ia32/0.16.10: + /@esbuild/linux-ia32@0.16.10: resolution: {integrity: sha512-sqMIEWeyrLGU7J5RB5fTkLRIFwsgsQ7ieWXlDLEmC2HblPYGb3AucD7inw2OrKFpRPKsec1l+lssiM3+NV5aOw==} engines: {node: '>=12'} cpu: [ia32] @@ -277,7 +283,7 @@ packages: dev: false optional: true - /@esbuild/linux-loong64/0.16.10: + /@esbuild/linux-loong64@0.16.10: resolution: {integrity: sha512-O7Pd5hLEtTg37NC73pfhUOGTjx/+aXu5YoSq3ahCxcN7Bcr2F47mv+kG5t840thnsEzrv0oB70+LJu3gUgchvg==} engines: {node: '>=12'} cpu: [loong64] @@ -286,7 +292,7 @@ packages: dev: false optional: true - /@esbuild/linux-mips64el/0.16.10: + /@esbuild/linux-mips64el@0.16.10: resolution: {integrity: sha512-FN8mZOH7531iPHM0kaFhAOqqNHoAb6r/YHW2ZIxNi0a85UBi2DO4Vuyn7t1p4UN8a4LoAnLOT1PqNgHkgBJgbA==} engines: {node: '>=12'} cpu: [mips64el] @@ -295,7 +301,7 @@ packages: dev: false optional: true - /@esbuild/linux-ppc64/0.16.10: + /@esbuild/linux-ppc64@0.16.10: resolution: {integrity: sha512-Dg9RiqdvHOAWnOKIOTsIx8dFX9EDlY2IbPEY7YFzchrCiTZmMkD7jWA9UdZbNUygPjdmQBVPRCrLydReFlX9yg==} engines: {node: '>=12'} cpu: [ppc64] @@ -304,7 +310,7 @@ packages: dev: false optional: true - /@esbuild/linux-riscv64/0.16.10: + /@esbuild/linux-riscv64@0.16.10: resolution: {integrity: sha512-XMqtpjwzbmlar0BJIxmzu/RZ7EWlfVfH68Vadrva0Wj5UKOdKvqskuev2jY2oPV3aoQUyXwnMbMrFmloO2GfAw==} engines: {node: '>=12'} cpu: [riscv64] @@ -313,7 +319,7 @@ packages: dev: false optional: true - /@esbuild/linux-s390x/0.16.10: + /@esbuild/linux-s390x@0.16.10: resolution: {integrity: sha512-fu7XtnoeRNFMx8DjK3gPWpFBDM2u5ba+FYwg27SjMJwKvJr4bDyKz5c+FLXLUSSAkMAt/UL+cUbEbra+rYtUgw==} engines: {node: '>=12'} cpu: [s390x] @@ -322,7 +328,7 @@ packages: dev: false optional: true - /@esbuild/linux-x64/0.16.10: + /@esbuild/linux-x64@0.16.10: resolution: {integrity: sha512-61lcjVC/RldNNMUzQQdyCWjCxp9YLEQgIxErxU9XluX7juBdGKb0pvddS0vPNuCvotRbzijZ1pzII+26haWzbA==} engines: {node: '>=12'} cpu: [x64] @@ -331,7 +337,7 @@ packages: dev: false optional: true - /@esbuild/netbsd-x64/0.16.10: + /@esbuild/netbsd-x64@0.16.10: resolution: {integrity: sha512-JeZXCX3viSA9j4HqSoygjssdqYdfHd6yCFWyfSekLbz4Ef+D2EjvsN02ZQPwYl5a5gg/ehdHgegHhlfOFP0HCA==} engines: {node: '>=12'} cpu: [x64] @@ -340,7 +346,7 @@ packages: dev: false optional: true - /@esbuild/openbsd-x64/0.16.10: + /@esbuild/openbsd-x64@0.16.10: resolution: {integrity: sha512-3qpxQKuEVIIg8SebpXsp82OBrqjPV/OwNWmG+TnZDr3VGyChNnGMHccC1xkbxCHDQNnnXjxhMQNyHmdFJbmbRA==} engines: {node: '>=12'} cpu: [x64] @@ -349,7 +355,7 @@ packages: dev: false optional: true - /@esbuild/sunos-x64/0.16.10: + /@esbuild/sunos-x64@0.16.10: resolution: {integrity: sha512-z+q0xZ+et/7etz7WoMyXTHZ1rB8PMSNp/FOqURLJLOPb3GWJ2aj4oCqFCjPwEbW1rsT7JPpxeH/DwGAWk/I1Bg==} engines: {node: '>=12'} cpu: [x64] @@ -358,7 +364,7 @@ packages: dev: false optional: true - /@esbuild/win32-arm64/0.16.10: + /@esbuild/win32-arm64@0.16.10: resolution: {integrity: sha512-+YYu5sbQ9npkNT9Dec+tn1F/kjg6SMgr6bfi/6FpXYZvCRfu2YFPZGb+3x8K30s8eRxFpoG4sGhiSUkr1xbHEw==} engines: {node: '>=12'} cpu: [arm64] @@ -367,7 +373,7 @@ packages: dev: false optional: true - /@esbuild/win32-ia32/0.16.10: + /@esbuild/win32-ia32@0.16.10: resolution: {integrity: sha512-Aw7Fupk7XNehR1ftHGYwUteyJ2q+em/aE+fVU3YMTBN2V5A7Z4aVCSV+SvCp9HIIHZavPFBpbdP3VfjQpdf6Xg==} engines: {node: '>=12'} cpu: [ia32] @@ -376,7 +382,7 @@ packages: dev: false optional: true - /@esbuild/win32-x64/0.16.10: + /@esbuild/win32-x64@0.16.10: resolution: {integrity: sha512-qddWullt3sC1EIpfHvCRBq3H4g3L86DZpD6n8k2XFjFVyp01D++uNbN1hT/JRsHxTbyyemZcpwL5aRlJwc/zFw==} engines: {node: '>=12'} cpu: [x64] @@ -385,11 +391,11 @@ packages: dev: false optional: true - /@types/web-bluetooth/0.0.16: + /@types/web-bluetooth@0.0.16: resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} dev: false - /@vitejs/plugin-vue/4.0.0_vite@4.0.2+vue@3.2.45: + /@vitejs/plugin-vue@4.0.0(vite@4.0.2)(vue@3.2.45): resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -400,7 +406,7 @@ packages: vue: 3.2.45 dev: false - /@vue/compiler-core/3.2.45: + /@vue/compiler-core@3.2.45: resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==} dependencies: '@babel/parser': 7.20.5 @@ -409,14 +415,14 @@ packages: source-map: 0.6.1 dev: false - /@vue/compiler-dom/3.2.45: + /@vue/compiler-dom@3.2.45: resolution: {integrity: sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==} dependencies: '@vue/compiler-core': 3.2.45 '@vue/shared': 3.2.45 dev: false - /@vue/compiler-sfc/3.2.45: + /@vue/compiler-sfc@3.2.45: resolution: {integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==} dependencies: '@babel/parser': 7.20.5 @@ -431,18 +437,18 @@ packages: source-map: 0.6.1 dev: false - /@vue/compiler-ssr/3.2.45: + /@vue/compiler-ssr@3.2.45: resolution: {integrity: sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==} dependencies: '@vue/compiler-dom': 3.2.45 '@vue/shared': 3.2.45 dev: false - /@vue/devtools-api/6.4.5: + /@vue/devtools-api@6.4.5: resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==} dev: false - /@vue/reactivity-transform/3.2.45: + /@vue/reactivity-transform@3.2.45: resolution: {integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==} dependencies: '@babel/parser': 7.20.5 @@ -452,20 +458,20 @@ packages: magic-string: 0.25.9 dev: false - /@vue/reactivity/3.2.45: + /@vue/reactivity@3.2.45: resolution: {integrity: sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==} dependencies: '@vue/shared': 3.2.45 dev: false - /@vue/runtime-core/3.2.45: + /@vue/runtime-core@3.2.45: resolution: {integrity: sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==} dependencies: '@vue/reactivity': 3.2.45 '@vue/shared': 3.2.45 dev: false - /@vue/runtime-dom/3.2.45: + /@vue/runtime-dom@3.2.45: resolution: {integrity: sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==} dependencies: '@vue/runtime-core': 3.2.45 @@ -473,7 +479,7 @@ packages: csstype: 2.6.21 dev: false - /@vue/server-renderer/3.2.45_vue@3.2.45: + /@vue/server-renderer@3.2.45(vue@3.2.45): resolution: {integrity: sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==} peerDependencies: vue: 3.2.45 @@ -483,36 +489,36 @@ packages: vue: 3.2.45 dev: false - /@vue/shared/3.2.45: + /@vue/shared@3.2.45: resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==} dev: false - /@vueuse/core/9.8.2_vue@3.2.45: + /@vueuse/core@9.8.2(vue@3.2.45): resolution: {integrity: sha512-aWiCmcYIpPt7xjuqYiceODEMHchDYthrJ4AqI+FXPZrR23PZOqdiktbUVyQl2kGlR3H4i9UJ/uimQrwhz9UouQ==} dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.8.2 - '@vueuse/shared': 9.8.2_vue@3.2.45 - vue-demi: 0.13.11_vue@3.2.45 + '@vueuse/shared': 9.8.2(vue@3.2.45) + vue-demi: 0.13.11(vue@3.2.45) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/metadata/9.8.2: + /@vueuse/metadata@9.8.2: resolution: {integrity: sha512-N4E/BKS+9VsUeD4WLVRU1J2kCOLh+iikBcMtipFcTyL204132vDYHs27zLAVabJYGnhC0dIVGdhg9pbOZiY2TQ==} dev: false - /@vueuse/shared/9.8.2_vue@3.2.45: + /@vueuse/shared@9.8.2(vue@3.2.45): resolution: {integrity: sha512-ACjrPQzowd5dnabNJt9EoGVobco9/ENiA5qP53vjiuxndlJYuc/UegwhXC7KdQbPX4F45a50+45K3g1wNqOzmA==} dependencies: - vue-demi: 0.13.11_vue@3.2.45 + vue-demi: 0.13.11(vue@3.2.45) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /algoliasearch/4.14.3: + /algoliasearch@4.14.3: resolution: {integrity: sha512-GZTEuxzfWbP/vr7ZJfGzIl8fOsoxN916Z6FY2Egc9q2TmZ6hvq5KfAxY89pPW01oW/2HDEKA8d30f9iAH9eXYg==} dependencies: '@algolia/cache-browser-local-storage': 4.14.3 @@ -531,15 +537,15 @@ packages: '@algolia/transporter': 4.14.3 dev: false - /body-scroll-lock/4.0.0-beta.0: + /body-scroll-lock@4.0.0-beta.0: resolution: {integrity: sha512-a7tP5+0Mw3YlUJcGAKUqIBkYYGlYxk2fnCasq/FUph1hadxlTRjF+gAcZksxANnaMnALjxEddmSi/H3OR8ugcQ==} dev: false - /csstype/2.6.21: + /csstype@2.6.21: resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} dev: false - /esbuild/0.16.10: + /esbuild@0.16.10: resolution: {integrity: sha512-z5dIViHoVnw2l+NCJ3zj5behdXjYvXne9gL18OOivCadXDUhyDkeSvEtLcGVAJW2fNmh33TDUpsi704XYlDodw==} engines: {node: '>=12'} hasBin: true @@ -569,11 +575,11 @@ packages: '@esbuild/win32-x64': 0.16.10 dev: false - /estree-walker/2.0.2: + /estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} dev: false - /fsevents/2.3.2: + /fsevents@2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] @@ -581,48 +587,48 @@ packages: dev: false optional: true - /function-bind/1.1.1: + /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} dev: false - /has/1.0.3: + /has@1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 dev: false - /is-core-module/2.11.0: + /is-core-module@2.11.0: resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} dependencies: has: 1.0.3 dev: false - /jsonc-parser/3.2.0: + /jsonc-parser@3.2.0: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: false - /magic-string/0.25.9: + /magic-string@0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} dependencies: sourcemap-codec: 1.4.8 dev: false - /nanoid/3.3.4: + /nanoid@3.3.4: resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: false - /path-parse/1.0.7: + /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: false - /picocolors/1.0.0: + /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: false - /postcss/8.4.20: + /postcss@8.4.20: resolution: {integrity: sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==} engines: {node: ^10 || ^12 || >=14} dependencies: @@ -631,17 +637,17 @@ packages: source-map-js: 1.0.2 dev: false - /preact/10.11.3: + /preact@10.11.3: resolution: {integrity: sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==} dev: false - /prettier/2.8.1: + /prettier@2.8.1: resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==} engines: {node: '>=10.13.0'} hasBin: true dev: false - /resolve/1.22.1: + /resolve@1.22.1: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: @@ -650,7 +656,7 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: false - /rollup/3.7.5: + /rollup@3.7.5: resolution: {integrity: sha512-z0ZbqHBtS/et2EEUKMrAl2CoSdwN7ZPzL17UMiKN9RjjqHShTlv7F9J6ZJZJNREYjBh3TvBrdfjkFDIXFNeuiQ==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true @@ -658,7 +664,7 @@ packages: fsevents: 2.3.2 dev: false - /shiki/0.12.1: + /shiki@0.12.1: resolution: {integrity: sha512-aieaV1m349rZINEBkjxh2QbBvFFQOlgqYTNtCal82hHj4dDZ76oMlQIX+C7ryerBTDiga3e5NfH6smjdJ02BbQ==} dependencies: jsonc-parser: 3.2.0 @@ -666,32 +672,32 @@ packages: vscode-textmate: 8.0.0 dev: false - /source-map-js/1.0.2: + /source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} dev: false - /source-map/0.6.1: + /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} dev: false - /sourcemap-codec/1.4.8: + /sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} deprecated: Please use @jridgewell/sourcemap-codec instead dev: false - /supports-preserve-symlinks-flag/1.0.0: + /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} dev: false - /to-fast-properties/2.0.0: + /to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} dev: false - /vite/4.0.2: + /vite@4.0.2: resolution: {integrity: sha512-QJaY3R+tFlTagH0exVqbgkkw45B+/bXVBzF2ZD1KB5Z8RiAoiKo60vSUf6/r4c2Vh9jfGBKM4oBI9b4/1ZJYng==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -724,15 +730,15 @@ packages: fsevents: 2.3.2 dev: false - /vitepress/1.0.0-alpha.33: + /vitepress@1.0.0-alpha.33(@algolia/client-search@4.14.3): resolution: {integrity: sha512-EhMDqWLllYr5mXqAz4GCQ1o/bu5umQ6C2d8voiSaTHMkYCxsGc31ETykflM6NOhGx6yccwXygrYIIeN1l6BUEA==} hasBin: true dependencies: '@docsearch/css': 3.3.0 - '@docsearch/js': 3.3.0 - '@vitejs/plugin-vue': 4.0.0_vite@4.0.2+vue@3.2.45 + '@docsearch/js': 3.3.0(@algolia/client-search@4.14.3) + '@vitejs/plugin-vue': 4.0.0(vite@4.0.2)(vue@3.2.45) '@vue/devtools-api': 6.4.5 - '@vueuse/core': 9.8.2_vue@3.2.45 + '@vueuse/core': 9.8.2(vue@3.2.45) body-scroll-lock: 4.0.0-beta.0 shiki: 0.12.1 vite: 4.0.2 @@ -751,15 +757,15 @@ packages: - terser dev: false - /vscode-oniguruma/1.7.0: + /vscode-oniguruma@1.7.0: resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} dev: false - /vscode-textmate/8.0.0: + /vscode-textmate@8.0.0: resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} dev: false - /vue-demi/0.13.11_vue@3.2.45: + /vue-demi@0.13.11(vue@3.2.45): resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==} engines: {node: '>=12'} hasBin: true @@ -774,12 +780,12 @@ packages: vue: 3.2.45 dev: false - /vue/3.2.45: + /vue@3.2.45: resolution: {integrity: sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==} dependencies: '@vue/compiler-dom': 3.2.45 '@vue/compiler-sfc': 3.2.45 '@vue/runtime-dom': 3.2.45 - '@vue/server-renderer': 3.2.45_vue@3.2.45 + '@vue/server-renderer': 3.2.45(vue@3.2.45) '@vue/shared': 3.2.45 dev: false From d97981bac5b5e6c9bc416088c8a5eaf02059f3d1 Mon Sep 17 00:00:00 2001 From: ya2glu Date: Fri, 8 Sep 2023 09:24:26 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=A5=20[docs]=20modify=20index=20pa?= =?UTF-8?q?ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.js | 5 +++- docs/index.md | 55 +++++++++++++++++++++++++-------------- 2 files changed, 40 insertions(+), 20 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index ec32061..bf23453 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -9,7 +9,7 @@ const nav = [ ], }, { - text: "vbenComponent", + text: "组件", items: [ { text: "介绍", link: "/packages/vbenComponent/introduction" }, { text: "Fetch扩展", link: "/packages/vbenComponent/fetch" }, @@ -84,5 +84,8 @@ export default { pattern: "https://github.com/vbenjs/vben3-doc/edit/master/docs/:path", text: "编辑此页", }, + footer: { + copyright: `MIT License Copyright ©️ 2023-present Vben` + } }, }; diff --git a/docs/index.md b/docs/index.md index 768997f..f366d7e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,21 +1,38 @@ -# vben admin 后台管理系统 -::: tip -技术栈:vue3+vite+ts -包管理:monorepo+pnpm -::: +--- +layout: home -+ 项目仓库地址:[https://github.com/vbenjs/vben3](https://github.com/vbenjs/vben3) -+ 文档仓库地址:[https://github.com/vbenjs/vben3-doc](https://github.com/vbenjs/vben3-doc) -+ KOOK:[https://kook.top/6ZPFKi](https://kook.top/6ZPFKi) -+ Vben3 QQ群(新):4286109 +hero: + name: Vben Admin + text: 一个开箱即用前端框架 + tagline: 采用Monorepo,分离组件样式逻辑,采用更通用的公共逻辑,降低组件开发的耦合。 + image: + src: /asset/logo.png + alt: vben logo + actions: + - theme: brand + text: 快速开始 + link: ./guide/introduction.md + - theme: alt + text: 在线预览 + link: https://vben.mufei88.com/ +features: + - icon: 🔥 + title: 最新技术栈 + details: 基于Vue3,Vite,TypeScript等最新技术栈开发。 + - icon: 📦 + title: 组件封装 + details: 对日常使用频率较高组件二次封装,快速开发。 + - icon: 🔑 + title: 权限管理 + details: 完善的前后端权限管理方案。 + - icon: 🚀 + title: 快速热重载 + details: 采用Vite快速热重载技术,提升开发体验。 +--- - - -### 安装 -``` -git clone https://github.com/vbenjs/vben3.git -pnpm i -pnpm dev -``` - -欢迎提PR + \ No newline at end of file