From d0a4c010666e50410f7527e589aaac101b27545d Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:34:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=BB=B4=E6=8A=A4.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...04\346\272\220\347\273\264\346\212\244.md" | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git "a/docs/zh_cn/develop/\346\264\273\345\212\250\350\265\204\346\272\220\347\273\264\346\212\244.md" "b/docs/zh_cn/develop/\346\264\273\345\212\250\350\265\204\346\272\220\347\273\264\346\212\244.md" index a863347..924e727 100644 --- "a/docs/zh_cn/develop/\346\264\273\345\212\250\350\265\204\346\272\220\347\273\264\346\212\244.md" +++ "b/docs/zh_cn/develop/\346\264\273\345\212\250\350\265\204\346\272\220\347\273\264\346\212\244.md" @@ -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` |