File tree 3 files changed +4
-4
lines changed
src/client/theme-default/components
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ features:
20
20
- icon : 📝
21
21
title : Focus on Your Content
22
22
details : Effortlessly create beautiful documentation sites with just markdown.
23
- - icon: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><g fill="none"><path fill="url(#a)" d="m29.884 6.146-13.142 23.5a.714.714 0 0 1-1.244.005L2.096 6.148a.714.714 0 0 1 .746-1.057l13.156 2.352a.714.714 0 0 0 .253 0l12.881-2.348a.714.714 0 0 1 .752 1.05z"/><path fill="url(#b)" d="M22.264 2.007 12.54 3.912a.357.357 0 0 0-.288.33l-.598 10.104a.357.357 0 0 0 .437.369l2.707-.625a.357.357 0 0 1 .43.42l-.804 3.939a.357.357 0 0 0 .454.413l1.672-.508a.357.357 0 0 1 .454.414l-1.279 6.187c-.08.387.435.598.65.267l.143-.222 7.925-15.815a.357.357 0 0 0-.387-.51l-2.787.537a.357.357 0 0 1-.41-.45l1.818-6.306a.357.357 0 0 0-.412-.45z"/><defs><linearGradient id="a" x1="6" x2="235" y1="33" y2="344" gradientTransform="translate(1.34 1.894) scale(.07142)" gradientUnits="userSpaceOnUse"><stop stop-color="#41D1FF"/><stop offset="1" stop-color="#BD34FE"/></linearGradient><linearGradient id="b" x1="194.651" x2="236.076" y1="8.818" y2="292.989" gradientTransform="translate(1.34 1.894) scale(.07142)" gradientUnits="userSpaceOnUse"><stop stop-color="#FFEA83"/><stop offset=".083" stop-color="#FFDD35"/><stop offset="1" stop-color="#FFA800"/></linearGradient></defs></g></svg>
23
+ - icon: <svg xmlns="http://www.w3.org/2000/svg" width="30" viewBox="0 0 256 256.32"><defs><linearGradient id="a" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"/><stop offset="100%" stop-color="#BD34FE"/></linearGradient><linearGradient id="b" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"/><stop offset="8.333%" stop-color="#FFDD35"/><stop offset="100%" stop-color="#FFA800"/></linearGradient></defs><path fill="url(#a)" d="M255.153 37.938 134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"/><path fill="url(#b)" d="M185.432.063 96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028 72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"/></svg>
24
24
title : Enjoy the Vite DX
25
25
details : Instant server start, lightning fast hot updates, and leverage Vite ecosystem plugins.
26
- - icon : <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32 "><path fill="#41b883 " d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6 3.22-5.6Z "/><path fill="#41b883 " d="m2 3.925 14 24.15 14-24.15h-5.6L16 18.415 7.53 3.925Z "/><path fill="#35495e " d="M7.53 3.925 16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z "/></svg>
26
+ - icon : <svg xmlns="http://www.w3.org/2000/svg" width="30" viewBox="0 0 256 220.8 "><path fill="#41B883 " d="M204.8 0H256L128 220.8 0 0h97.92L128 51.2 157.44 0h47.36Z "/><path fill="#41B883 " d="m0 0 128 220.8L256 0h-51.2L128 132.48 50.56 0H0Z "/><path fill="#35495E " d="M50.56 0 128 133.12 204.8 0h-47.36L128 51.2 97.92 0H50.56Z "/></svg>
27
27
title : Customize with Vue
28
28
details : Use Vue syntax and components directly in markdown, or build custom themes with Vue.
29
29
- icon : 🚀
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ defineProps<{
14
14
</script >
15
15
16
16
<template >
17
- <VPLink class =" VPFeature" :href =" link" :no-icon =" true" >
17
+ <VPLink class =" VPFeature" :href =" link" :no-icon =" true" :tag = " link ? 'a' : 'div' " >
18
18
<article class =" box" >
19
19
<VPImage
20
20
v-if =" typeof icon === 'object'"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function unlockBodyScroll() {
27
27
@enter =" lockBodyScroll"
28
28
@after-leave =" unlockBodyScroll"
29
29
>
30
- <div v-if =" open" class =" VPNavScreen" ref =" screen" >
30
+ <div v-if =" open" class =" VPNavScreen" ref =" screen" id = " VPNavScreen " >
31
31
<div class =" container" >
32
32
<slot name =" nav-screen-content-before" />
33
33
<VPNavScreenMenu class =" menu" />
You can’t perform that action at this time.
0 commit comments