export const SUPER_ADMIN_SEED = { id: 'user_super_admin_zhanxi', account: 'zhanxi', displayName: '超级管理员', } as const; export const AUTH_COOKIE_NAME = 'devops_auth_token'; export const AUTH_TOKEN_VERSION = 'v1';