mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
🐛 fix: Removed node metadata fields in subscription schema to simplify structure
This commit is contained in:
parent
49b3dcc591
commit
0cadd83e45
@ -189,19 +189,6 @@ export const subscribeSchema = {
|
||||
type: 'boolean',
|
||||
description: 'Whether this protocol is enabled',
|
||||
},
|
||||
// Node metadata
|
||||
Country: {
|
||||
type: 'string',
|
||||
description: 'Node country',
|
||||
},
|
||||
City: {
|
||||
type: 'string',
|
||||
description: 'Node city',
|
||||
},
|
||||
Ratio: {
|
||||
type: 'number',
|
||||
description: 'Traffic ratio multiplier',
|
||||
},
|
||||
// UUID for vmess/vless
|
||||
UUID: {
|
||||
type: 'string',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user