From c5f86789103bb308326683b3da56256b99a55b6a Mon Sep 17 00:00:00 2001 From: SessionHu <102411014+SessionHu@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:59:34 +0800 Subject: [PATCH] chore: ignore .swp file & add missing comment --- .gitignore | 2 +- docs/APP_widget/ver.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f8c09a0..d55cc68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -mkdocs/html/ /.vuepress/.cache/ /.vuepress/.temp/ /.vuepress/dist/ @@ -6,3 +5,4 @@ mkdocs/html/ .idea/ .vscode/ .DS_Store +*.swp diff --git a/docs/APP_widget/ver.md b/docs/APP_widget/ver.md index 5618564..3296c87 100644 --- a/docs/APP_widget/ver.md +++ b/docs/APP_widget/ver.md @@ -20,6 +20,8 @@ **JSON回复:** +根对象: + | 字段 | 类型 | 内容 | 备注 | | --- | --- | --- | --- | | code | int | 返回值 | 0: 成功 |