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

@@ -74,5 +74,5 @@ export interface IWikiPreset {
id: string;
topic: string;
instruction: string;
page_example: string;
example: string;
}