Skip to content

Commit 6abd160

Browse files
committed
rename
1 parent 35dc262 commit 6abd160

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# babylon-extensions
22

3-
[doc](https://cocaine-coder.github.io/babylon-toolkits)
3+
[doc](https://cocaine-coder.github.io/babylonjs-toolkits)

docs/.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ const FilterDataJSPlugin = {
4545
} as Plugin;
4646

4747
export default {
48-
title: 'babylon-toolkits',
48+
title: 'babylonjs-toolkits',
4949
description: 'babylonjs 小工具',
5050
appearance: 'dark',
51-
base: '/babylon-toolkits/',
51+
base: '/babylonjs-toolkits/',
5252
head: [
5353
[
5454
'link', { rel: 'icon', href: '/logo.svg' }
@@ -93,7 +93,7 @@ export default {
9393
]
9494
}
9595
],
96-
socialLinks: [{ icon: 'github', link: "https://github.com/cocaine-coder/babylon-toolkits" }],
96+
socialLinks: [{ icon: 'github', link: "https://github.com/cocaine-coder/babylonjs-toolkits" }],
9797
},
9898
vite: {
9999
'plugins': [FilterDataJSPlugin]

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ hero:
1313
link: /pages/index
1414
- theme: alt
1515
text: github
16-
link: https://github.com/cocaine-coder/babylon-toolkits
16+
link: https://github.com/cocaine-coder/babylonjs-toolkits
1717
- theme: alt
1818
text: npm
19-
link: https://www.npmjs.com/package/babylon-toolkits
19+
link: https://www.npmjs.com/package/babylonjs-toolkits
2020
features:
2121
- icon: ⚡️
2222
title: 尽可能提供快速的方法

docs/pages/feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# 反馈
22

33
欢迎提交PR
4-
若有任何问题请提交 [`issue`](https://github.com/cocaine-coder/babylon-toolkits/issues) 或者邮箱联系 `[email protected]`
4+
若有任何问题请提交 [`issue`](https://github.com/cocaine-coder/babylonjs-toolkits/issues) 或者邮箱联系 `[email protected]`

docs/pages/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 安装
2-
`babylon-toolkits` 依赖于 `@babylonjs/core` ,请确保您的项目已经安装
2+
`babylonjs-toolkits` 依赖于 `@babylonjs/core` ,请确保您的项目已经安装
33

44
## 使用包管理器
55

66
```sh
77
# npm
8-
npm install babylon-toolkits
8+
npm install babylonjs-toolkits
99

1010
# yarn
11-
yarn add babylon-toolkits
11+
yarn add babylonjs-toolkits
1212

1313
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "babylon-toolkits",
2+
"name": "babylonjs-toolkits",
33
"version": "1.0.0",
4-
"repository": "https://github.com/cocaine-coder/babylon-toolkits.git",
4+
"repository": "https://github.com/cocaine-coder/babylonjs-toolkits.git",
55
"author": "cocaine_coder <[email protected]>",
66
"license": "MIT",
77
"main": "./dist/index.es.js",

0 commit comments

Comments
 (0)