5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 04:31:26 +08:00

[darwin] Update docs

This commit is contained in:
Lea Anthony 2023-11-12 20:16:19 +11:00
parent 1142e81348
commit 3e0ff5edbd
6 changed files with 52 additions and 16 deletions

View File

@ -6,6 +6,27 @@ we are aiming to achieve. These are subject to change.
## Alpha milestones ## Alpha milestones
### Alpha 2
#### Goals
Alpha 2 aims to introduce [Taskfile](https://taskfile.dev) support. This will
allow us to have a single, extensible build system that works on all platforms.
We also want to get all examples working on Linux.
#### Status
- [ ] All examples working on Linux
- [ ] Init, Build, Dev & Package commands
- :material-check-bold: - Working
- :material-minus: - Partially working
- :material-close: - Not working
{{ read_csv("alpha2.csv") }}
### Alpha 1 ### Alpha 1
#### Goals #### Goals
@ -20,9 +41,4 @@ examples working on all platforms.
- :material-minus: - Partially working - :material-minus: - Partially working
- :material-close: - Not working - :material-close: - Not working
{{ read_csv("status.csv") }} {{ read_csv("alpha1.csv") }}
### Alpha 2
- [ ] Most examples working on Linux
- [ ] Project creation via `wails init`

View File

@ -5,6 +5,26 @@
## Alpha 里程碑 ## Alpha 里程碑
### Alpha 2
#### 目标
阿尔法 2 的目标是引入 [Taskfile](https://taskfile.dev) 支持。这将
使我们能够拥有一个单一的、可扩展的构建系统,适用于所有平台。
我们还希望让所有示例在 Linux 上都能运行。
#### 状态
- [ ] 所有示例在 Linux 上运行
- [ ] 初始化、构建、开发和打包命令
- :material-check-bold: - 工作正常
- :material-minus: - 部分工作
- :material-close: - 无法工作
{{ read_csv("alpha2.csv") }}
### Alpha 1 ### Alpha 1
#### 目标 #### 目标
@ -18,9 +38,4 @@ Alpha 1 是最初的发布版本。旨在收集关于新 API 的反馈,并让
- :material-minus: - 部分工作 - :material-minus: - 部分工作
- :material-close: - 无法工作 - :material-close: - 无法工作
{{ read_csv("status.csv") }} {{ read_csv("alpha1.csv") }}
### Alpha 2
- [ ] 在 Linux 上使大多数示例正常工作
- [ ] 通过 `wails init` 创建项目

View File

@ -92,11 +92,11 @@
</tr> </tr>
<tr> <tr>
<td>Mac</td> <td>Mac</td>
<td>Most examples are working</td> <td>All examples are working</td>
</tr> </tr>
<tr> <tr>
<td>Linux</td> <td>Linux</td>
<td>Some examples are working</td> <td>Most examples are working</td>
</tr> </tr>
</table> </table>
<br/><br/> <br/><br/>

View File

@ -92,11 +92,11 @@
</tr> </tr>
<tr> <tr>
<td>Mac</td> <td>Mac</td>
<td>大多数示例可以运行</td> <td>所有示例都可以运行</td>
</tr> </tr>
<tr> <tr>
<td>Linux</td> <td>Linux</td>
<td>一些示例可以运行</td> <td>大多数示例可以运行</td>
</tr> </tr>
</table> </table>
<br/><br/> <br/><br/>

View File

@ -0,0 +1,5 @@
" ",Mac,Windows,Linux
`wails init`," "," "," "
`wails build`," "," "," "
`wails dev`," "," "," "
`wails package`," "," "," "
1 Mac Windows Linux
2 `wails init`
3 `wails build`
4 `wails dev`
5 `wails package`