fix: add notranslate class

This commit is contained in:
Gabe
2025-10-14 11:13:03 +08:00
parent b63ef8c1aa
commit 0a1abab475
3 changed files with 7 additions and 5 deletions

View File

@@ -160,7 +160,7 @@ export class Translator {
// 译文相关class
static KISS_CLASS = {
warpper: `${APP_LCNAME}-wrapper`,
warpper: `${APP_LCNAME}-wrapper notranslate`,
inner: `${APP_LCNAME}-inner`,
term: `${APP_LCNAME}-term`,
};