From 15cffb735737a13017867e2174ad164042b8eb2f Mon Sep 17 00:00:00 2001 From: neuecc Date: Tue, 25 Oct 2022 04:50:13 +0000 Subject: [PATCH] docs: update TOC --- README_CN.md | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README_CN.md b/README_CN.md index b25725f..d31816f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -18,34 +18,34 @@ UniTask -## 目录 +## Table of Contents -- [入门](https://github.com/Cysharp/UniTask#getting-started) -- [UniTask 和 AsyncOperation 的基础知识](https://github.com/Cysharp/UniTask#basics-of-unitask-and-asyncoperation) -- [异步取消和异常处理](https://github.com/Cysharp/UniTask#cancellation-and-exception-handling) -- [超时处理](https://github.com/Cysharp/UniTask#timeout-handling) -- [进度](https://github.com/Cysharp/UniTask#progress) -- [PlayerLoop](https://github.com/Cysharp/UniTask#playerloop) -- [async void 与 async UniTaskVoid 对比](https://github.com/Cysharp/UniTask#async-void-vs-async-unitaskvoid) -- [UniTaskTracker介绍](https://github.com/Cysharp/UniTask#unitasktracker) -- [拓展资源](https://github.com/Cysharp/UniTask#external-assets) -- [AsyncEnumerable 和 Async LINQ](https://github.com/Cysharp/UniTask#asyncenumerable-and-async-linq) -- [可等待的事件](https://github.com/Cysharp/UniTask#awaitable-events) -- [Channel](https://github.com/Cysharp/UniTask#channel) -- [单元测试](https://github.com/Cysharp/UniTask#for-unit-testing) -- [线程池限制](https://github.com/Cysharp/UniTask#threadpool-limitation) -- [IEnumerator.ToUniTask 限制](https://github.com/Cysharp/UniTask#ienumeratortounitask-limitation) -- [UnityEditor 相关](https://github.com/Cysharp/UniTask#for-unityeditor) -- [与原生Task API 比较](https://github.com/Cysharp/UniTask#compare-with-standard-task-api) -- [池化的配置](https://github.com/Cysharp/UniTask#pooling-configuration) -- [Profiler 上的分配](https://github.com/Cysharp/UniTask#allocation-on-profiler) -- [UniTaskSynchronizationContext](https://github.com/Cysharp/UniTask#unitasksynchronizationcontext) -- [API 参考](https://github.com/Cysharp/UniTask#api-references) -- [UPM Package](https://github.com/Cysharp/UniTask#upm-package) - - [通过 git URL 安装](https://github.com/Cysharp/UniTask#install-via-git-url) - - [通过 OpenUPM 安装](https://github.com/Cysharp/UniTask#install-via-openupm) -- [.NET Core](https://github.com/Cysharp/UniTask#net-core) -- [许可证](https://github.com/Cysharp/UniTask#license) +- [入门](#%E5%85%A5%E9%97%A8) +- [UniTask 和 AsyncOperation 基础知识](#unitask-%E5%92%8C-asyncoperation-%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86) +- [Cancellation and Exception handling](#cancellation-and-exception-handling) +- [超时处理](#%E8%B6%85%E6%97%B6%E5%A4%84%E7%90%86) +- [进度](#%E8%BF%9B%E5%BA%A6) +- [PlayerLoop](#playerloop) +- [async void 与 async UniTaskVoid 对比](#async-void-%E4%B8%8E-async-unitaskvoid-%E5%AF%B9%E6%AF%94) +- [UniTaskTracker](#unitasktracker) +- [外部拓展](#%E5%A4%96%E9%83%A8%E6%8B%93%E5%B1%95) +- [AsyncEnumerable 和 Async LINQ](#asyncenumerable-%E5%92%8C-async-linq) +- [可等待事件](#%E5%8F%AF%E7%AD%89%E5%BE%85%E4%BA%8B%E4%BB%B6) +- [Channel](#channel) +- [单元测试](#%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95) +- [线程池限制](#%E7%BA%BF%E7%A8%8B%E6%B1%A0%E9%99%90%E5%88%B6) +- [IEnumerator.ToUniTask 限制](#ienumeratortounitask-%E9%99%90%E5%88%B6) +- [关于UnityEditor](#%E5%85%B3%E4%BA%8Eunityeditor) +- [与原生Task API对比](#%E4%B8%8E%E5%8E%9F%E7%94%9Ftask-api%E5%AF%B9%E6%AF%94) +- [池化配置](#%E6%B1%A0%E5%8C%96%E9%85%8D%E7%BD%AE) +- [Profiler下的分配](#profiler%E4%B8%8B%E7%9A%84%E5%88%86%E9%85%8D) +- [UniTaskSynchronizationContext](#unitasksynchronizationcontext) +- [API References](#api-references) +- [UPM Package](#upm-package) + - [通过 git URL 安装](#%E9%80%9A%E8%BF%87-git-url-%E5%AE%89%E8%A3%85) + - [通过 OpenUPM 安装](#%E9%80%9A%E8%BF%87-openupm-%E5%AE%89%E8%A3%85) +- [.NET Core](#net-core) +- [License](#license)