mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-06-03 10:43:59 +08:00
Minor fixes
This commit is contained in:
parent
e5c256803a
commit
1ac077101d
@ -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
8
vs.code-workspace
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user