From e81a8fda94f51dc93a72304144cd8e52fa2ff64a Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/assets/js/common.js | 4 +- .../js/components/mirrors-table/index.js | 216 ++++++++++-------- docs/mirrors/index.en.md | 2 - docs/mirrors/index.md | 2 - docs/mirrors/index.zh-Hant.md | 2 - docs/other/index.zh-Hant.md | 2 +- docs/stylesheets/extra.css | 29 ++- 7 files changed, 139 insertions(+), 118 deletions(-) diff --git a/docs/assets/js/common.js b/docs/assets/js/common.js index 704eb5f..7e6c840 100644 --- a/docs/assets/js/common.js +++ b/docs/assets/js/common.js @@ -58,7 +58,7 @@ const ComponentSystem = { try { component.app.unmount() } catch (err) { - console.error('ComponentSystem: unmount previous app error', err) + console.error('组件卸载失败', err) } component.app = null } @@ -126,7 +126,7 @@ const ComponentSystem = { try { component.app.unmount() } catch (err) { - console.error('ComponentSystem: unmount on reinitialize error', err) + console.error('组件初始化失败', err) } component.app = null } diff --git a/docs/assets/js/components/mirrors-table/index.js b/docs/assets/js/components/mirrors-table/index.js index b97efd0..4440ed7 100644 --- a/docs/assets/js/components/mirrors-table/index.js +++ b/docs/assets/js/components/mirrors-table/index.js @@ -1,78 +1,91 @@ ComponentSystem.register('mirrors-table', { template: ` -
+
- - - - - - - + +
+

{{ startTitle[0] }} DebianUbuntuCentOSopenEuler {{ startTitle[1] }}

+
+ + + + + + + + + +
+
+

{{ startTitle[0] }} DebianUbuntuCentOSopenEuler {{ startTitle[1] }}

+