全新的 ui,soybean admin
This commit is contained in:
@@ -3,13 +3,249 @@ schema_version: 1
|
||||
locale: zh-CN
|
||||
branch: main
|
||||
nodes_managed: true
|
||||
exported_at: "2026-07-16T07:23:16Z"
|
||||
exported_at: "2026-07-16T08:55:18Z"
|
||||
modules:
|
||||
"":
|
||||
dir_name: Luxsin 音频设备管理后台(前后端单体仓库)
|
||||
title: Luxsin 音频设备管理后台(前后端单体仓库)
|
||||
dir_name: Luxsin Audio Dashboard 全栈工程
|
||||
title: Luxsin Audio Dashboard 全栈工程
|
||||
scope: []
|
||||
source_files: []
|
||||
children:
|
||||
- frontend_v2
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2:
|
||||
dir_name: Soybean Admin 前端应用(Vite + Vue3 多包工程)
|
||||
title: Soybean Admin 前端应用(Vite + Vue3 多包工程)
|
||||
scope:
|
||||
- frontend_v2/
|
||||
source_files: []
|
||||
children:
|
||||
- frontend_v2/app_shell
|
||||
- frontend_v2/shared_packages
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell:
|
||||
dir_name: 前端应用外壳(App Shell)
|
||||
title: 前端应用外壳(App Shell)
|
||||
scope:
|
||||
- frontend_v2/src/
|
||||
source_files: []
|
||||
children:
|
||||
- frontend_v2/app_shell/business_views
|
||||
- frontend_v2/app_shell/framework_layers
|
||||
- frontend_v2/app_shell/shared_infra
|
||||
- frontend_v2/app_shell/ui_framework
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/business_views:
|
||||
dir_name: 业务视图层(views)
|
||||
title: 业务视图层(views)
|
||||
scope:
|
||||
- frontend_v2/src/views/
|
||||
source_files: []
|
||||
children:
|
||||
- frontend_v2/app_shell/business_views/builtin_pages
|
||||
- frontend_v2/app_shell/business_views/headphone_management
|
||||
- frontend_v2/app_shell/business_views/share_code_and_home
|
||||
- frontend_v2/app_shell/business_views/upgrade_management
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/business_views/builtin_pages:
|
||||
dir_name: 内置页面(登录、异常与 iframe 壳)
|
||||
title: 内置页面(登录、异常与 iframe 壳)
|
||||
scope:
|
||||
- frontend_v2/src/views/_builtin/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/business_views/headphone_management:
|
||||
dir_name: 耳机型号与品牌管理视图
|
||||
title: 耳机型号与品牌管理视图
|
||||
scope:
|
||||
- frontend_v2/src/views/headphone/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/business_views/share_code_and_home:
|
||||
dir_name: 分享码日志与首页仪表盘
|
||||
title: 分享码日志与首页仪表盘
|
||||
scope:
|
||||
- frontend_v2/src/views/share-code/
|
||||
- frontend_v2/src/views/home/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/business_views/upgrade_management:
|
||||
dir_name: 设备 OTA 升级管理视图
|
||||
title: 设备 OTA 升级管理视图
|
||||
scope:
|
||||
- frontend_v2/src/views/upgrade/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/framework_layers:
|
||||
dir_name: 前端应用框架层(路由_状态_服务)
|
||||
title: 前端应用框架层(路由/状态/服务)
|
||||
scope:
|
||||
- frontend_v2/src/router/
|
||||
- frontend_v2/src/store/
|
||||
- frontend_v2/src/service/
|
||||
source_files: []
|
||||
children:
|
||||
- frontend_v2/app_shell/framework_layers/router
|
||||
- frontend_v2/app_shell/framework_layers/service
|
||||
- frontend_v2/app_shell/framework_layers/store
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/framework_layers/router:
|
||||
dir_name: Vue Router 路由与守卫层
|
||||
title: Vue Router 路由与守卫层
|
||||
scope:
|
||||
- frontend_v2/src/router/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/framework_layers/service:
|
||||
dir_name: HTTP 请求封装与业务 API 层
|
||||
title: HTTP 请求封装与业务 API 层
|
||||
scope:
|
||||
- frontend_v2/src/service/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/framework_layers/store:
|
||||
dir_name: Pinia 应用状态管理(Setup Store 模式)
|
||||
title: Pinia 应用状态管理(Setup Store 模式)
|
||||
scope:
|
||||
- frontend_v2/src/store/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/shared_infra:
|
||||
dir_name: 应用共享基础设施(主题、样式、常量、枚举、国际化与类型)
|
||||
title: 应用共享基础设施(主题、样式、常量、枚举、国际化与类型)
|
||||
scope:
|
||||
- frontend_v2/src/theme/
|
||||
- frontend_v2/src/styles/
|
||||
- frontend_v2/src/constants/
|
||||
- frontend_v2/src/enum/
|
||||
- frontend_v2/src/locales/
|
||||
- frontend_v2/src/typings/
|
||||
- frontend_v2/src/utils/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/ui_framework:
|
||||
dir_name: Vue3 前端应用 UI 框架层
|
||||
title: Vue3 前端应用 UI 框架层
|
||||
scope:
|
||||
- frontend_v2/src/components/
|
||||
- frontend_v2/src/layouts/
|
||||
- frontend_v2/src/hooks/
|
||||
- frontend_v2/src/plugins/
|
||||
source_files: []
|
||||
children:
|
||||
- frontend_v2/app_shell/ui_framework/components
|
||||
- frontend_v2/app_shell/ui_framework/hooks
|
||||
- frontend_v2/app_shell/ui_framework/layouts
|
||||
- frontend_v2/app_shell/ui_framework/plugins
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/ui_framework/components:
|
||||
dir_name: 业务与通用 UI 组件库
|
||||
title: 业务与通用 UI 组件库
|
||||
scope:
|
||||
- frontend_v2/src/components/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/ui_framework/hooks:
|
||||
dir_name: Vue 组合式 Hooks 库
|
||||
title: Vue 组合式 Hooks 库
|
||||
scope:
|
||||
- frontend_v2/src/hooks/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/ui_framework/layouts:
|
||||
dir_name: 后台管理布局与主题抽屉
|
||||
title: 后台管理布局与主题抽屉
|
||||
scope:
|
||||
- frontend_v2/src/layouts/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/app_shell/ui_framework/plugins:
|
||||
dir_name: 应用全局插件与初始化
|
||||
title: 应用全局插件与初始化
|
||||
scope:
|
||||
- frontend_v2/src/plugins/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/shared_packages:
|
||||
dir_name: Soybean Admin 前端共享包集合
|
||||
title: Soybean Admin 前端共享包集合
|
||||
scope:
|
||||
- frontend_v2/packages/
|
||||
source_files: []
|
||||
children:
|
||||
- frontend_v2/shared_packages/build_scripts
|
||||
- frontend_v2/shared_packages/http_clients
|
||||
- frontend_v2/shared_packages/runtime_helpers
|
||||
- frontend_v2/shared_packages/ui_kit
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/shared_packages/build_scripts:
|
||||
dir_name: Soybean Admin CLI 构建脚本包
|
||||
title: Soybean Admin CLI 构建脚本包
|
||||
scope:
|
||||
- frontend_v2/packages/scripts/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/shared_packages/http_clients:
|
||||
dir_name: HTTP 客户端抽象层(Alova & Axios 双实现)
|
||||
title: HTTP 客户端抽象层(Alova & Axios 双实现)
|
||||
scope:
|
||||
- frontend_v2/packages/alova/
|
||||
- frontend_v2/packages/axios/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/shared_packages/runtime_helpers:
|
||||
dir_name: 运行时辅助包(Hooks 与工具函数)
|
||||
title: 运行时辅助包(Hooks 与工具函数)
|
||||
scope:
|
||||
- frontend_v2/packages/hooks/
|
||||
- frontend_v2/packages/utils/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
frontend_v2/shared_packages/ui_kit:
|
||||
dir_name: UI 基础共享包(颜色、物料与 UnoCSS 预设)
|
||||
title: UI 基础共享包(颜色、物料与 UnoCSS 预设)
|
||||
scope:
|
||||
- frontend_v2/packages/color/
|
||||
- frontend_v2/packages/materials/
|
||||
- frontend_v2/packages/uno-preset/
|
||||
source_files: []
|
||||
children: []
|
||||
depends_on: []
|
||||
related_to: []
|
||||
|
||||
Reference in New Issue
Block a user