From a0d4a3c27ab686d368f96f8e337b017faa26b5a5 Mon Sep 17 00:00:00 2001 From: overwriter <9856mmm@gmail.com> Date: Sat, 20 Jul 2024 00:21:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0API=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/api.html | 127 ++++++++++++++++++++++++++++++++++++++++++++++ public/index.html | 1 + 2 files changed, 128 insertions(+) create mode 100644 public/api.html diff --git a/public/api.html b/public/api.html new file mode 100644 index 0000000..cd67e37 --- /dev/null +++ b/public/api.html @@ -0,0 +1,127 @@ + + + + + +API 调试界面 + + + +
+
+ + + + + +
+
+
+ + +
+
+ + +
+
+
+ + + + + diff --git a/public/index.html b/public/index.html index f73039b..1b2aba4 100644 --- a/public/index.html +++ b/public/index.html @@ -21,6 +21,7 @@
  • 4. 听歌识曲
  • 5. 云盘上传
  • 6. eapi 参数和返回内容解析
  • +
  • 7. API 调试界面