Commit 70a86092 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

feat: 登录页补充备案信息

See merge request !246
parents a1c76f7f f68a75c4
......@@ -261,6 +261,9 @@ login_module:
please_review_and_accept_the_agreement: 'Please review and accept agreement'
agree_and_continue: 'Agree & Continue'
disagree: 'Disagree'
icp_filing_no: 'ICP Filing No.: 粤ICP备15010593号'
all_rights_reserved: '© Guangzhou Superlink Software Technology Ltd. All rights reserved.'
terms_of_use: 'Terms of Use'
reset_password_module:
reset_login_password: 'Reset login password'
......
......@@ -260,6 +260,9 @@ login_module:
please_review_and_accept_the_agreement: '请阅读并同意以下协议'
agree_and_continue: '同意并继续'
disagree: '不同意'
icp_filing_no: '备案号:粤ICP备15010593号'
all_rights_reserved: '© 2013-2025广州超联软件科技有限公司 版权所有'
terms_of_use: '使用条款'
reset_password_module:
reset_login_password: '重置登录密码'
......
......@@ -262,6 +262,9 @@ login_module:
please_review_and_accept_the_agreement: '請閲讀並同意以下協議'
agree_and_continue: '同意並繼續'
disagree: '不同意'
icp_filing_no: '備案號:粵ICP備15010593號'
all_rights_reserved: '© 2013-2025廣州超聯軟件科技有限公司 版權所有'
terms_of_use: '使用條款'
reset_password_module:
reset_login_password: '重置登录密码'
......
......@@ -679,5 +679,18 @@ function handleAgreementNavigator(name: 'UserAgreement' | 'PrivacyPolicy') {
</div>
</div>
</div>
<div
class="text-gray-font-color flex-center absolute bottom-[10px] left-0 right-0 flex-col text-center text-xs md:flex-row"
>
<a href="https://beian.miit.gov.cn" rel="noopener noreferrer" target="_blank">
{{ t('login_module.icp_filing_no') }}&nbsp;|&nbsp;
</a>
<div>
{{ t('login_module.all_rights_reserved') }} |
<span class="cursor-pointer">{{ t('login_module.terms_of_use') }}</span>
</div>
</div>
</div>
</template>
......@@ -267,6 +267,9 @@ declare namespace I18n {
please_review_and_accept_the_agreement: string
agree_and_continue: string
disagree: string
icp_filing_no: string
all_rights_reserved: string
terms_of_use: string
}
reset_password_module: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment