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:
7
src/types/index.ts
Normal file
7
src/types/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// 统一导出所有类型定义
|
||||
export * from './api'
|
||||
export * from './common'
|
||||
export * from './component'
|
||||
export * from './store'
|
||||
export * from './router'
|
||||
export * from './config'
|
||||
Reference in New Issue
Block a user