perf: Modify default_context COPYRIGHT

pull/14535/head
feng 2024-11-25 10:25:27 +08:00 committed by Bryan
parent 04ec34364f
commit d4dc31aefa
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ default_context = {
'LOGIN_WECOM_logo_logout': static('img/login_wecom_logo.png'),
'LOGIN_DINGTALK_logo_logout': static('img/login_dingtalk_logo.png'),
'LOGIN_FEISHU_logo_logout': static('img/login_feishu_logo.png'),
'COPYRIGHT': f'FIT2CLOUD 飞致云 © 2014-{current_year}',
'COPYRIGHT': f'{_("FIT2CLOUD")} © 2014-{current_year}',
'INTERFACE': default_interface,
}