Merge pull request #309 from Aqr-K/fix/settings

This commit is contained in:
jxxghp
2025-03-21 09:55:11 +08:00
committed by GitHub

View File

@@ -140,7 +140,6 @@ onMounted(() => {
<VCardText>
<VTextarea
v-model="customIdentifiers"
auto-grow
placeholder="支持正则表达式,特殊字符需要\转义,一行为一组"
hint="支持正则表达式,特殊字符需要\转义,一行为一组"
persistent-hint
@@ -181,7 +180,6 @@ onMounted(() => {
<VCardText>
<VTextarea
v-model="customReleaseGroups"
auto-grow
placeholder="支持正则表达式,特殊字符需要\转义,一行代表一个制作组/字幕组"
hint="支持正则表达式,特殊字符需要\转义,一行代表一个制作组/字幕组"
persistent-hint
@@ -207,7 +205,6 @@ onMounted(() => {
<VCardText>
<VTextarea
v-model="customization"
auto-grow
placeholder="支持正则表达式,特殊字符需要\转义,多个匹配对象请换行分隔"
hint="支持正则表达式,特殊字符需要\转义,多个匹配对象请换行分隔"
persistent-hint
@@ -233,7 +230,6 @@ onMounted(() => {
<VCardText>
<VTextarea
v-model="transferExcludeWords"
auto-grow
placeholder="支持正则表达式,特殊字符需要\转义,一行代表一个屏蔽词"
hint="支持正则表达式,特殊字符需要\转义,一行代表一个屏蔽词"
persistent-hint