Close DDD refactor and remove generated asset proxy

This commit is contained in:
kdletters
2026-05-02 00:27:22 +08:00
parent fd08262bf0
commit 9d9913095d
605 changed files with 11811 additions and 10106 deletions

View File

@@ -436,9 +436,9 @@ describe('apiClient', () => {
let capturedError: unknown;
try {
await requestJson(
'/api/runtime/story/initial',
'/api/runtime/protected-error',
{ method: 'POST' },
'剧情生成失败',
'请求失败',
);
} catch (error) {
capturedError = error;