docs: tmagic-tutorial仓库地址修改

This commit is contained in:
roymondchen 2023-03-22 15:59:07 +08:00
parent cb99304993
commit a4f32ef8dc
3 changed files with 3 additions and 3 deletions

View File

@ -291,4 +291,4 @@ const render = async ({ renderer }: StageCore) => {
并不是render函数不好但是从设计上将render函数还是让渲染逻辑落到了编辑器中@tmagic/editor的设计是希望做到渲染跟编辑器解耦
:::
[源码](https://github.com/jia000/tmagic-tutorial)
[源码](https://github.com/vft-magic/tmagic-tutorial)

View File

@ -279,4 +279,4 @@ app.mount('#app');
```
[源码](https://github.com/jia000/tmagic-tutorial/tree/master/course3)
[源码](https://github.com/vft-magic/tmagic-tutorial/tree/master/course3)

View File

@ -232,4 +232,4 @@ watch(page, async () => {
当前教程中实现了一个简单的pagetmagic提供了一个比较完善的实现将在下一节介绍
[源码](https://github.com/jia000/tmagic-tutorial/tree/master/course2)
[源码](https://github.com/vft-magic/tmagic-tutorial/tree/master/course2)