update: play property animation

update: event format field
fix: test
This commit is contained in:
Vick Scarlet
2026-08-12 21:57:49 +08:00
parent f439141ded
commit 2d35eda931
15 changed files with 110 additions and 155 deletions
+7 -44
View File
@@ -1,56 +1,19 @@
# Life Restart
# 人生重开模拟器
<a href="https://discord.gg/U3qrf49NMQ"><img src="https://img.shields.io/discord/883382868427014255?color=%23FEE75C&label=Discord&logo=discord&logoColor=white&style=for-the-badge" /></a>
[English](./README.md) | 简体中文
## 简介
## 开发环境
- Game Life Restart
包管理: `pnpm`
运行时: `bun`
## 使用
<details>
<summary><strong>网页版</strong></summary>
<br />
### 开发
```bash
# 1. 下载项目代码
git clone https://github.com/VickScarlet/lifeRestart.git my-project
# 2. 进入目录安装依赖
cd my-project
pnpm install
# 3. 转换XLSX表
pnpm xlsx2json
# 4. 启动本地开发服务器
pnpm build:data
pnpm dev
```
启动完成后打开浏览器访问 [http://localhost:5173](http://localhost:5173)。
</details>
<details>
<summary><strong>控制台版本</strong></summary>
<br />
```bash
node repl
```
</details>
## 其他版本
<details>
<summary><strong>版本列表</strong></summary>
<br />
- Cocos版:[gameall3d/LifeRestart_Cocos](https://github.com/gameall3d/LifeRestart_Cocos)
</details>
> 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。
```