Minor fixes

This commit is contained in:
Peng-YM 2022-05-25 18:34:02 +08:00
parent e5c256803a
commit 1ac077101d
3 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* #host=google.com * #host=google.com
*/ */
function operator(proxies) { function operator(proxies) {
const host = 'baidu.com'; const { host } = $arguments;
proxies.forEach(p => { proxies.forEach(p => {
if (p.type === 'vmess' && p.network === 'ws') { if (p.type === 'vmess' && p.network === 'ws') {
p["ws-opts"] = p["ws-opts"] || {}; p["ws-opts"] = p["ws-opts"] || {};

8
vs.code-workspace Normal file
View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

View File

@ -8,7 +8,7 @@
<!--For Subscription--> <!--For Subscription-->
<v-radio-group v-if="!isCollection" v-model="options.source" class="mt-0 mb-0"> <v-radio-group v-if="!isCollection" v-model="options.source" class="mt-0 mb-0">
<template v-slot:label> <template v-slot:label>
<div style="font-size: 2px">订阅来源</div> <div>订阅来源</div>
</template> </template>
<v-row dense> <v-row dense>
<v-col> <v-col>