diff options
| author | Mistivia <i@mistivia.com> | 2025-02-10 23:21:24 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-02-10 23:21:24 +0800 |
| commit | 39c98aef0b1077001571a11adfd6b4c80dec256a (patch) | |
| tree | 495455d698594b7f3fa0dcf7be39b7e549eedf28 /src/control/left_panel.js | |
| parent | 45337902f925e8d826aae5a2347029ab03753113 (diff) | |
add loading page
Diffstat (limited to 'src/control/left_panel.js')
| -rw-r--r-- | src/control/left_panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/left_panel.js b/src/control/left_panel.js index 898d8af..87d8a4a 100644 --- a/src/control/left_panel.js +++ b/src/control/left_panel.js @@ -9,7 +9,7 @@ let descCache = new Map(); function setLeftPanelCard(id) { leftPanelCardId.set(id); curVersion += 1; - leftPanelCardDesc.set('...'); + leftPanelCardDesc.set('加载中...'); let ver = curVersion; setDesc(ver, id); } |
