diff --git a/apps/admin/app/dashboard/subscribe/schema.ts b/apps/admin/app/dashboard/subscribe/schema.ts index ac6eed2..048ea94 100644 --- a/apps/admin/app/dashboard/subscribe/schema.ts +++ b/apps/admin/app/dashboard/subscribe/schema.ts @@ -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',