5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 12:49:29 +08:00

Update Chinese translation (#1894)

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
ALMAS 2022-09-26 18:43:28 +08:00 committed by GitHub
parent 9f81013530
commit 2d61278125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,10 +116,10 @@ Wails 项目有以下布局:
- `/main.go` - 主应用
- `/frontend/` - 前端项目文件
- `/build/` - 项目构建目录
- `/wails.json` - 应用程序图标
- `/go.mod` - Mac 特定的项目文件
- `/go.sum` - Windows 特定的项目文件
- `/build/windows/` - 项目配置
- `/build/appicon.png` - 应用程序图标
- `/build/darwin/` - Mac 特定的项目文件
- `/build/windows/` - Windows 特定的项目文件
- `/wails.json` - 项目配置
- `/go.mod` - Go module 文件
- `/go.sum` - Go module 校验文件