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
@@ -68,7 +68,7 @@ export class PublicStoreCategoriesController {
@Get()
list() {
return this.categories.listTree({ includeDisabled: false, ensure: true });
return this.categories.listTree({ includeDisabled: false, ensure: false });
}
}
@@ -79,7 +79,7 @@ export class PartnerStoreCategoriesController {
@Get()
list() {
return this.categories.listTree({ includeDisabled: false, ensure: true });
return this.categories.listTree({ includeDisabled: false, ensure: false });
}
}