This commit is contained in:
2025-09-28 18:00:16 +08:00
parent 96d3db3ced
commit 0cbcfe3409
14 changed files with 3041 additions and 171 deletions

View File

@@ -4,7 +4,7 @@ function initForAuthor(Jour_num, arr_jour) {
if ([1, 25, 11].includes(Number(Jour_num))) {
apcStr = arr_jour.apc
} else {
apcStr = arr_jour.apc + `<span style="color: ${arr_jour.system_color};font-weight: bold;margin-left:6px;">( 2025 - 2026 )</span>`;
apcStr = arr_jour.apc + `<span style="color: ${arr_jour.system_color};font-weight: bold;margin-left:6px;">( 20252026 )</span>`;
}
$('.for_mess div .fr_APC').html(apcStr);