mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
Fixed V2RayN SNI issue
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
</v-chip-group>
|
||||
<v-text-field
|
||||
placeholder="添加新关键词"
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
solo
|
||||
v-model="form.keyword"
|
||||
append-icon="mdi-send"
|
||||
|
||||
@@ -56,6 +56,8 @@
|
||||
</v-chip-group>
|
||||
<v-text-field
|
||||
placeholder="添加新关键词"
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
solo
|
||||
v-model="form.keyword"
|
||||
append-icon="mdi-send"
|
||||
|
||||
@@ -46,6 +46,8 @@
|
||||
<v-row>
|
||||
<v-col>
|
||||
<v-text-field
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
placeholder="关键词"
|
||||
solo
|
||||
v-model="form.keyword"
|
||||
@@ -53,6 +55,8 @@
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-text-field
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
placeholder="替换为"
|
||||
solo
|
||||
v-model="form.replace"
|
||||
|
||||
@@ -46,6 +46,8 @@
|
||||
</v-chip-group>
|
||||
<v-text-field
|
||||
placeholder="添加新关键词"
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
solo
|
||||
v-model="form.keyword"
|
||||
append-icon="mdi-send"
|
||||
|
||||
@@ -48,6 +48,8 @@
|
||||
</v-chip-group>
|
||||
<v-text-field
|
||||
placeholder="添加新正则表达式"
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
solo
|
||||
v-model="form.regex"
|
||||
append-icon="mdi-send"
|
||||
|
||||
@@ -60,6 +60,8 @@
|
||||
</v-chip-group>
|
||||
<v-text-field
|
||||
placeholder="添加新正则表达式"
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
solo
|
||||
v-model="form.regex"
|
||||
append-icon="mdi-send"
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
<v-col>
|
||||
<v-text-field
|
||||
placeholder="正则表达式"
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
solo
|
||||
v-model="form.regex"
|
||||
/>
|
||||
@@ -55,6 +57,8 @@
|
||||
<v-text-field
|
||||
placeholder="替换为"
|
||||
solo
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
v-model="form.replace"
|
||||
append-icon="mdi-send"
|
||||
@click:append="add"
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
</v-card-text>
|
||||
<v-textarea
|
||||
solo
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
:label="hint"
|
||||
v-model="content"
|
||||
/>
|
||||
|
||||
@@ -43,6 +43,8 @@
|
||||
</v-radio-group>
|
||||
</v-card-text>
|
||||
<v-textarea
|
||||
clearable
|
||||
clear-icon="clear"
|
||||
solo
|
||||
:label="hint"
|
||||
v-model="content"
|
||||
|
||||
Reference in New Issue
Block a user