Skip to content

Commit 929f16f

Browse files
committed
v0.1.1
1 parent e5a56e2 commit 929f16f

File tree

6 files changed

+42
-239
lines changed

6 files changed

+42
-239
lines changed

app/app.vue

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,5 @@
33
</template>
44

55
<script setup lang="ts">
6-
// 注入 Microsoft Clarity 代码
7-
const config = useRuntimeConfig()
8-
const analyticsId = config.public.msAnalyticsId
9-
10-
useHead({
11-
script: [
12-
{
13-
innerHTML: `
14-
(function(c,l,a,r,i,t,y){
15-
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
16-
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
17-
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
18-
})(window, document, "clarity", "script", "${analyticsId}");
19-
`,
20-
type: 'text/javascript',
21-
},
22-
{
23-
innerHTML: `
24-
(function(d) {
25-
var config = {
26-
kitId: 'wih3lxc',
27-
scriptTimeout: 3000,
28-
async: true
29-
},
30-
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
31-
})(document);`,
32-
type: 'text/javascript',
33-
},
34-
],
35-
})
36-
376
getPagesTheme()
387
</script>

app/assets/css/global.less

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
2-
31
* {
42
box-sizing: border-box;
53
}
64

7-
li,
85
li {
96
list-style: none;
107
}
@@ -16,8 +13,6 @@ li {
1613
-apple-system,
1714
sans-serif;
1815
font-variation-settings: 'wght' 480;
19-
letter-spacing: 0.015rem;
20-
word-spacing: 0.1rem;
2116

2217
--mdui-breakpoint-md: 767px;
2318
--mdui-breakpoint-sm: 424px;
@@ -34,7 +29,7 @@ h1, h2 {
3429
// 部分 mdui 组件不支持可变粗细字体
3530
mdui-chip,
3631
mdui-button {
37-
font-family: sans-serif;
32+
font-family: -apple-system, sans-serif;
3833
}
3934

4035
code,

app/components/DefaultNav.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ import '@mdui/icons/share.js'
4040
position: fixed;
4141
height: 64px;
4242
}
43+
44+
@media (max-width: 375px) {
45+
mdui-top-app-bar-title {
46+
visibility: hidden;
47+
}
48+
}
4349
</style>

app/components/og-image/Nuxt.vue

Lines changed: 25 additions & 190 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
<script setup>
2-
const props = defineProps({
3-
title: { type: String, required: false, default: 'title' },
4-
description: { type: String, required: false, default: 'description' },
5-
headline: { type: String, required: false, default: '' },
6-
})
7-
const title = computed(() => (props.title || '').slice(0, 60))
8-
const description = computed(() => (props.description || '').slice(0, 200))
9-
const headline = props.headline || ''
10-
</script>
11-
121
<template>
13-
<div class="w-full h-full flex flex-col justify-center bg-[#020420]">
2+
<div class="w-full h-full flex flex-col justify-center bg-[#020420] relative">
143
<svg
154
class="absolute right-0 top-0"
165
width="629"
@@ -50,7 +39,7 @@ const headline = props.headline || ''
5039
</defs>
5140
</svg>
5241

53-
<div class="w-[600px] pl-[100px]">
42+
<div class="w-[1000px] pl-[100px]">
5443
<p
5544
v-if="headline"
5645
class="uppercase text-[24px] text-[#00DC82] mb-4 font-semibold"
@@ -59,8 +48,7 @@ const headline = props.headline || ''
5948
</p>
6049
<h1
6150
v-if="title"
62-
class="w-[600px] m-0 text-[75px] font-semibold mb-4 text-white"
63-
style="display: block; line-clamp: 2; text-overflow: ellipsis"
51+
class="text-[70px] w-[1400px] m-0 font-bold mb-4 text-white"
6452
>
6553
{{ title }}
6654
</h1>
@@ -72,181 +60,28 @@ const headline = props.headline || ''
7260
{{ description }}
7361
</p>
7462
</div>
75-
<svg
76-
class="absolute top-[160px] right-[90px]"
77-
width="340"
78-
height="340"
79-
viewBox="0 0 340 340"
80-
fill="none"
81-
xmlns="http://www.w3.org/2000/svg"
63+
<img
64+
class="absolute right-[100px] bottom-[50px] w-[100px] h-[100px] rounded-full object-cover"
65+
src="https://avatars.githubusercontent.com/u/81836540?v=4"
66+
/>
67+
<p
68+
class="absolute left-[100px] bottom-[40px] font-bold text-[15px] text-[#E4E4E7]"
69+
style="font-variation-settings: 'wght' 500"
8270
>
83-
<path
84-
d="M86.6286 103.106C88.2099 94.7477 94.7477 88.2099 103.106 86.6286L104.427 86.3788C146.343 78.4485 189.386 78.5576 231.262 86.7002L232.272 86.8967C239.615 88.3244 245.4 93.99 246.981 101.301L247.277 102.671C256.565 145.63 256.438 190.092 246.903 232.997C245.361 239.939 239.939 245.361 232.997 246.903C190.092 256.438 145.63 256.565 102.671 247.277L101.301 246.981C93.99 245.4 88.3244 239.615 86.8967 232.272L86.7002 231.262C78.5576 189.386 78.4485 146.343 86.3788 104.426L86.6286 103.106Z"
85-
fill="url(#paint0_linear_199_94959)"
86-
/>
87-
<path
88-
d="M86.6286 103.106C88.2099 94.7477 94.7477 88.2099 103.106 86.6286L104.427 86.3788C146.343 78.4485 189.386 78.5576 231.262 86.7002L232.272 86.8967C239.615 88.3244 245.4 93.99 246.981 101.301L247.277 102.671C256.565 145.63 256.438 190.092 246.903 232.997C245.361 239.939 239.939 245.361 232.997 246.903C190.092 256.438 145.63 256.565 102.671 247.277L101.301 246.981C93.99 245.4 88.3244 239.615 86.8967 232.272L86.7002 231.262C78.5576 189.386 78.4485 146.343 86.3788 104.426L86.6286 103.106Z"
89-
fill="url(#paint1_radial_199_94959)"
90-
fill-opacity="0.06"
91-
/>
92-
<path
93-
d="M103.028 86.2151C94.4994 87.8286 87.8286 94.4994 86.2151 103.028L85.9653 104.348C78.0252 146.318 78.1344 189.414 86.2872 231.342L86.4836 232.353C87.9434 239.86 93.7366 245.776 101.212 247.392L102.582 247.688C145.601 256.989 190.124 256.862 233.089 247.314C240.19 245.736 245.736 240.19 247.314 233.089C256.862 190.124 256.989 145.601 247.688 102.582L247.392 101.212C245.776 93.7366 239.86 87.9434 232.353 86.4836L231.342 86.2872C189.414 78.1344 146.318 78.0252 104.348 85.9653L103.028 86.2151Z"
94-
stroke="url(#paint2_linear_199_94959)"
95-
stroke-opacity="0.2"
96-
stroke-width="0.841584"
97-
/>
98-
<path
99-
d="M86.5693 66.0418C76.1888 68.0728 68.0728 76.1888 66.0418 86.5693L65.7807 87.9041C55.4495 140.708 55.5631 195.024 66.1151 247.784L66.3095 248.756C68.1871 258.144 75.4486 265.527 84.8039 267.561L86.1767 267.86C140.001 279.561 195.755 279.425 249.525 267.477C258.483 265.486 265.485 258.489 267.475 249.53C279.429 195.737 279.558 139.989 267.852 86.1413L267.553 84.7671C265.524 75.4341 258.158 68.19 248.793 66.3169L247.784 66.1151C195.024 55.5631 140.708 55.4495 87.904 65.7807L86.5693 66.0418Z"
100-
stroke="url(#paint3_linear_199_94959)"
101-
stroke-opacity="0.6"
102-
stroke-width="1.7"
103-
/>
104-
<path
105-
d="M66.1749 44.2983C55.2117 46.6476 46.6475 55.2117 44.2983 66.1749L43.1523 71.5228C29.5422 135.037 29.5422 200.713 43.1523 264.227L44.425 270.166C46.7026 280.795 54.917 289.15 65.5055 291.608C132.857 307.243 203.127 307.189 270.477 291.554C280.924 289.129 289.129 280.924 291.554 270.477C307.189 203.127 307.243 132.857 291.608 65.5055C289.15 54.917 280.795 46.7026 270.166 44.425L264.227 43.1523C200.713 29.5422 135.037 29.5422 71.5228 43.1523L66.1749 44.2983Z"
106-
stroke="url(#paint4_linear_199_94959)"
107-
stroke-opacity="0.4"
108-
stroke-width="1.7"
109-
/>
110-
<path
111-
d="M47.0949 24.9846C36.0029 27.3375 27.3375 36.0029 24.9846 47.0949L19.3193 73.8027C5.86738 137.219 5.96967 202.762 19.6195 266.137L25.0028 291.131C27.3518 302.037 35.8106 310.592 46.6894 313.064L67.2583 317.739C134.879 333.107 205.098 332.991 272.667 317.398L291.54 313.043C302.229 310.576 310.576 302.229 313.043 291.54L317.398 272.667C332.991 205.098 333.107 134.879 317.739 67.2583L313.064 46.6894C310.592 35.8106 302.037 27.3518 291.131 25.0028L266.137 19.6195C202.762 5.96966 137.219 5.86738 73.8027 19.3193L47.0949 24.9846Z"
112-
stroke="url(#paint5_linear_199_94959)"
113-
stroke-opacity="0.2"
114-
stroke-width="2.125"
115-
/>
116-
<path
117-
d="M174.667 190.325H203.105C204.009 190.325 204.896 190.084 205.678 189.626C206.461 189.168 207.11 188.509 207.561 187.715C208.013 186.921 208.25 186.021 208.25 185.105C208.25 184.188 208.011 183.288 207.559 182.495L188.461 148.938C188.009 148.145 187.36 147.486 186.578 147.028C185.796 146.57 184.909 146.328 184.006 146.328C183.103 146.328 182.215 146.57 181.433 147.028C180.651 147.486 180.002 148.145 179.551 148.938L174.667 157.524L165.119 140.734C164.668 139.941 164.018 139.282 163.236 138.824C162.453 138.366 161.566 138.125 160.663 138.125C159.76 138.125 158.872 138.366 158.09 138.824C157.308 139.282 156.658 139.941 156.206 140.734L132.441 182.495C131.989 183.288 131.75 184.188 131.75 185.105C131.75 186.021 131.987 186.921 132.439 187.715C132.89 188.509 133.539 189.168 134.322 189.626C135.104 190.084 135.991 190.325 136.895 190.325H154.746C161.819 190.325 167.035 187.173 170.624 181.025L179.337 165.717L184.004 157.524L198.011 182.133H179.337L174.667 190.325ZM154.455 182.124L141.997 182.121L160.671 149.312L169.989 165.717L163.75 176.681C161.367 180.671 158.659 182.124 154.455 182.124Z"
118-
fill="#00DC82"
119-
/>
120-
<path
121-
d="M176.761 189.109H203.105H203.106C203.792 189.109 204.467 188.926 205.064 188.576C205.66 188.227 206.158 187.723 206.504 187.113L207.561 187.715L206.504 187.113C206.851 186.504 207.034 185.811 207.034 185.105C207.033 184.399 206.85 183.707 206.502 183.098L206.502 183.097L187.404 149.54L187.404 149.54C187.057 148.93 186.56 148.427 185.963 148.077C185.367 147.728 184.692 147.545 184.006 147.545C183.32 147.545 182.645 147.728 182.048 148.077C181.452 148.427 180.954 148.93 180.608 149.539C180.608 149.539 180.608 149.54 180.608 149.54L175.725 158.126L174.667 159.985L173.61 158.125L164.062 141.336L176.761 189.109ZM176.761 189.109L180.044 183.349H198.011H200.103L199.069 181.531L185.061 156.922L184.005 155.066L182.947 156.922L178.28 165.115L178.28 165.115L169.57 180.417C166.187 186.208 161.362 189.109 154.746 189.109H136.895H136.894C136.208 189.109 135.533 188.926 134.936 188.576C134.34 188.227 133.842 187.723 133.496 187.113L132.44 187.714L133.496 187.113C133.149 186.504 132.966 185.811 132.966 185.105C132.967 184.399 133.15 183.707 133.498 183.098L133.498 183.097L157.263 141.336C157.263 141.336 157.263 141.336 157.263 141.336C157.61 140.727 158.108 140.223 158.705 139.874C159.301 139.525 159.976 139.341 160.663 139.341C161.349 139.341 162.025 139.525 162.621 139.874L163.236 138.824L162.621 139.874C163.218 140.223 163.715 140.727 164.062 141.336L176.761 189.109ZM154.454 183.34H154.455C156.699 183.34 158.653 182.952 160.391 181.953C162.126 180.957 163.533 179.417 164.794 177.305L164.801 177.294L164.807 177.283L171.046 166.318L171.388 165.717L171.047 165.116L161.729 148.711L160.672 146.851L159.614 148.71L140.94 181.52L139.905 183.337L141.997 183.338L154.454 183.34Z"
122-
stroke="url(#paint6_linear_199_94959)"
123-
stroke-opacity="0.2"
124-
stroke-width="2.43271"
125-
/>
126-
<g filter="url(#filter0_f_199_94959)">
127-
<path
128-
d="M174.667 190.325H203.105C204.009 190.325 204.896 190.084 205.678 189.626C206.461 189.168 207.11 188.509 207.561 187.715C208.013 186.921 208.25 186.021 208.25 185.105C208.25 184.188 208.011 183.288 207.559 182.495L188.461 148.938C188.009 148.145 187.36 147.486 186.578 147.028C185.796 146.57 184.909 146.328 184.006 146.328C183.103 146.328 182.215 146.57 181.433 147.028C180.651 147.486 180.002 148.145 179.551 148.938L174.667 157.524L165.119 140.734C164.668 139.941 164.018 139.282 163.236 138.824C162.453 138.366 161.566 138.125 160.663 138.125C159.76 138.125 158.872 138.366 158.09 138.824C157.308 139.282 156.658 139.941 156.206 140.734L132.441 182.495C131.989 183.288 131.75 184.188 131.75 185.105C131.75 186.021 131.987 186.921 132.439 187.715C132.89 188.509 133.539 189.168 134.322 189.626C135.104 190.084 135.991 190.325 136.895 190.325H154.746C161.819 190.325 167.035 187.173 170.624 181.025L179.337 165.717L184.004 157.524L198.011 182.133H179.337L174.667 190.325ZM154.455 182.124L141.997 182.121L160.671 149.312L169.989 165.717L163.75 176.681C161.367 180.671 158.659 182.124 154.455 182.124Z"
129-
fill="#00DC82"
130-
/>
131-
<path
132-
d="M176.761 189.109H203.105H203.106C203.792 189.109 204.467 188.926 205.064 188.576C205.66 188.227 206.158 187.723 206.504 187.113L207.561 187.715L206.504 187.113C206.851 186.504 207.034 185.811 207.034 185.105C207.033 184.399 206.85 183.707 206.502 183.098L206.502 183.097L187.404 149.54L187.404 149.54C187.057 148.93 186.56 148.427 185.963 148.077C185.367 147.728 184.692 147.545 184.006 147.545C183.32 147.545 182.645 147.728 182.048 148.077C181.452 148.427 180.954 148.93 180.608 149.539C180.608 149.539 180.608 149.54 180.608 149.54L175.725 158.126L174.667 159.985L173.61 158.125L164.062 141.336L176.761 189.109ZM176.761 189.109L180.044 183.349H198.011H200.103L199.069 181.531L185.061 156.922L184.005 155.066L182.947 156.922L178.28 165.115L178.28 165.115L169.57 180.417C166.187 186.208 161.362 189.109 154.746 189.109H136.895H136.894C136.208 189.109 135.533 188.926 134.936 188.576C134.34 188.227 133.842 187.723 133.496 187.113L132.44 187.714L133.496 187.113C133.149 186.504 132.966 185.811 132.966 185.105C132.967 184.399 133.15 183.707 133.498 183.098L133.498 183.097L157.263 141.336C157.263 141.336 157.263 141.336 157.263 141.336C157.61 140.727 158.108 140.223 158.705 139.874C159.301 139.525 159.976 139.341 160.663 139.341C161.349 139.341 162.025 139.525 162.621 139.874L163.236 138.824L162.621 139.874C163.218 140.223 163.715 140.727 164.062 141.336L176.761 189.109ZM154.454 183.34H154.455C156.699 183.34 158.653 182.952 160.391 181.953C162.126 180.957 163.533 179.417 164.794 177.305L164.801 177.294L164.807 177.283L171.046 166.318L171.388 165.717L171.047 165.116L161.729 148.711L160.672 146.851L159.614 148.71L140.94 181.52L139.905 183.337L141.997 183.338L154.454 183.34Z"
133-
stroke="url(#paint7_linear_199_94959)"
134-
stroke-opacity="0.2"
135-
stroke-width="2.43271"
136-
/>
137-
</g>
138-
<defs>
139-
<filter
140-
id="filter0_f_199_94959"
141-
x="124.176"
142-
y="130.551"
143-
width="91.6485"
144-
height="67.3485"
145-
filterUnits="userSpaceOnUse"
146-
color-interpolation-filters="sRGB"
147-
>
148-
<feFlood flood-opacity="0" result="BackgroundImageFix" />
149-
<feBlend
150-
mode="normal"
151-
in="SourceGraphic"
152-
in2="BackgroundImageFix"
153-
result="shape"
154-
/>
155-
<feGaussianBlur
156-
stdDeviation="3.78713"
157-
result="effect1_foregroundBlur_199_94959"
158-
/>
159-
</filter>
160-
<linearGradient
161-
id="paint0_linear_199_94959"
162-
x1="167.875"
163-
y1="74.375"
164-
x2="88"
165-
y2="261"
166-
gradientUnits="userSpaceOnUse"
167-
>
168-
<stop stop-color="#0F172A" />
169-
<stop offset="1" stop-color="#0F172A" stop-opacity="0" />
170-
</linearGradient>
171-
<radialGradient
172-
id="paint1_radial_199_94959"
173-
cx="0"
174-
cy="0"
175-
r="1"
176-
gradientUnits="userSpaceOnUse"
177-
gradientTransform="translate(167.875 167.875) rotate(-90) scale(100.596 107.502)"
178-
>
179-
<stop stop-color="white" />
180-
<stop offset="1" stop-opacity="0" />
181-
</radialGradient>
182-
<linearGradient
183-
id="paint2_linear_199_94959"
184-
x1="247.183"
185-
y1="96.4978"
186-
x2="194.172"
187-
y2="229.234"
188-
gradientUnits="userSpaceOnUse"
189-
>
190-
<stop stop-color="white" />
191-
<stop offset="1" stop-opacity="0" />
192-
</linearGradient>
193-
<linearGradient
194-
id="paint3_linear_199_94959"
195-
x1="267.01"
196-
y1="78.6537"
197-
x2="200.746"
198-
y2="244.574"
199-
gradientUnits="userSpaceOnUse"
200-
>
201-
<stop stop-color="#00DC82" />
202-
<stop offset="1" stop-opacity="0" />
203-
<stop offset="1" stop-opacity="0" />
204-
</linearGradient>
205-
<linearGradient
206-
id="paint4_linear_199_94959"
207-
x1="292.405"
208-
y1="57.8159"
209-
x2="209.877"
210-
y2="264.463"
211-
gradientUnits="userSpaceOnUse"
212-
>
213-
<stop stop-color="#00DC82" />
214-
<stop offset="1" stop-opacity="0" />
215-
</linearGradient>
216-
<linearGradient
217-
id="paint5_linear_199_94959"
218-
x1="314.196"
219-
y1="40.2232"
220-
x2="217.813"
221-
y2="281.562"
222-
gradientUnits="userSpaceOnUse"
223-
>
224-
<stop stop-color="#00DC82" />
225-
<stop offset="1" stop-opacity="0" />
226-
</linearGradient>
227-
<linearGradient
228-
id="paint6_linear_199_94959"
229-
x1="202.444"
230-
y1="144.3"
231-
x2="191.546"
232-
y2="184.293"
233-
gradientUnits="userSpaceOnUse"
234-
>
235-
<stop stop-color="white" />
236-
<stop offset="1" stop-opacity="0" />
237-
</linearGradient>
238-
<linearGradient
239-
id="paint7_linear_199_94959"
240-
x1="202.444"
241-
y1="144.3"
242-
x2="191.546"
243-
y2="184.293"
244-
gradientUnits="userSpaceOnUse"
245-
>
246-
<stop stop-color="white" />
247-
<stop offset="1" stop-opacity="0" />
248-
</linearGradient>
249-
</defs>
250-
</svg>
71+
Driven by CSBigCaptain Blog.
72+
</p>
25173
</div>
25274
</template>
75+
76+
<script lang="ts" setup>
77+
const props = defineProps({
78+
title: { type: String, required: false, default: 'title' },
79+
description: { type: String, required: false, default: 'description' },
80+
headline: { type: String, required: false, default: '' },
81+
date: { type: Date, required: false, default: null },
82+
})
83+
const title = computed(() => (props.title || '').slice(0, 60))
84+
const description = computed(() => (props.description || '').slice(0, 200))
85+
const headline = props.headline || ''
86+
const date = props.date || new Date()
87+
</script>

content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineContentConfig({
88
type: 'page',
99
source: '1.blog/**/*.md',
1010
schema: z.object({
11-
date: z.date(),
11+
date: z.coerce.date(),
1212
short: z.string(),
1313
}),
1414
}),

nuxt.config.ts

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ export default defineNuxtConfig({
4949
api: 'https://api.nuxt.studio',
5050
},
5151
},
52-
runtimeConfig: {
53-
public: {
54-
// 分析器 ID(测试中)
55-
msAnalyticsId: process.env.MS_ANALYTICS_ID || 'rhd4ry6sym',
56-
},
57-
},
5852
nitro: {
5953
prerender: {
6054
failOnError: true,
@@ -68,7 +62,13 @@ export default defineNuxtConfig({
6862
buildAssetsDir: 'nuxt_assets',
6963
head: {
7064
htmlAttrs: { lang: 'zh-CN' },
71-
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
65+
link: [
66+
{ rel: 'icon', type: 'image/x-icon', href: '/public/favicon.ico' },
67+
{
68+
rel: 'stylesheet',
69+
href: 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap',
70+
},
71+
],
7272
noscript: [{ innerHTML: 'JavaScript is required' }],
7373
},
7474
},
@@ -97,9 +97,7 @@ export default defineNuxtConfig({
9797
ogImage: {
9898
zeroRuntime: true,
9999
googleFontMirror: true,
100-
fonts:[
101-
'Noto+Sans+SC:500'
102-
]
100+
fonts: ['Roboto:500', 'Roboto:800', 'Noto+Sans+SC:500', 'Noto+Sans+SC:800'],
103101
},
104102
robots: {
105103
// sitemap 模块依赖于 robots 模块
@@ -114,4 +112,4 @@ export default defineNuxtConfig({
114112
linkChecker: {
115113
enabled: false,
116114
},
117-
})
115+
})

0 commit comments

Comments
 (0)