Parcourir la source

add example/readme links

stanleyzhu(朱宏伟) il y a 5 ans
Parent
commit
ad1575baab
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      examples/README.md

+ 6 - 6
examples/README.md

@@ -3,9 +3,9 @@
 
 目录名称 |功能
 -----------------|----------------
-QuickStartDemo   |   开发快速入门的示例
-PromiseDemo      |   promise编程的示例
-HttpDemo         |   http服务端的示例
-CoroutineDemo    |   协程的示例
-StressDemo       |   tars c++压测代码
-PushDemo         |   tars push 模式demo
+[QuickStartDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/QuickStartDemo)   |   开发快速入门的示例
+[PromiseDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/PromiseDemo)      |   promise编程的示例[]
+[HttpDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/HttpDemo)         |   http服务端的示例
+[CoroutineDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/CoroutineDemo)   |   协程的示例
+[StressDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/StressDemo)       |   tars c++压测代码
+[PushDemo](https://github.com/TarsCloud/TarsCpp/tree/d687aae51a016c313812c973ec75ab4cad7fbcaa/examples/PushDemo)         |   tars push 模式demo