From 1716f53864dda665547a0fda432252b57b88bf38 Mon Sep 17 00:00:00 2001 From: imsyy Date: Mon, 18 Sep 2023 09:34:47 +0800 Subject: [PATCH] docs: update docs --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 052b2f6..75ae661 100644 --- a/README.md +++ b/README.md @@ -202,10 +202,11 @@ if (type == 0) { ### API -* [MetingAPI By 武恩赐](https://api.wuenci.com/meting/api/) +* [小歪 API](https://api.aixiaowai.cn) * [搏天 API](https://api.btstu.cn/doc/sjbz.php) * [高德开放平台](https://lbs.amap.com/) * [Hitokoto 一言](https://hitokoto.cn/) +* [MetingAPI By 武恩赐](https://api.wuenci.com/meting/api/) * ## Star History diff --git a/package.json b/package.json index c21a332..62555df 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "github": "https://github.com/imsyy/home", "home": "https://imsyy.top", "private": true, - "version": "4.1.1", + "version": "4.1.2", "type": "module", "scripts": { "dev": "vite --host",