PR

【12/20】復刻プレミアムガチャ ギィ画像 #3828

kouho opened this at 2024-12-16T14:19:20; closed

Description

opened by kouho at 2024-12-16T14:19:20; updated 2024-12-24T14:03:03

概要

https://docs.google.com/spreadsheets/d/1K1rj3Ci1r8FDMamNZmWsBijPzfxobJtwllqAKHwrGU8/edit?gid=267608319#gid=267608319

新規転生なし・強化アイテムなし

ギィは神魔降臨しているため神魔降臨用の画像を利用

Comment

#37942 by kouho at 2024-12-16T14:19:30; updated 2024-12-16T14:19:30

@wada
レビューお願いいたします

Comment

#37982 by wada at 2024-12-19T13:52:36; updated 2024-12-19T13:52:36

@kouho
確認OKです。

wada add_label at 2024-12-19T13:52:39: 和田 LGTM
wada delete_label at 2024-12-20T10:10:05: 和田 LGTM

Comment

#38009 by wada at 2024-12-20T11:37:07; updated 2024-12-20T11:37:07

@kouho
デバッグがなしになったので、デバッグ項目を含めてレビューし直します。

Comment

#38010 by wada at 2024-12-20T12:32:57; updated 2024-12-20T12:32:57

@kouho
イベントページに復刻ガチャのバナー画像が出ていません。

<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1734665511932YUGndZXcsd" width="300">

wada add_label at 2024-12-20T12:33:01: コメントあり

Comment

#38073 by kouho at 2024-12-23T16:33:27; updated 2024-12-23T16:33:27

@wada
確認ありがとうございます。修正し、イベントページに復刻プレミアムガチャバナー画像表示させました。
> イベントページに復刻ガチャのバナー画像が出ていません。

Comment

#38077 by wada at 2024-12-23T16:52:35; updated 2024-12-23T16:52:35

@kouho
ありがとうございます。
tpl側のリンク先設定も追加をお願いします。

$_parts['sp_gacha_banner'] = '';
if (!empty($_temp['sp_gacha_data'])) {
	foreach ($_temp['sp_gacha_data'] as $gacha) {
		$url = '';
		$banner = "gacha/{$gacha['gacha_id']}/banner_gacha{$gacha['gacha_id']}";
		if ($gacha['gacha_style'] == 1) {
			$url = "/?M=Bar&A=SPGacha&gacha_id={$gacha['gacha_id']}";
...

Comment

#38100 by kouho at 2024-12-24T14:00:37; updated 2024-12-24T14:00:37

@wada
確認ありがとうございます。以下も対応いたしました。
> tpl側のリンク先設定も追加をお願いします。

kouho merge at 2024-12-24T14:03:03: 【12/20】復刻プレミアムガチャ ギィ画像
kouho close at 2024-12-24T14:03:03: Close

Commit range

based2b6f294866ddcbc3dc51becba5b19f331957b26
head221f972136a723345508cd7469038ecad357758b
base branchjolly/jr-web:master
head branchjolly/jr-web:gacha_re_1225

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed19 filesView patch
statusfile
modifiedlib/public/Event.inc
addedpublic_html/img/gacha/487/banner_gacha487.jpg
addedpublic_html/img/gacha/487/banner_gacha487_2.jpg
addedpublic_html/img/gacha/487/etc_lineup.jpg
addedpublic_html/img/gacha/487/gacha487.jpg
addedpublic_html/img/gacha/487/gacha487_2.jpg
addedpublic_html/img/gacha/487/gacha487_info.jpg
addedpublic_html/img/gacha/487/gacha487_info2.jpg
addedpublic_html/img/gacha/487/gacha487_info3.jpg
addedpublic_html/img/gacha/487/gacha487_info4.jpg
addedpublic_html/img/gacha/487/gacha487_info5.jpg
addedpublic_html/img/gacha/487/gacha487_title.jpg
addedpublic_html/img/gacha/487/gacha487_top.jpg
addedpublic_html/img/info_event/info_event_1217_1.jpg
addedpublic_html/img/info_event/info_event_1217_2.jpg
addedpublic_html/img/info_jrye/GachaImage/487/info3.jpg
addedpublic_html/img/info_jrye/GachaImage/reprint/info5_1148.jpg
addedpublic_html/img/info_jrye/GachaImage/reprint/info5_1159.jpg
modifiedpublic_html/template/Event.tpl
Patch body is stored as a separate file to keep this page lightweight.