exam add backgrond color

This commit is contained in:
xiaomlove
2024-08-23 04:52:53 +08:00
parent 9b83793c93
commit b8c044d546
8 changed files with 47 additions and 7 deletions

View File

@@ -68,4 +68,5 @@ return [
'reach_max_user_count' => 'The number of claimed users has reached its maximum',
'claimed_user_count' => 'Claimed',
'max_user_count' => 'Max claim user count(0 means unlimited)',
'background_color' => 'Info box background color',
];

View File

@@ -70,4 +70,5 @@ return [
'reach_max_user_count' => '认领人数已达上限',
'claimed_user_count' => '认领人数',
'max_user_count' => '最多认领人数(0表示无限制)',
'background_color' => '信息框背景色',
];

View File

@@ -68,4 +68,5 @@ return [
'reach_max_user_count' => '認領人數已達上限',
'claimed_user_count' => '認領人數',
'max_user_count' => '最多認領人數(0表示無限製)',
'background_color' => '信息框背景色',
];