[+] 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

@@ -95,4 +95,10 @@
<data name="RepeatEndTimeLessThenStartTime" xml:space="preserve">
<value>Repeat end time cannot be less than repeat start time</value>
</data>
<data name="CiBuildAlertTitle" xml:space="preserve">
<value>Important Notice: Test Version</value>
</data>
<data name="CiBuildAlertContent" xml:space="preserve">
<value>You are using AquaMai CI build version. This version is built from the latest mainline code and may contain undocumented configuration changes or potential issues.</value>
</data>
</root>