feat(admin): v3.5.12 大屏BGM、中文展示、分类删除修复与侧栏顺序

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-26 10:54:19 +08:00
parent 3afbdfe6b9
commit 58a8b47532
23 changed files with 773 additions and 111 deletions
@@ -20,12 +20,12 @@ export class AdminStoreCategoriesController {
@Get()
list() {
return this.categories.listTree({ includeDisabled: true, ensure: true });
return this.categories.listTree({ includeDisabled: true, ensure: false });
}
@Get('flat')
listFlat() {
return this.categories.listFlat({ includeDisabled: true, ensure: true });
return this.categories.listFlat({ includeDisabled: true, ensure: false });
}
@Post('ensure-defaults')