---
APIJSONORM/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/APIJSONORM/README.md b/APIJSONORM/README.md
index 0cb431e2..8aa82f2a 100644
--- a/APIJSONORM/README.md
+++ b/APIJSONORM/README.md
@@ -21,7 +21,7 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dep
com.github.Tencent
APIJSON
- LATEST
+ 8.0.0
```
@@ -45,7 +45,7 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dep
#### 2. Add the APIJSON dependency in one of your modules(such as `app`)
```gradle
dependencies {
- implementation 'com.github.Tencent:APIJSON:latest'
+ implementation 'com.github.Tencent:APIJSON:8.0.0'
}
```
From a009c85443d26f4300cc788e567ae2e0ac0d8e95 Mon Sep 17 00:00:00 2001
From: TommyLemon <1184482681@qq.com>
Date: Sun, 24 May 2026 10:32:56 +0800
Subject: [PATCH 26/33] readme: replace version to latest, thx to Nam0101 #859
https://github.com/Tencent/APIJSON/pull/859
---
APIJSONORM/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/APIJSONORM/README.md b/APIJSONORM/README.md
index 8aa82f2a..745733b4 100644
--- a/APIJSONORM/README.md
+++ b/APIJSONORM/README.md
@@ -21,7 +21,7 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dep
com.github.Tencent
APIJSON
- 8.0.0
+ 8.1.8
```
@@ -45,7 +45,7 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dep
#### 2. Add the APIJSON dependency in one of your modules(such as `app`)
```gradle
dependencies {
- implementation 'com.github.Tencent:APIJSON:8.0.0'
+ implementation 'com.github.Tencent:APIJSON:8.1.8'
}
```
From 8f2c951a317399d46a9876690ac4e682c73fa319 Mon Sep 17 00:00:00 2001
From: TommyLemon <1184482681@qq.com>
Date: Mon, 8 Jun 2026 00:12:47 +0800
Subject: [PATCH 27/33] Update README-Chinese.md
---
README-Chinese.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README-Chinese.md b/README-Chinese.md
index f866e0bc..9737564f 100644
--- a/README-Chinese.md
+++ b/README-Chinese.md
@@ -650,7 +650,7 @@ Issue/问卷 一般解答顺序:贡献者 > 帮助他人的用户 > 提供任
[xyerp](https://gitee.com/yinjg1997/xyerp) 基于ApiJson的低代码ERP
-[quick-boot](https://github.com/csx-bill/quick-boot) 基于 Spring Cloud 2022、Spring Boot 3、AMIS 和 APIJSON 的低代码系统。
+[quick-boot](https://github.com/csx-bill/quick-boot/tree/master) 基于 Spring Cloud 2022、Spring Boot 3、AMIS 和 APIJSON 的低代码系统。
[apijson-query-spring-boot-starter](https://gitee.com/mingbaobaba/apijson-query-spring-boot-starter) 一个快速构建 APIJSON 查询条件的插件
From 5789d667e4c36edb2ca124d793fa8a595c2a1f81 Mon Sep 17 00:00:00 2001
From: Zhengcy05 <1825478405@qq.com>
Date: Thu, 11 Jun 2026 17:25:50 +0800
Subject: [PATCH 28/33] fix: fix global @explain not effective
---
APIJSONORM/src/main/java/apijson/orm/AbstractObjectParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/APIJSONORM/src/main/java/apijson/orm/AbstractObjectParser.java b/APIJSONORM/src/main/java/apijson/orm/AbstractObjectParser.java
index c4f7c5ff..5fd00c17 100755
--- a/APIJSONORM/src/main/java/apijson/orm/AbstractObjectParser.java
+++ b/APIJSONORM/src/main/java/apijson/orm/AbstractObjectParser.java
@@ -375,7 +375,7 @@ else if (_method == PUT && value instanceof List> && (whereList == null || whe
if (isSubquery == false) { // 解决 SQL 语法报错,子查询不能 EXPLAIN
Boolean exp = parser.getGlobalExplain();
- if (sch != null) {
+ if (exp != null) {
sqlRequest.putIfAbsent(JSONMap.KEY_EXPLAIN, exp);
}
From 0f0231dd90bf2d0c093282c736e1594d45ff6106 Mon Sep 17 00:00:00 2001
From: TommyLemon <1184482681@qq.com>
Date: Tue, 23 Jun 2026 21:56:05 +0800
Subject: [PATCH 29/33] Add Ecosystem for README.md:
https://github.com/Tencent/APIJSON#ecosystem
---
README.md | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 133 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f6c637fd..cff65b99 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ You're gonna leave 'em all in awe, awe, awe.
**Tired with endless arguments about HTTP API dev or use?**
**Use APIJSON-the ORM for providing infinity codeless CRUD APIs that fit almost all your needs.**
-**Unfold the Power(In Your Soul) with ⭐Star & Clone.**
+**Unfold the Power(In Your Soul) with ⭐ Star & Clone.**
### APIJSON Show
#### Postman test APIJSON
@@ -215,7 +215,7 @@ Please have a look at the [open issues](https://github.com/Tencent/APIJSON/issue
Fork the project and send a pull request.
-Please also ⭐Star the project!
+### Please also ⭐ Star(on the top right) this project!
## 5. Releases
@@ -322,5 +322,136 @@ a lot of employees from big famous companies(Tencent, Huawei, Microsoft, Zoom, e
+### Ecosystem
+[APIJSON-Demo](https://github.com/APIJSON/APIJSON-Demo) Demo projects with document and SQL files for APIJSON with different programming languages and different frameworks
+
+[apijson-orm](https://github.com/APIJSON/apijson-orm) APIJSON ORM library, Maven, Gradle, etc can be used for dependencies
+
+[apijson-framework](https://github.com/APIJSON/apijson-framework) APIJSON Server Framework for configuring access of roles and validation of arguments in database tables, then using APIJSON easier
+
+[apijson-router](https://github.com/APIJSON/apijson-router) A router plugin for APIJSON, expose undercontrolled RESTful-like HTTP API to public network, transfer to APIJSON request and execute
+
+[apijson-column](https://github.com/APIJSON/apijson-column) A column plugin for Tencent APIJSON, supports Column Inverse and Column Mapping
+
+[apijson-jackson](https://github.com/APIJSON/apijson-jackson) A jackson plugin for APIJSON
+
+[apijson-fastjson2](https://github.com/APIJSON/apijson-fastjson2) A fastjson2 plugin for APIJSON
+
+[apijson-gson](https://github.com/APIJSON/apijson-gson) A gson plugin for APIJSON
+
+[apijson-milvus](https://github.com/APIJSON/apijson-milvus) An APIJSON plugin for Milvus - An AI vector database
+
+[apijson-influxdb](https://github.com/APIJSON/apijson-influxdb) An APIJSON plugin for InfluxDB - An IoT time-series database
+
+[apijson-mongodb](https://github.com/APIJSON/apijson-mongodb) An APIJSON plugin for MongoDB - A NoSQL database
+
+[apijson-cassandra](https://github.com/APIJSON/apijson-cassandra) An APIJSON plugin for Cassandra - A NoSQL database
+
+[APIAuto](https://github.com/TommyLemon/APIAuto) ☔ The most advanced tool for HTTP API. Machine learning no-code testing and AI assistant, generating codes and static analysis, generating comments and floating hints. Used by Tencent, SHEIN, TRANSSION, etc
+
+[CVAuto](https://github.com/TommyLemon/CVAuto) 👁 No-code, zero-annotation CV(Computer Vision) AI automated testing tool 🚀 Eliminates the need for extensive manual tasks such as drawing bounding boxes and labeling for image recognition algorithms
+
+[UnitAuto](https://github.com/TommyLemon/UnitAuto) ☀️ The most advanced unit testing way powered by machine learning. Coding-free, comprehensive and automatic testing for methods/functions. Used by Tencent, Kwai, a Fortune 500 company, etc
+
+[SQLAuto](https://github.com/TommyLemon/SQLAuto) 🔍 A smart SQL testing automation tool for databases, supports any CRUD, any template variables, generating argument combinations, generating lots of data rows
+
+[UIGO](https://github.com/TommyLemon/UIGO) 📱 Coding-free, fast, accurate and stable UI replayer 🚀 Incredible ±3px auto locating and ±2ms auto waiting. Used by Tencent, invited by WeChat team to share
+
+[APIJSONdocs](https://github.com/ruoranw/APIJSONdocs) APIJSON English documentation, provided a website to view
+
+[apijson-doc](https://github.com/vincentCheng/apijson-doc) APIJSON Chinese documentation, provided a website to view
+
+[apijson.org](https://github.com/APIJSON/apijson.org) APIJSON official website
+
+[APIJSON.NET](https://github.com/liaozb/APIJSON.NET) APIJSON for C#, supports CRUD for MySQL, PostgreSQL, SQL Server, Oracle, SQLite
+
+[apijson-go](https://github.com/glennliao/apijson-go) APIJSON for Go, based on Go(>=1.18) + GoFrame2, support CRUD
+
+[apijson-go](https://gitee.com/tiangao/apijson-go) APIJSON for Go, support CRUD, can directly run in Docker
+
+[apijson-hyperf](https://github.com/kvnZero/hyperf-APIJSON.git) APIJSON for PHP, based on Hyperf, supports MySQL
+
+[APIJSON-php](https://github.com/xianglong111/APIJSON-php) APIJSON for PHP, based on ThinkPHP,supports MySQL, PostgreSQL, SQL Server, Oracle, etc
+
+[apijson-php](https://github.com/qq547057827/apijson-php) APIJSON for PHP, based on ThinkPHP,supports MySQL, PostgreSQL, SQL Server, Oracle, etc
+
+[apijson-node](https://github.com/kevinaskin/apijson-node) APIJSON for Node.js, developed by a ByteDance engineer, provides demos for NestJS and Typeorm, as well as backend management
+
+[nestjs-apijson](https://github.com/yangzhouQS/nestjs-apijson) APIJSON for NestJS, supports CRUD, Joins for MySQL, PostgreSQL, SQLite (AI assisted)
+
+[uliweb-apijson](https://github.com/zhangchunlin/uliweb-apijson) APIJSON for Python, supports CRUD for MySQL, PostgreSQL, SQL Server, Oracle, SQLite, etc
+
+[apijson-rust](https://github.com/APIJSON/apijson-rust) APIJSON for Rust, supports CRUD for MySQL and PostgreSQL (AI assisted)
+
+[APIJSONParser](https://github.com/Zerounary/APIJSONParser) An APIJSON Parser, dynamically parses JSON to SQL
+
+[FfApiJson](https://gitee.com/own_3_0/ff-api-json) An APIJSON Parser, parses JSON to SQL, supports multiple data sources
+
+[APIJSON-ToDo-Demo](https://github.com/jerrylususu/apijson_todo_demo) A simple TODO demo for APIJSON with customized authorization and authentication
+
+[apijson-learn](https://github.com/rainboy-learn/apijson-learn) APIJSON study note and analysis for source code
+
+[apijson-practice](https://github.com/vcoolwind/apijson-practice) A library for APIJSON parameter validation annotations and related demos, open-sourced by a BAT expert
+
+[apijson-db2](https://github.com/andream7/apijson-db2) Demo of APIJSON + IBM DB2 database, open-sourced by a Microsoft engineer
+
+[APIJSONDemo](https://github.com/qiujunlin/APIJSONDemo) Demo of APIJSON + ClickHouse database, open-sourced by a ByteDance engineer
+
+[APIJSONDemo_ClickHouse](https://github.com/chenyanlann/APIJSONDemo_ClickHouse) Demo for APIJSON + SpringBoot + ClickHouse
+
+[APIJSONBoot_Hive](https://github.com/chenyanlann/APIJSONBoot_Hive) Demo for APIJSON + SpringBoot + Hive
+
+[apijson-sample](https://gitee.com/greyzeng/apijson-sample) Simple demo and tutorial for using APIJSON
+
+[apijson-examples](https://gitee.com/drone/apijson-examples) Demo for APIJSON with frontend web page, backend server and management system
+
+[apijson-ruoyi](https://github.com/daodol/apijson-ruoyi) APIJSON + RuoYi, provides online maintenance for database configuration, etc
+
+[light4j](https://github.com/xlongwei/light4j) Demo for APIJSON + Redis + light-4j - a microservices framework
+
+[SpringServer1.2-APIJSON](https://github.com/Airforce-1/SpringServer1.2-APIJSON) The smart Party building server provides interfaces for uploading and downloading files
+
+[apijson_template](https://github.com/abliger/apijson_template) APIJSON Java template, using Gradle to manage dependencie and building apps
+
+[api-json-demo](https://gitee.com/hxdwd/api-json-demo) Demo for APIJSON to replace traditional ORM, compated Oracle transactions
+
+[ApiJsonByJFinal](https://gitee.com/zhiyuexin/ApiJsonByJFinal) Demo for APIJSON + JFinal - a popular web framework
+
+[bookmark](https://github.com/glennliao/bookmark) Online bookmark using goframe + apijson-go + vue3 + antd vue 4
+
+[apijson-go-demo](https://github.com/APIJSON/apijson-go-demo) Demo for apijson-go
+
+[apijson-go-ui](https://github.com/glennliao/apijson-go-ui) apijson-go UI config, supports access control, request rule configuration, etc
+
+[apijson-builder](https://github.com/pengxianggui/apijson-builder) A JavaScript client library providing RESTful-like functions for APIJSON
+
+[AbsGrade](https://github.com/APIJSON/AbsGrade) List cascading algorithm supports single-level comments in WeChat Moments, double-level comments in QQ Space, and multi-level (unlimited-level) folders in Baidu Cloud
+
+[APIJSON-Android-RxJava](https://github.com/TommyLemon/APIJSON-Android-RxJava) Practical project mimicking WeChat Moments updates, based on ZBLibrary(UI) + APIJSON(HTTP) + RxJava(Data)
+
+[Android-ZBLibrary](https://github.com/TommyLemon/Android-ZBLibrary) 🔥 An Android MVP Framework with many demos, detailed documents, simple usages and strict codes
+
+[apijson-dynamic-datasource](https://github.com/wb04307201/apijson-dynamic-datasource) Based on APIJSON, this demo demonstrates dynamic data source switching and batch operations on the same data source to ensure transaction consistency
+
+[xyerp](https://gitee.com/yinjg1997/xyerp) Low-code ERP based on APIJSON
+
+[quick-boot](https://github.com/csx-bill/quick-boot/tree/master) Low-code system based on Spring Cloud 2022 + Spring Boot 3 + AMIS + APIJSON
+
+[apijson-query-spring-boot-starter](https://gitee.com/mingbaobaba/apijson-query-spring-boot-starter) A plugin for quickly building APIJSON query conditions
+
+[apijson-builder](https://github.com/yeli19950109/apijson-builder) A simplified TypeScript wrapper for APIJSON, easier to remember than directly constructing query JSON
+
+[lanmuc](https://gitee.com/element-admin/lanmuc) A platform for producing low-code backend APIs, compatible with both configuration-based and code-based APIs, enabling rapid API production and project deployment
+
+[review_plan](https://gitee.com/PPXcodeTry/review_plan) Review Reminder Web Version (Java Technology Practice Project)
+
+[apijson-nutz](https://github.com/vincent109/apijson-nutz) Demo for APIJSON + Nutz + NutzBoot
+
+[apijson-spring-boot](https://gitee.com/yunjiao-source/apijson-spring-boot) Springboot3 for APIJSON, using YAML to simplify configuration
+
+[APIJSONServer](https://github.com/cyber2jie/APIJSONServer) Data server based on APIJSON
+
+Thank you to all the enthusiastic authors for the contributions~
+### Please give them a ⭐ Star(on the top right) to support their hard works!
From 9606842f0feba9e5b031ac383280e101bd3a00e1 Mon Sep 17 00:00:00 2001
From: TommyLemon <1184482681@qq.com>
Date: Tue, 23 Jun 2026 22:06:17 +0800
Subject: [PATCH 30/33] =?UTF-8?q?=E7=94=9F=E6=80=81=E6=96=B0=E5=A2=9E=20ne?=
=?UTF-8?q?stjs-apijson=20-=20=E6=94=AF=E6=8C=81=20CRUD=E3=80=81JOIN?=
=?UTF-8?q?=E3=80=81=E5=90=84=E7=A7=8D=E6=9D=A1=E4=BB=B6=20(AI=20=E8=BE=85?=
=?UTF-8?q?=E5=8A=A9)=E3=80=81bookmark=20-=20goframe=20+=20apijson-go=20+?=
=?UTF-8?q?=20vue3=20+=20antd=20vue=204=20=E7=9A=84=E5=9C=A8=E7=BA=BF?=
=?UTF-8?q?=E4=B9=A6=E7=AD=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
创作不易,打开下方链接右上角点亮 ⭐️ Star 收藏/支持 下热心的作者们吧 ^_^
1.nestjs-apijson - APIJSON for NestJS,支持 CRUD、JOIN、各种条件 (AI 辅助)
https://github.com/yangzhouQS/nestjs-apijson
2.bookmark - goframe + apijson-go + vue3 + antd vue 4 的在线书签
https://github.com/glennliao/bookmark
---
README-Chinese.md | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/README-Chinese.md b/README-Chinese.md
index 9737564f..ad77e388 100644
--- a/README-Chinese.md
+++ b/README-Chinese.md
@@ -413,7 +413,7 @@ https://github.com/Tencent/APIJSON/blob/master/Roadmap.md
[OceanBase](https://www.oceanbase.com/docs/oceanbase/V2.2.50/ss-sr-select_daur3l), [Spark](https://spark.apache.org/docs/3.3.0/sql-ref-syntax-qry-select.html)(可用 Hive 对接), [Phoenix](http://phoenix.apache.org/language/index.html#select)(延伸支持 HBase)
### 我要赞赏
-创作不易,坚持更难,右上角点 ⭐Star 来支持/收藏下吧,谢谢 ^_^
+创作不易,坚持更难,右上角点亮 ⭐ Star 来收藏/支持下吧,谢谢 ^_^
https://github.com/Tencent/APIJSON
@@ -596,9 +596,11 @@ Issue/问卷 一般解答顺序:贡献者 > 帮助他人的用户 > 提供任
[apijson-node](https://github.com/kevinaskin/apijson-node) 字节跳动工程师开源的 Node.ts 版 APIJSON,提供 nestjs 和 typeorm 的 Demo 及后台管理
+[nestjs-apijson](https://github.com/yangzhouQS/nestjs-apijson) APIJSON NestJS 版,支持 CRUD、JOIN、各种条件,适配 MySQL, PostgreSQL, SQLite (AI 辅助)
+
[uliweb-apijson](https://github.com/zhangchunlin/uliweb-apijson) Python 版 APIJSON,支持 MySQL, PostgreSQL, SQL Server, Oracle, SQLite 等
-[apijson-rust](https://github.com/APIJSON/apijson-rust) APIJSON 的 Rust 版,一个优雅、高性能的 Rust 多数据源管理系统,支持 MySQL 和 PostgreSQL
+[apijson-rust](https://github.com/APIJSON/apijson-rust) APIJSON 的 Rust 版,一个优雅、高性能的 Rust 多数据源管理系统,支持 MySQL 和 PostgreSQL (AI 辅助)
[APIJSONParser](https://github.com/Zerounary/APIJSONParser) 第三方 APIJSON 解析器,将 JSON 动态解析成 SQL
@@ -634,7 +636,9 @@ Issue/问卷 一般解答顺序:贡献者 > 帮助他人的用户 > 提供任
[ApiJsonByJFinal](https://gitee.com/zhiyuexin/ApiJsonByJFinal) 整合 APIJSON 和 JFinal 的 Demo
-[apijson-go-demo](https://github.com/glennliao/apijson-go-demo) apijson-go demos,提供 3 个从简单到复杂的不同场景 Demo
+[bookmark](https://github.com/glennliao/bookmark) goframe + apijson-go + vue3 + antd vue 4 的在线书签
+
+[apijson-go-demo](https://github.com/APIJSON/apijson-go-demo) apijson-go demos,提供 3 个从简单到复杂的不同场景 Demo
[apijson-builder](https://github.com/pengxianggui/apijson-builder) 一个方便为 APIJSON 构建 RESTful 请求的 JavaScript 库
@@ -666,7 +670,7 @@ Issue/问卷 一般解答顺序:贡献者 > 帮助他人的用户 > 提供任
[APIJSONServer](https://github.com/cyber2jie/APIJSONServer) 基于APIJSON实现的数据服务端
-感谢热心的作者们的贡献,点 ⭐Star 支持下他们吧~
+感谢热心的作者们的贡献,点亮 ⭐ Star 收藏/支持下他们吧~
### 腾讯犀牛鸟开源人才培养计划
From 14551cdc6b28f2954e03af91bcfa9f2416ce3c39 Mon Sep 17 00:00:00 2001
From: TommyLemon <1184482681@qq.com>
Date: Mon, 29 Jun 2026 00:19:59 +0800
Subject: [PATCH 31/33] AI: Create context7.json for LLM AI Skills
https://context7.com/tencent/apijson
---
context7.json | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 context7.json
diff --git a/context7.json b/context7.json
new file mode 100644
index 00000000..7059d93f
--- /dev/null
+++ b/context7.json
@@ -0,0 +1,4 @@
+{
+ "url": "https://context7.com/tencent/apijson",
+ "public_key": "pk_hqcWKqm5UmWzQouumDz3F"
+}
From 76cb2c46cce66fd03ca351d4e07470c499cdde85 Mon Sep 17 00:00:00 2001
From: TommyLemon <1184482681@qq.com>
Date: Mon, 29 Jun 2026 01:04:12 +0800
Subject: [PATCH 32/33] =?UTF-8?q?doc:=20add=20LLM=20AI=20Skills,=20MCP,=20?=
=?UTF-8?q?A2A=20/=20=E6=96=87=E6=A1=A3=EF=BC=9A=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E5=A4=A7=E6=A8=A1=E5=9E=8B=20AI=20Skills,=20MCP,=20A2A=20?=
=?UTF-8?q?=E5=85=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
感谢 Upstash Context7 和 YRO.ai
https://github.com/Tencent/APIJSON/issues/864
https://github.com/Tencent/APIJSON/issues/861
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cff65b99..0bcb1841 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,9 @@ This source code is licensed under the Apache License Version 2.0
Video
Test
Ask AI
+ Skills
+ MCP
+ A2A
@@ -75,7 +78,7 @@ This source code is licensed under the Apache License Version 2.0
-
+
From 5ac449c03b8bde5c694445ec019f2d43d0acbdbb Mon Sep 17 00:00:00 2001
From: TommyLemon <1184482681@qq.com>
Date: Mon, 29 Jun 2026 01:06:02 +0800
Subject: [PATCH 33/33] =?UTF-8?q?doc:=20add=20LLM=20AI=20Skills,=20MCP,=20?=
=?UTF-8?q?A2A=20/=20=E6=96=87=E6=A1=A3=EF=BC=9A=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E5=A4=A7=E6=A8=A1=E5=9E=8B=20AI=20Skills,=20MCP,=20A2A=20?=
=?UTF-8?q?=E5=85=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Thanks to Upstash Context7 and YRO.ai ~
感谢 Upstash Context7 和 YRO.ai ~
https://github.com/Tencent/APIJSON/issues/864
https://github.com/Tencent/APIJSON/issues/861
---
README-Chinese.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README-Chinese.md b/README-Chinese.md
index ad77e388..c13f82e9 100644
--- a/README-Chinese.md
+++ b/README-Chinese.md
@@ -14,6 +14,9 @@ This source code is licensed under the Apache License Version 2.0
视频教程
测试用例
AI 问答
+ Skills
+ MCP
+ A2A