chore: translate Chinese strings to English across repository
This commit is contained in:
@@ -64,7 +64,7 @@ go run ./cmd/safelineApi -- -t "<SafeLineApiToken>" -D "Cloudflare" -e "you@exam
|
||||
Notes on flags: the project reads flags and `config.json`. If a flag is present it will be used for that run.
|
||||
|
||||
**Troubleshooting**
|
||||
- Warning about missing values: If you see warnings like `未设置 DNS服务提供商`, set `ApplyCert.DNSProviderConfig.DNSProvider` or pass `-D` on the command line.
|
||||
- Warning about missing values: If you see warnings like `No DNS provider set`, set `ApplyCert.DNSProviderConfig.DNSProvider` or pass `-D` on the command line.
|
||||
- Dependency/download issues: If `go build` stalls on module downloads, try setting a proxy:
|
||||
```powershell
|
||||
go env -w GOPROXY=https://goproxy.cn,direct
|
||||
|
||||
Reference in New Issue
Block a user