feat:CN-1522 插件管理界面与接口调试

This commit is contained in:
hanyuxia
2024-01-09 11:10:28 +08:00
parent 2661b5e69d
commit f4bf9a1f31
4 changed files with 146 additions and 108 deletions

View File

@@ -465,6 +465,10 @@ export const knowledgeSourceValue = {
appTag: 'cn_app_tag_user_defined'
}
export const pluginSchedule = {
always: 'plugin.always'
}
export const knowledgeBaseSource = [
{
name: 'FQDN Category',
@@ -1881,6 +1885,23 @@ export const performanceMetricMapping = {
'high dns response time': 'DNS Response Latency'
}
export const pluginBasicInfo = [
{
id: 108,
name: '',
type: '',
desc: '',
iconUrl: ''
},
{
id: 109,
name: 'Psiphon3 VPN',
type: 'ip',
desc: 'knowledgeBase.desc.psiphon3',
iconUrl: 'images/knowledge-base-logo/psiphon3-vpn.png'
}
]
export const builtInKnowledgeBaseBasicInfo = [
{
knowledgeId: 10,