fix: split wiki template instruction and example (#17891)

This commit is contained in:
buua436
2026-08-06 09:41:57 +08:00
committed by GitHub
parent d5000de534
commit d16b2556a2
20 changed files with 166 additions and 147 deletions

View File

@@ -61,7 +61,7 @@ def list_wiki_presets() -> Response:
``api/db/init_data/compilation_templates/wiki/*.yaml``.
Each entry carries ``id`` (filename stem) + ``topic`` +
``instruction`` + ``page_example`` so the artifact-template editor
``instruction`` + ``example`` so the artifact-template editor
can pre-fill its "Page-structure example" / "Global rules" fields
from a canned skeleton. Filesystem-fresh per request; no DB seed.
"""