feat(admin): 添加管理后台logo文件- 新增128x128尺寸的SVG格式logo文件

- 使用Method Draw工具创建矢量图形
- 包含背景层和图层1的基础结构
- 支持透明背景显示
- 为管理后台界面提供品牌标识- 便于后续UI组件中引用和展示
This commit is contained in:
2025-10-18 09:16:51 +08:00
parent 4c7a7e2452
commit ba6896855a
1195 changed files with 225615 additions and 9 deletions

10
dict/taro/config/app.ts Normal file
View File

@@ -0,0 +1,10 @@
import { API_BASE_URL } from './env'
// 租户ID - 请根据实际情况修改
export const TenantId = '10519';
// 接口地址 - 请根据实际情况修改
export const BaseUrl = API_BASE_URL;
// 当前版本
export const Version = 'v3.0.8';
// 版权信息
export const Copyright = 'WebSoft Inc.';