From 19a311987e9fc28d7e66d00d1299202bcf753a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=9B=E4=B9=8B=E9=9B=A8?= <49258735+taozhiyu@users.noreply.github.com> Date: Sun, 3 Aug 2025 23:20:41 +0800 Subject: [PATCH] Add API documentation links to README files Added sections with links to official and Apifox API documentation in both the English and Chinese README files to improve accessibility to API references. --- README-en.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README-en.md b/README-en.md index 320ade22..4e71b123 100644 --- a/README-en.md +++ b/README-en.md @@ -66,6 +66,10 @@ npm i @whyour/qinglong [View Documentation](https://qinglong.online/guide/user-guide/basic-explanation) +## API Documentation + +[View Documentation(Official)](https://qinglong.online/api/) | [View Documentation(apifox, in Chinese)](https://qinglong-api.apifox.cn/) + ## Development ```bash diff --git a/README.md b/README.md index 8ff46e9b..2e173d09 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,10 @@ npm i @whyour/qinglong [查看文档](https://qinglong.online/guide/user-guide/basic-explanation) +## API 文档 + +[查看文档(官方)](https://qinglong.online/api/) | [查看文档(apifox)](https://qinglong-api.apifox.cn/) + ## 开发 ```bash