mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
🐛 fix: Update condition for plugin field in PROTOCOL_FIELDS to include specific plugins
This commit is contained in:
parent
a988cb3c50
commit
6376ec1a79
@ -390,7 +390,7 @@ export const PROTOCOL_FIELDS: Record<string, FieldConfig[]> = {
|
||||
}
|
||||
},
|
||||
group: 'plugin',
|
||||
condition: (p) => p.plugin !== 'none',
|
||||
condition: (p) => ['obfs', 'v2ray-plugin'].includes(p.plugin),
|
||||
},
|
||||
],
|
||||
vmess: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user