fix: placeholder

This commit is contained in:
Gabe
2025-10-01 15:35:20 +08:00
parent 96a7a41759
commit 261bb7aa6f
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ export const BUILTIN_STONES = [
"concise", // 简明风格
];
export const BUILTIN_PLACEHOLDERS = ["{ }", "{{ }}", "[ ]", "[[ ]]"];
export const BUILTIN_PLACETAGS = ["i", "a", "x", "span"];
export const BUILTIN_PLACETAGS = ["i", "a", "b", "x"];
export const OPT_LANGS_TO = [
["en", "English - English"],