404 - 页面未找到
将在 {{ countdown }} 秒后自动跳转到主页
diff --git a/src/views/VersionInfo.vue b/src/views/VersionInfo.vue
new file mode 100644
index 0000000..b37eb25
--- /dev/null
+++ b/src/views/VersionInfo.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
![]()
+
+
{{ version }}
+ 核心类型:{{ core }}
+ 支持版本:{{ supportedVersion }}
+ 同步时间:{{ versionInfo.build.sync_time === '1970-01-01T00:00:00Z' ? '未同步' : versionInfo.build.sync_time }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/VersionList.vue b/src/views/VersionList.vue
index 34684f2..2e7bf0b 100644
--- a/src/views/VersionList.vue
+++ b/src/views/VersionList.vue
@@ -1,60 +1,40 @@
+
-
-
+
+
+
+
+
![]()
+
+
{{ ver }}
+ 支持版本:{{ version }}
+
+
+
@@ -92,33 +89,84 @@ function compareMcVersions(a: string, b: string) {
\ No newline at end of file