mirror of
https://git-proxy.hk.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-04-10 08:20:24 +08:00
Minor fixes
This commit is contained in:
parent
e5c256803a
commit
1ac077101d
@ -4,7 +4,7 @@
|
||||
* #host=google.com
|
||||
*/
|
||||
function operator(proxies) {
|
||||
const host = 'baidu.com';
|
||||
const { host } = $arguments;
|
||||
proxies.forEach(p => {
|
||||
if (p.type === 'vmess' && p.network === 'ws') {
|
||||
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-->
|
||||
<v-radio-group v-if="!isCollection" v-model="options.source" class="mt-0 mb-0">
|
||||
<template v-slot:label>
|
||||
<div style="font-size: 2px">订阅来源</div>
|
||||
<div>订阅来源</div>
|
||||
</template>
|
||||
<v-row dense>
|
||||
<v-col>
|
||||
|
Loading…
x
Reference in New Issue
Block a user