This file contains hidden or 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
| diff --git a/infra/conf/router.go b/infra/conf/router.go | |
| index b3870e45..56e71930 100644 | |
| --- a/infra/conf/router.go | |
| +++ b/infra/conf/router.go | |
| @@ -1,6 +1,8 @@ | |
| package conf | |
| import ( | |
| + "os" | |
| + "path/filepath" |
This file contains hidden or 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
| from typing import Dict | |
| # https://zh.wikipedia.org/wiki/%E6%BC%A2%E5%A7%93%E7%BE%85%E9%A6%AC%E5%AD%97%E6%A8%99%E6%B3%A8 | |
| CHINESE_SURNAMES = [ | |
| "赵", | |
| "钱", | |
| "孙", | |
| "李", | |
| "周", | |
| "吴", | |
| "郑", |
This file contains hidden or 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
| from typing import Dict | |
| # https://zh.wikipedia.org/wiki/%E6%BC%A2%E5%A7%93%E7%BE%85%E9%A6%AC%E5%AD%97%E6%A8%99%E6%B3%A8 | |
| CHINESE_SURNAMES = [ | |
| "赵", | |
| "钱", | |
| "孙", | |
| "李", | |
| "周", | |
| "吴", | |
| "郑", |
OlderNewer