feat: add playground

This commit is contained in:
Gabe
2025-10-02 21:59:31 +08:00
parent 389f0b6f82
commit 65e8fabe7d
14 changed files with 468 additions and 282 deletions

View File

@@ -1513,4 +1513,14 @@ export const I18N = {
en: `Placeholder tags`,
zh_TW: `佔位標`,
},
detected_lang: {
zh: `语言检测`,
en: `Language detection`,
zh_TW: `語言偵測`,
},
detected_result: {
zh: `检测结果`,
en: `Detect result`,
zh_TW: `檢測結果`,
},
};