perf: add default config
This commit is contained in:
parent
a5168d33ca
commit
715f8d7c8f
@ -130,6 +130,14 @@ export class AssistantInit extends AssistantConfig {
|
||||
home: '/root/center',
|
||||
proxy: [],
|
||||
apiProxyList: [],
|
||||
share: {
|
||||
enabled: false,
|
||||
name: 'abc',
|
||||
url: 'https://kevisual.cn/ws/proxy',
|
||||
},
|
||||
watch: {
|
||||
enabled: true,
|
||||
},
|
||||
} as AssistantConfigData;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user