tijiao 合并food

This commit is contained in:
2025-05-29 11:44:37 +08:00
parent 756392afc7
commit 63f80e86f3
10 changed files with 956 additions and 664 deletions

11
js/forAuthor.js Normal file
View File

@@ -0,0 +1,11 @@
function initForAuthor() {
console.log('initForAuthor');
var apcStr = ``;
if ([1, 25, 11].includes(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>`;
}
$('.for_mess div .fr_APC').html(apcStr);
}