Initial commit: One Pipe System
完整的管理系统,包含账户管理、卡片管理、套餐管理、财务管理等功能模块。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
18
src/config/constants/index.ts
Normal file
18
src/config/constants/index.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* 公共配置和常量统一导出
|
||||
*/
|
||||
|
||||
// 运营商相关
|
||||
export * from './operators'
|
||||
|
||||
// 网卡状态相关
|
||||
export * from './cardStatus'
|
||||
|
||||
// 用户角色相关
|
||||
export * from './userRoles'
|
||||
|
||||
// 佣金相关
|
||||
export * from './commission'
|
||||
|
||||
// 通用状态相关
|
||||
export * from './status'
|
||||
Reference in New Issue
Block a user