Skip to content

Commit

Permalink
feat: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghairui committed Dec 6, 2024
1 parent 9dd6581 commit f24c586
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# template-helper
* 一个支持yaml格式模板编辑和预览的gui工具,使用fyne框架开发

## 打包
```bash
bash build.sh
```

## 安装
```bash
make user-install
```

## 卸载
```bash
make user-uninstall
```


## 功能说明
- 首页
![image](./data/images/1.png)
- 选择模板文件(yaml格式)
![image](./data/images/2.png)
- 预览和编辑模板(基础信息)
![image](./data/images/3.png)
- 预览和编辑模板(主机信息)
![image](./data/images/4.png)
- 预览和编辑模板(资源信息)
![image](./data/images/5.png)
- 预览和编辑模板(基础配置)
![image](./data/images/6.png)
- 预览和编辑模板(执行步骤)
![image](./data/images/7.png)
- 保存模板
![image](./data/images/8.png)
Binary file added data/images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f24c586

Please sign in to comment.