Merge pull request '修复策划产物归类为文档' (#343) from opt/design-docs into master
Project CI / Repository checks (push) Successful in 3m11s
Project CI / Frontend tests (push) Successful in 3m45s
Project CI / Backend tests (push) Successful in 6m28s
Project CI / Native shell tests (push) Successful in 20m48s

Reviewed-on: https://git.genarrative.world/git/GenarrativeAI/Genarrative/pulls/343
This commit was merged in pull request #343.
This commit is contained in:
2026-09-14 12:27:52 +08:00
2 changed files with 3 additions and 3 deletions
@@ -647,9 +647,9 @@ pub(crate) fn register_design_artifacts_at(root: &Path) -> Result<usize, String>
register_local_asset_at(
root,
&relative,
"design-document",
"document",
media_type,
"design-document",
"document",
GameCreationAppAssetSource {
kind: GameCreationAppAssetSourceKind::Uploaded,
canvas_project_id: None,
@@ -6197,7 +6197,7 @@ fn local_project_resource_previews_require_registered_safe_resources() {
register_local_asset_at(
&root,
"game/design.md",
"design-document",
"document",
"text/markdown",
"generated",
source(),