Browse Source

更新文言颜色

luolongfei 3 years ago
parent
commit
781c0466b7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      resources/lang/en.php
  2. 1 1
      resources/lang/zh.php

+ 1 - 1
resources/lang/en.php

@@ -67,7 +67,7 @@ return [
         '100042' => "Account: %s\n Renewal results are as follows:\n",
         '100043' => 'Report, no domains need to be renewed today',
         '100044' => 'The current notification frequency is "only when there is a renewal operation", so no notification will be pushed this time',
-        '100045' => '%s: <green>executed successfully, there are no domains that need to be renewed this time. </green>',
+        '100045' => '%s: <light_green>executed successfully, there are no domains that need to be renewed this time. </light_green>',
         '100046' => 'Renewal Request Error: %s, Domain ID: %s (Account: %s)',
         '100047' => 'Specifically, an exception was thrown at line %d of the %s file. The exception is %s, so go check it out. (Account: %s)',
         '100048' => 'Master, something went wrong: ',

+ 1 - 1
resources/lang/zh.php

@@ -67,7 +67,7 @@ return [
         '100042' => "账户:%s\n续期结果如下:\n",
         '100043' => '报告,今天没有域名需要续期',
         '100044' => '当前通知频率为「仅当有续期操作时」,故本次不会推送通知',
-        '100045' => '%s:<green>执行成功,今次没有需要续期的域名。</green>',
+        '100045' => '%s:<light_green>执行成功,今次没有需要续期的域名。</light_green>',
         '100046' => '续期请求出错:%s,域名 ID:%s(账户:%s)',
         '100047' => '具体是在%s文件的第%d行,抛出了一个异常。异常的内容是%s,快去看看吧。(账户:%s)',
         '100048' => '主人,出错了,',