模拟数据:每日推荐

This commit is contained in:
chen wei bo
2025-09-02 15:08:06 +08:00
parent 4e18e56cf9
commit 4945bcb66f
8 changed files with 78 additions and 24 deletions
@@ -38,6 +38,7 @@ export class MockThemeService implements IThemeService {
let oneData = this.makeTheme(oneId, key, name, category, isRelease, path);
themes.push(oneData);
}
// 返回数据
const res: proto.cs.ICSHallThemeRes = { themes };
return this.ok(res);
}