From e67cb1c4fba93987675e8ce55138c9e5909e04eb Mon Sep 17 00:00:00 2001 From: "WIN-5KTJHN9GRFL\\LENOVO" <1549184870@qq.com> Date: Wed, 12 Nov 2025 08:54:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/version.md | 5 ++++ src/views/index/VersionInfo.vue | 42 +++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 src/assets/version.md create mode 100644 src/views/index/VersionInfo.vue diff --git a/src/assets/version.md b/src/assets/version.md new file mode 100644 index 0000000..054a9b0 --- /dev/null +++ b/src/assets/version.md @@ -0,0 +1,5 @@ +## v.1.0.0 + +1、添加版本信息页面 + +2、更换api diff --git a/src/views/index/VersionInfo.vue b/src/views/index/VersionInfo.vue new file mode 100644 index 0000000..5d0cc99 --- /dev/null +++ b/src/views/index/VersionInfo.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file