Merge branch 'master' of http://82.157.175.59:3000/GenarrativeAI/Genarrative
CI / verify (push) Has been cancelled

This commit is contained in:
2026-05-01 16:26:19 +08:00
30 changed files with 2104 additions and 436 deletions
File diff suppressed because it is too large Load Diff
@@ -53,6 +53,9 @@ function getSourceLabel(entry: PlatformPublicGalleryCard) {
if ('sourceType' in entry && entry.sourceType === 'big-fish') {
return '大鱼吃小鱼';
}
if ('sourceType' in entry && entry.sourceType === 'match3d') {
return '抓大鹅';
}
return 'RPG';
}
@@ -24,6 +24,7 @@ export type SelectionStage =
| 'big-fish-runtime'
| 'match3d-agent-workspace'
| 'match3d-result'
| 'match3d-runtime'
| 'puzzle-agent-workspace'
| 'puzzle-generating'
| 'puzzle-result'