mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Merge pull request #976 from misitebao/optimize-documentation
docs: optimize document
This commit is contained in:
@@ -67,6 +67,8 @@ A list of community maintained templates can be found [here](/docs/community/tem
|
||||
| -v int | Verbosity level (0 - silent, 1 - default, 2 - verbose) | 1 |
|
||||
| -webview2 | WebView2 installer strategy: download,embed,browser,error | download |
|
||||
|
||||
For a detailed description of the `webview2` flag, please refer to the [Windows](/docs/guides/windows) Guide.
|
||||
|
||||
If you prefer to build using standard Go tooling, please consult the [Manual Builds](/docs/guides/manual-builds)
|
||||
guide.
|
||||
|
||||
|
||||
+1
-1
@@ -83,7 +83,7 @@ v1 的一个巨大痛点是需要将整个应用程序压缩为单个 JS 和 CSS
|
||||
|
||||
除此之外,还会动态生成另一个 JS 模块来包装您的所有绑定方法。这为您的方法提供了 JSDoc,在您的 IDE 中提供代码完成和提示。当您在自动生成的包含 Go 代码的模块中点击 Tab 时自动导入数据模型,这真的很酷!
|
||||
|
||||
### Remote Templates
|
||||
### 远程模板
|
||||
|
||||
<div class="text--center">
|
||||
<img
|
||||
|
||||
@@ -66,6 +66,8 @@ Wails CLI 有许多用于管理项目的命令。所有命令都以此方式运
|
||||
| -v int | 详细级别 (0 - silent, 1 - default, 2 - verbose) | 1 |
|
||||
| -webview2 | WebView2 安装程序策略:download,embed,browser,error. | download |
|
||||
|
||||
有关`webview2`标志的详细描述,请参阅[Windows 系统](/docs/guides/windows)指南。
|
||||
|
||||
如果您更喜欢使用标准 Go 工具进行构建,请参阅[手动构建](/docs/guides/manual-builds)指南。
|
||||
|
||||
示例:
|
||||
|
||||
Reference in New Issue
Block a user