feat(cms): 新增广告位查询接口和主题字段支持

- 新增根据code查询广告位的API接口
- 在网站字段模型中添加theme主题字段
- 实现启动时自动设置用户主题功能
- 移除调试用的邀请信息打印逻辑
-优化导入路径引用方式
This commit is contained in:
2025-09-26 08:25:06 +08:00
parent 555c348799
commit 6505b48d3a
4 changed files with 27 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ export interface Config {
loginBgImg?: string;
address?: string;
tel?: string;
theme?: string;
workDay?: string;
kefu2?: string;
kefu1?: string;