feat: support placeholder selection

This commit is contained in:
Gabe
2025-10-01 13:22:22 +08:00
parent d563521eb1
commit 96a7a41759
4 changed files with 86 additions and 30 deletions

View File

@@ -1493,4 +1493,14 @@ export const I18N = {
en: `Mini/Regular Mode`,
zh_TW: `迷你/常規模式`,
},
api_placeholder: {
zh: `占位符`,
en: `Placeholder`,
zh_TW: `佔位符`,
},
api_placetag: {
zh: `占位标签`,
en: `Placeholder tags`,
zh_TW: `佔位標`,
},
};