From dc6c8674c24f52cef2b1a6fa1ed85021a7573dff Mon Sep 17 00:00:00 2001 From: sunshinesmilelk Date: Wed, 9 Oct 2024 14:41:03 +0000 Subject: [PATCH] chore(docs): update TOC --- README_zh.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README_zh.md b/README_zh.md index b3023c71..ad274907 100644 --- a/README_zh.md +++ b/README_zh.md @@ -27,8 +27,25 @@ --- - - + + +## 目录 + +- [快速开始](#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B) +- [快速集成](#%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90) + - [组件化消费](#%E7%BB%84%E4%BB%B6%E5%8C%96%E6%B6%88%E8%B4%B9) +- [新特性](#%E6%96%B0%E7%89%B9%E6%80%A7) + - [Prompt Cell](#prompt-cell) + - [Sql Cell](#sql-cell) +- [架构](#%E6%9E%B6%E6%9E%84) +- [后续计划](#%E5%90%8E%E7%BB%AD%E8%AE%A1%E5%88%92) +- [更多](#%E6%9B%B4%E5%A4%9A) + - [提交issue](#%E6%8F%90%E4%BA%A4issue) + - [贡献代码](#%E8%B4%A1%E7%8C%AE%E4%BB%A3%E7%A0%81) + - [贡献者](#%E8%B4%A1%E7%8C%AE%E8%80%85) + - [联系我们](#%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC) + + ---