[+] Show alert in CI builds

This commit is contained in:
Clansty
2024-11-06 11:39:54 +08:00
parent 99d7fe5ca2
commit 11beb6676e
7 changed files with 59 additions and 3 deletions

View File

@@ -88,4 +88,10 @@
<data name="RepeatStartTimeNotSet" xml:space="preserve">
<value>请先设置循环开始时间</value>
</data>
<data name="CiBuildAlertTitle" xml:space="preserve">
<value>重要提示:测试版本</value>
</data>
<data name="CiBuildAlertContent" xml:space="preserve">
<value>您正在使用的是 AquaMai CI 构建版本。由于该版本基于最新的主线代码构建,可能包含未通知的配置文件变更或潜在问题。</value>
</data>
</root>