This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
109 additions
and
192 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Message": "Hi, {0}! You have applied to join this group.\nPlease click the button below for man-machine verification. This verification will expire in {1} minutes.", | ||
"VerifyButton": "Captcha", | ||
"Pass": "Verify passed", | ||
"Failed": "Verify failed", | ||
"UpdateSuccess": "Update successful" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Message": "你好,{0}!您已申请加入本群组\n请点击下方按钮进行人机验证,本次验证将于{1}分钟后失效。", | ||
"VerifyButton": "验证", | ||
"Pass": "验证成功", | ||
"Failed": "验证失败", | ||
"UpdateSuccess": "更新成功" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
namespace Yan.Utils; | ||
|
||
public record Config(string Token, string ProxyUrl, bool EnableAutoL10n); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.