feat: add props system and refactor asset library architecture

This commit is contained in:
saturn
2026-03-19 15:37:47 +08:00
parent 9aff44e37a
commit f364bbc9e4
139 changed files with 9112 additions and 2827 deletions

View File

@@ -0,0 +1,11 @@
ALTER TABLE `novel_promotion_locations`
ADD COLUMN `assetKind` VARCHAR(191) NOT NULL DEFAULT 'location';
ALTER TABLE `global_locations`
ADD COLUMN `assetKind` VARCHAR(191) NOT NULL DEFAULT 'location';
ALTER TABLE `novel_promotion_clips`
ADD COLUMN `props` TEXT NULL;
ALTER TABLE `novel_promotion_panels`
ADD COLUMN `props` TEXT NULL;