perf: 调整
This commit is contained in:
@ -446,7 +446,7 @@ export default {
|
|||||||
renderLabel('笔记链接', '平台将从该笔记“之后”的内容开始同步,该笔记及更早的数据均不采集'),
|
renderLabel('笔记链接', '平台将从该笔记“之后”的内容开始同步,该笔记及更早的数据均不采集'),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Textarea
|
<TextArea
|
||||||
v-model:value={form.value.end_work_link}
|
v-model:value={form.value.end_work_link}
|
||||||
placeholder="请输入笔记链接。若无需输入,填写 “无” "
|
placeholder="请输入笔记链接。若无需输入,填写 “无” "
|
||||||
size="large"
|
size="large"
|
||||||
@ -459,7 +459,7 @@ export default {
|
|||||||
label: () => renderLabel('Cookie值', 'Cookie,无需扫码授权'),
|
label: () => renderLabel('Cookie值', 'Cookie,无需扫码授权'),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Switch v-model={isCustomCookie.value} size="large" />
|
<Switch v-model:checked={isCustomCookie.value} size="large" />
|
||||||
</FormItem>
|
</FormItem>
|
||||||
{isCustomCookie.value && (
|
{isCustomCookie.value && (
|
||||||
<FormItem label=" " name="cookie">
|
<FormItem label=" " name="cookie">
|
||||||
|
|||||||
Reference in New Issue
Block a user