From 5b4ea2647e83d5f38cf75bcef7a008afea779826 Mon Sep 17 00:00:00 2001 From: 王家文 Date: Thu, 22 Aug 2024 14:22:20 +0800 Subject: [PATCH] 【工具】GM工具 --- src/App.vue | 24 +++++++++++++++++++----- src/components/About.vue | 3 --- src/components/Mail.vue | 3 +++ src/components/Other.vue | 3 +++ src/components/PlayerEdit.vue | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- src/components/PlayerQuery.vue | 3 +++ src/components/Server.vue | 3 +++ 7 files changed, 121 insertions(+), 39 deletions(-) delete mode 100644 src/components/About.vue create mode 100644 src/components/Mail.vue create mode 100644 src/components/Other.vue create mode 100644 src/components/PlayerQuery.vue create mode 100644 src/components/Server.vue diff --git a/src/App.vue b/src/App.vue index ca4f3d4..f2067f6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,9 +8,17 @@ 玩家修改 + + + - @@ -19,12 +27,18 @@ diff --git a/src/components/PlayerQuery.vue b/src/components/PlayerQuery.vue new file mode 100644 index 0000000..6029066 --- /dev/null +++ b/src/components/PlayerQuery.vue @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/components/Server.vue b/src/components/Server.vue new file mode 100644 index 0000000..fe08d9a --- /dev/null +++ b/src/components/Server.vue @@ -0,0 +1,3 @@ + \ No newline at end of file -- libgit2 0.21.0