Skip to content

Commit 20e9264

Browse files
Merge pull request #3 from NetLogo-Mobile/fix-readme
Fix README: url to pltxt2htm
2 parents 47d596b + 2fbe6f8 commit 20e9264

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README-zh.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
最重要的是,我们衷心感谢之前的贡献者:Arenfelle、sfls-huangzeyuan 以及其他热心的朋友,他们帮助我们在 physicslab 社区中发现了许多 bug。
88

9-
- 使用技术:vue3, typescript, vite, [基于 C wasm 的富文本渲染](https://github.com/GoodenoughPhysicsLab/pltxt2htm)
9+
- 使用技术:vue3, typescript, vite, [基于 C wasm 的富文本渲染](https://github.com/SekaiArendelle/pltxt2htm)
1010
- 其他开发工具:
1111
矢量图标库: https://icomoon.io/app/#/select
1212
vue3 组件库: https://www.naiveui.com/zh-CN/os-theme/components/t
@@ -50,4 +50,5 @@
5050
- [ ] 完善 API 失败时的错误处理(我们很少检查,责任在我)
5151
- [ ] 更好的存储管理 (**使用 indexDB**)。部分请求可以缓存,当需要再次请求时,可以先使用缓存版本,同时再获取真实数据并更新它(Vue 有一个很棒的策略,可以精准更新 DOM 元素)。
5252
- [ ] 转译代码以支持旧浏览器,使用插件(分配给 @wsxiaolin
53-
- [ ] 把router里面路由名称缩短一些,例如 #experiment-summary/:id 改为 #p/:id , userProfile 改为 u 等等
53+
- [ ] 把router里面路由名称缩短一些,例如 #experiment-summary/:id 改为 #p/:id , userProfile 改为 u 等等
54+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project is just migrated from the old repository, there are some small prob
66

77
And most importantly, we sincerely thanks to the previous contributors: Arenfelle, sfls-huangzeyuan, and other warm-hearted people who help us fin many bugs in the physicslab's community.
88

9-
- technologies used: vue3, typescript, vite, [richtext render based on c++ wasm](https://github.com/GoodenoughPhysicsLab/pltxt2htm)
9+
- technologies used: vue3, typescript, vite, [richtext render based on c++ wasm](https://github.com/SekaiArendelle/pltxt2htm)
1010
- other development tools:
1111
+ Vector icon library: https://icomoon.io/app/#/select
1212
+ vue3 component library: https://www.naiveui.com/zh-CN/os-theme/components/t

0 commit comments

Comments
 (0)