Skip to content

Commit

Permalink
docs: 更新活动资源维护.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 16, 2024
1 parent 01189be commit d0a4c01
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions docs/zh_cn/develop/活动资源维护.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# 活动资源维护

一般是新活动开启时,新增 `./assets/resource/base/image` 下资源,以及 `./assets/interface.json` 中活动相关的 `pipeline_override` 的修改
一般是新活动开启时,新增 `./assets/resource/base/image` 下资源,以及修改 `./assets/interface.json` 中活动相关的 `pipeline_override`

## 维护列表

| 任务/选项名 | 覆写任务 | 覆写参数 | 备注 |
| --- | --- | --- | --- |
| 轶事派遣 | EnterTheActivityMain | template | 当期活动入口模板 |
| 活动选择 | ActivityEnterTheShow | template | 当期活动入口模板 |
| 活动选择 | TargetStageName | expected | 关卡编号 |
| 活动选择 | StageDifficulty | next | 关卡难度 |
| - | CloseRewardPage | template | 独一律签到按钮 |
### interface.json

| 名称 | 类型 | 覆写任务 | 覆写字段 | 备注 |
| --- | --- | --- | --- | --- |
| 轶事派遣 | task | EnterTheActivityMain | template | 当期活动入口模板 |
| 活动选择 | option | ActivityEnterTheShow | template | 当期活动入口模板 |
| 活动选择 | option | TargetStageName | expected | 关卡编号 |
| 活动选择 | option | StageDifficulty | next | 关卡难度 |

### pipeline

| resource | 文件名 | 覆写任务 | 覆写字段 | 备注 |
| --- | --- | --- | --- | --- |
| base | startup.json | CloseRewardPage | template | 独一律签到页关闭按钮,图片命名为 `CloseRewardPage_<游戏版本>.png` |

0 comments on commit d0a4c01

Please sign in to comment.