This commit is contained in:
LingASDJ 2023-08-14 21:27:20 +08:00
commit 1049d3d3d9
4 changed files with 27 additions and 5 deletions

View File

@ -1,5 +1,27 @@
# Changelog
## [0.0.2-Dev3.0](https://github.com/LingASDJ/RW-API-Code/compare/v0.0.2-DEV1.0...v0.0.2-Dev3.0) (2023-08-14)
### Bug Fixes
* 重置404 ([1d16b1a](https://github.com/LingASDJ/RW-API-Code/commit/1d16b1acb2c3f61544ac6c41fdf35367b537af55))
### Docs
* **contributor:** contrib-readme-action has updated readme ([d66f3fb](https://github.com/LingASDJ/RW-API-Code/commit/d66f3fb91193908c45f924e70735650951d04ea1))
* **contributor:** contrib-readme-action has updated readme ([529a239](https://github.com/LingASDJ/RW-API-Code/commit/529a239874b636a81ba926eafd7d7414e7df4729))
* **contributor:** contrib-readme-action has updated readme ([151346f](https://github.com/LingASDJ/RW-API-Code/commit/151346fdc855a4d4a8bd01febb8b7bf536ee6371))
* **contributor:** contrib-readme-action has updated readme ([9881fe4](https://github.com/LingASDJ/RW-API-Code/commit/9881fe4940ef5a6bfb42fe2090aa28576ba7652e))
* **contributor:** contrib-readme-action has updated readme ([769d6e8](https://github.com/LingASDJ/RW-API-Code/commit/769d6e8f3e4a7df66820c8f50f6c847a2cdc3b6c))
* **contributor:** contrib-readme-action has updated readme ([7d211c1](https://github.com/LingASDJ/RW-API-Code/commit/7d211c19a0ca716675be161e89d6969fb80615c9))
### update
* 添加firebase管控 ([560bfc5](https://github.com/LingASDJ/RW-API-Code/commit/560bfc515d55b679b9777d6998de133914a2c1e1))
## [0.0.2-DEV1.0](https://github.com/LingASDJ/RW-API-Code/compare/v0.0.2-DEV1.0...v0.0.2-DEV1.0) (2023-05-10)

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "RW-API-Code",
"version": "0.0.2-DEV1.0",
"version": "0.0.2-Dev3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"version": "0.0.2-DEV1.0",
"version": "0.0.2-Dev3.0",
"dependencies": {
"-": "^0.0.1",
"firebase": "^9.19.1"

View File

@ -7,7 +7,7 @@
"devDependencies": {
"vitepress": "^1.0.0-alpha.65"
},
"version": "0.0.2-DEV1.0",
"version": "0.0.2-Dev3.0",
"dependencies": {
"-": "^0.0.1",
"firebase": "^9.19.1"

View File

@ -268,7 +268,7 @@ spawnProjectilesOnEndOfLife:a(recursionLimit=5)
`offsetRandomXY=10`就相当于`offsetRandomX=10,offsetRandomY=10`
:::
#### recursionLimit-演示例子
#### offsetRandomXY-演示例子
```ini
spawnProjectilesOnEndOfLife:a(offsetRandomXY=10)
```
@ -284,7 +284,7 @@ spawnProjectilesOnEndOfLife:a(offsetRandomXY=10)
不同于`offsetX/offsetY`绝对偏移的Y轴竖直X轴水平`xOffsetRelative/yOffsetRelative`将会旋转坐标系使得Y轴正方向与产生源的角度对齐
:::
#### recursionLimit-演示例子
#### xOffsetRelative/yOffsetRelative-演示例子
```ini
spawnProjectilesOnEndOfLife:a(xOffsetRelative=10,yOffsetRelative=10)
```