From d88d98d8a8e4062bcd43118db6688c1ffc80c73f Mon Sep 17 00:00:00 2001 From: ssongliu Date: Wed, 2 Sep 2026 14:57:10 +0800 Subject: [PATCH] fix: warn on node version mismatch after login (#13691) --- .../src/components/router-button/index.vue | 35 ++++++++++++++++++- frontend/src/lang/modules/en.ts | 2 ++ frontend/src/lang/modules/es-es.ts | 2 ++ frontend/src/lang/modules/fa.ts | 2 ++ frontend/src/lang/modules/ja.ts | 2 ++ frontend/src/lang/modules/ko.ts | 2 ++ frontend/src/lang/modules/lo.ts | 2 ++ frontend/src/lang/modules/ms.ts | 2 ++ frontend/src/lang/modules/pt-br.ts | 2 ++ frontend/src/lang/modules/ru.ts | 2 ++ frontend/src/lang/modules/tr.ts | 2 ++ frontend/src/lang/modules/zh-Hant.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + 13 files changed, 56 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/router-button/index.vue b/frontend/src/components/router-button/index.vue index 768dcb532..fe1b8de44 100644 --- a/frontend/src/components/router-button/index.vue +++ b/frontend/src/components/router-button/index.vue @@ -21,6 +21,9 @@ +
+ +