We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de8418 commit 31b775fCopy full SHA for 31b775f
README.md
@@ -1,4 +1,31 @@
1
# PlantsVsZombies
2
-植物大战僵尸修改器
3
4
-fyne package -os windows -icon logo.jpg --name app.exe
+植物大战僵尸外挂辅助,纯go语言实现,界面使用[fyne](https://github.com/fyne-io/fyne)
+
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
+
31
threadstack.exe
-22 KB
0 commit comments