Update creation flow refactor docs and auth test fixtures

This commit is contained in:
2026-04-21 11:19:25 +08:00
parent 13bc79306f
commit 04bff9617d
37 changed files with 488 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
import { listCustomWorldWorks } from '../storageService';
/**
* 工作包 A 先建立 RPG 创作作品流的独立 client。
* 当前作品列表仍复用旧存储服务,后续工作包 D 再切出真正的专属请求实现。
*/
export const rpgCreationWorkClient = {
listWorks: listCustomWorldWorks,
};
export { listCustomWorldWorks as listRpgCreationWorks };