Skip to content

Commit fc50c26

Browse files
committed
chore: rename
1 parent a4161e0 commit fc50c26

4 files changed

Lines changed: 49548 additions & 22 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ pnpm-debug.log*
2222
*.njsproj
2323
*.sln
2424
*.sw?
25-
26-
package-lock.json

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ThreeJS-Model-Tutorial
1+
# ThreeJS Tutorial
22

33
[![action][ci-image]][ci-url]
44
[![license][license-image]][repository-url]
@@ -11,15 +11,13 @@
1111

1212
## 预览
1313

14-
- [模型自动拆分展示/爆炸效果](https://funnyzak.github.io/threejs-model-tutorial/#/tutorial/dismantling2)
15-
![效果预览](https://raw.githubusercontent.com/funnyzak/threejs-model-tutorial/dev/public/assets/imgs/dismantling2.gif)
16-
- [模型自动拆分展示/爆炸效果](https://funnyzak.github.io/threejs-model-tutorial/#/tutorial/dismantling)
17-
![效果预览](https://raw.githubusercontent.com/funnyzak/threejs-model-tutorial/dev/public/assets/imgs/dismantling.gif)
14+
- [模型自动拆分展示/爆炸效果](https://funnyzak.github.io/threejs-tutorial/#/tutorial/dismantling2)
15+
![效果预览](https://raw.githubusercontent.com/funnyzak/threejs-tutorial/dev/public/assets/imgs/dismantling2.gif)
16+
- [模型自动拆分展示/爆炸效果](https://funnyzak.github.io/threejs-tutorial/#/tutorial/dismantling)
17+
![效果预览](https://raw.githubusercontent.com/funnyzak/threejs-tutorial/dev/public/assets/imgs/dismantling.gif)
1818

1919
## 使用
2020

21-
使用的 Node 的构建版本为 **v16.6.2**,为避免冲突,建议使用此版本。可以使用 **_nvm_** 管理 Node 版本。
22-
2321
```bash
2422
# 安装依赖
2523
npm install
@@ -52,11 +50,11 @@ npm run test:unit
5250

5351
MIT License © 2021 [funnyzak](https://github.com/funnyzak)
5452

55-
[ci-image]: https://img.shields.io/github/workflow/status/funnyzak/threejs-model-tutorial/Release
56-
[ci-url]: https://github.com/funnyzak/threejs-model-tutorial/actions
57-
[license-image]: https://img.shields.io/github/license/funnyzak/threejs-model-tutorial.svg?style=flat-square
58-
[repository-url]: https://github.com/funnyzak/threejs-model-tutorial
59-
[github-pages-image]: https://img.shields.io/github/pages/funnyzak/threejs-model-tutorial.svg?style=flat-square
60-
[github-pages-url]: https://funnyzak.github.io/threejs-model-tutorial/
61-
[commit-activity-image]: https://img.shields.io/github/commit-activity/m/funnyzak/threejs-model-tutorial?style=flat-square
62-
[last-commit-image]: https://img.shields.io/github/last-commit/funnyzak/threejs-model-tutorial?style=flat-square
53+
[ci-image]: https://img.shields.io/github/workflow/status/funnyzak/threejs-tutorial/Release
54+
[ci-url]: https://github.com/funnyzak/threejs-tutorial/actions
55+
[license-image]: https://img.shields.io/github/license/funnyzak/threejs-tutorial.svg?style=flat-square
56+
[repository-url]: https://github.com/funnyzak/threejs-tutorial
57+
[github-pages-image]: https://img.shields.io/github/pages/funnyzak/threejs-tutorial.svg?style=flat-square
58+
[github-pages-url]: https://funnyzak.github.io/threejs-tutorial/
59+
[commit-activity-image]: https://img.shields.io/github/commit-activity/m/funnyzak/threejs-tutorial?style=flat-square
60+
[last-commit-image]: https://img.shields.io/github/last-commit/funnyzak/threejs-tutorial?style=flat-square

0 commit comments

Comments
 (0)