Fixed V2RayN SNI issue

This commit is contained in:
Peng-YM
2020-09-21 10:15:05 +08:00
parent 17d514c6da
commit 32595ee27e
11 changed files with 42 additions and 6 deletions

View File

@@ -45,6 +45,8 @@
</v-chip-group>
<v-text-field
placeholder="添加新关键词"
clearable
clear-icon="clear"
solo
v-model="form.keyword"
append-icon="mdi-send"

View File

@@ -56,6 +56,8 @@
</v-chip-group>
<v-text-field
placeholder="添加新关键词"
clearable
clear-icon="clear"
solo
v-model="form.keyword"
append-icon="mdi-send"

View File

@@ -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"

View File

@@ -46,6 +46,8 @@
</v-chip-group>
<v-text-field
placeholder="添加新关键词"
clearable
clear-icon="clear"
solo
v-model="form.keyword"
append-icon="mdi-send"

View File

@@ -48,6 +48,8 @@
</v-chip-group>
<v-text-field
placeholder="添加新正则表达式"
clearable
clear-icon="clear"
solo
v-model="form.regex"
append-icon="mdi-send"

View File

@@ -60,6 +60,8 @@
</v-chip-group>
<v-text-field
placeholder="添加新正则表达式"
clearable
clear-icon="clear"
solo
v-model="form.regex"
append-icon="mdi-send"

View File

@@ -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"

View File

@@ -44,6 +44,8 @@
</v-card-text>
<v-textarea
solo
clearable
clear-icon="clear"
:label="hint"
v-model="content"
/>

View File

@@ -43,6 +43,8 @@
</v-radio-group>
</v-card-text>
<v-textarea
clearable
clear-icon="clear"
solo
:label="hint"
v-model="content"