feat: Add Markdown Page route and component
All checks were successful
CI / cache-and-install (push) Successful in 1m18s

This commit is contained in:
严浩
2024-08-21 12:17:42 +08:00
parent 41f194b180
commit adfa5f525a
8 changed files with 102 additions and 4 deletions

54
pnpm-lock.yaml generated
View File

@ -16,6 +16,9 @@ importers:
'@alova/adapter-axios':
specifier: ^2.0.5
version: 2.0.5(alova@3.0.7)(axios@1.7.3)
'@unhead/vue':
specifier: ^1.10.0
version: 1.10.0(vue@3.4.37(typescript@5.5.4))
'@vant/use':
specifier: ^1.6.0
version: 1.6.0(vue@3.4.37(typescript@5.5.4))
@ -933,6 +936,20 @@ packages:
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
'@unhead/dom@1.10.0':
resolution: {integrity: sha512-LdgtOlyMHOyuQNsUKM+1d8ViiiY4LxjCPJlgUU/5CwgqeRYf4LWFu8oRMQfSQVTusbPwwvr3MolM9iTUu2I4BQ==, tarball: https://registry.npmjs.org/@unhead/dom/-/dom-1.10.0.tgz}
'@unhead/schema@1.10.0':
resolution: {integrity: sha512-hmgkFdLzm/VPLAXBF89Iry4Wz/6FpHMfMKCnAdihAt1Ublsi04RrA0hQuAiuGG2CZiKL4VCxtmV++UXj/kyakA==, tarball: https://registry.npmjs.org/@unhead/schema/-/schema-1.10.0.tgz}
'@unhead/shared@1.10.0':
resolution: {integrity: sha512-Lv7pP0AoWJy+YaiWd4kGD+TK78ahPUwnIRx6YCC6FjPmE0KCqooeDS4HbInYaklLlEMQZislXyIwLczK2DTWiw==, tarball: https://registry.npmjs.org/@unhead/shared/-/shared-1.10.0.tgz}
'@unhead/vue@1.10.0':
resolution: {integrity: sha512-Cv9BViaOwCBdXy3bsTvJ10Rs808FSSq/ZfeBXzOjOxt08sbubf6Mr5opBdOlv/i1bzyFVIAqe5ABmrhC9mB80w==, tarball: https://registry.npmjs.org/@unhead/vue/-/vue-1.10.0.tgz}
peerDependencies:
vue: '>=2.7 || >=3'
'@unocss/astro@0.62.1':
resolution: {integrity: sha512-vUcNHfiqVNd1U1OuiZPtc2T/I7S8nrmXkWwLjz3KzVj8Q0CGUN70eQaz0F01EOg+P62Wxegm/trjGD7/ze5Ldw==}
peerDependencies:
@ -2737,6 +2754,9 @@ packages:
undici-types@6.13.0:
resolution: {integrity: sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==}
unhead@1.10.0:
resolution: {integrity: sha512-nv75Hvhu0asuD/rbP6b3tSRJUltxmThq/iZU5rLCGEkCqTkFk7ruQGNk+TRtx/RCYqL0R/IzIY9aqvhNOGe3mg==, tarball: https://registry.npmjs.org/unhead/-/unhead-1.10.0.tgz}
unimport@3.10.0:
resolution: {integrity: sha512-/UvKRfWx3mNDWwWQhR62HsoM3wxHwYdTq8ellZzMOHnnw4Dp8tovgthyW7DjTrbjDL+i4idOp06voz2VKlvrLw==}
@ -3065,6 +3085,9 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
zhead@2.2.4:
resolution: {integrity: sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==, tarball: https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz}
snapshots:
'@alova/adapter-axios@2.0.5(alova@3.0.7)(axios@1.7.3)':
@ -3739,6 +3762,28 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
'@unhead/dom@1.10.0':
dependencies:
'@unhead/schema': 1.10.0
'@unhead/shared': 1.10.0
'@unhead/schema@1.10.0':
dependencies:
hookable: 5.5.3
zhead: 2.2.4
'@unhead/shared@1.10.0':
dependencies:
'@unhead/schema': 1.10.0
'@unhead/vue@1.10.0(vue@3.4.37(typescript@5.5.4))':
dependencies:
'@unhead/schema': 1.10.0
'@unhead/shared': 1.10.0
hookable: 5.5.3
unhead: 1.10.0
vue: 3.4.37(typescript@5.5.4)
'@unocss/astro@0.62.1(rollup@4.20.0)(vite@5.4.0(@types/node@22.2.0)(less@4.2.0))':
dependencies:
'@unocss/core': 0.62.1
@ -5695,6 +5740,13 @@ snapshots:
undici-types@6.13.0: {}
unhead@1.10.0:
dependencies:
'@unhead/dom': 1.10.0
'@unhead/schema': 1.10.0
'@unhead/shared': 1.10.0
hookable: 5.5.3
unimport@3.10.0(rollup@4.20.0):
dependencies:
'@rollup/pluginutils': 5.1.0(rollup@4.20.0)
@ -6093,3 +6145,5 @@ snapshots:
yaml@2.5.0: {}
yocto-queue@0.1.0: {}
zhead@2.2.4: {}