修改EULA和Privacy Policy的启用位置

This commit is contained in:
zhangxinhui02
2025-08-19 23:06:20 +08:00
parent ae7eab0aa8
commit 8b315fcfa2
2 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
# 检查EULA和PRIVACY
{{- if not .Values.core.EULA_AGREE }}
{{- fail "You must accept the EULA by setting 'core.EULA_AGREE: true'. EULA: https://github.com/MaiM-with-u/MaiBot/blob/main/EULA.md" }}
{{- if not .Values.EULA_AGREE }}
{{- fail "You must accept the EULA by setting 'EULA_AGREE: true'. EULA: https://github.com/MaiM-with-u/MaiBot/blob/main/EULA.md" }}
{{- end }}
{{- if not .Values.core.PRIVACY_AGREE }}
{{- fail "You must accept the Privacy Policy by setting 'core.PRIVACY_AGREE: true'. Privacy Policy: https://github.com/MaiM-with-u/MaiBot/blob/main/PRIVACY.md" }}
{{- if not .Values.PRIVACY_AGREE }}
{{- fail "You must accept the Privacy Policy by setting 'PRIVACY_AGREE: true'. Privacy Policy: https://github.com/MaiM-with-u/MaiBot/blob/main/PRIVACY.md" }}
{{- end }}