Browse Source

更新桂医导入提示

xhh李 1 month ago
parent
commit
74ec9ce2dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/GLMU/glmu.js

+ 2 - 2
resources/GLMU/glmu.js

@@ -133,7 +133,7 @@ async function promptUserToStart() {
 async function getAcademicYear() {
     return await window.AndroidBridgePromise.showPrompt(
         "学年设置",
-        "请输入本学年开始的年份(例如 2024)",
+        "请输入本学年开始的年份\n(例如 2024,代表 2024-2025 学年)",
         "2024",
         "validateYearInput"  // 传入验证函数名
     );
@@ -241,4 +241,4 @@ async function run() {
 }
 
 // 启动
-run();
+run();