Skip to content

Commit 31b775f

Browse files
author
liwen
committed
readme
1 parent 4de8418 commit 31b775f

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
# PlantsVsZombies
2-
植物大战僵尸修改器
32

4-
fyne package -os windows -icon logo.jpg --name app.exe
3+
植物大战僵尸外挂辅助,纯go语言实现,界面使用[fyne](https://github.com/fyne-io/fyne)
4+
5+
### 主要功能
6+
7+
- 修改阳光值、金币值
8+
- 植物卡槽自动刷新
9+
- 无限阳光
10+
- 无敌锁血
11+
- 磁力菇无CD
12+
- 玉米加农炮无CD
13+
- 自动修复末日菇弹坑
14+
- 一击秒杀僵尸!!!
15+
16+
### 编译
17+
18+
1. 安装go语言环境、fyne工具
19+
2. 克隆项目
20+
3. 编译打包
21+
22+
```shell
23+
go mod tidy
24+
go mod download
25+
fyne package -os windows -icon logo.jpg --name app.exe
26+
```
27+
28+
### 效果图
29+
30+
![image](https://raw.githubusercontent.com/ttmars/image/master/github/PVZ.jpg)
31+

threadstack.exe

-22 KB
Binary file not shown.

0 commit comments

Comments
 (0)