Skip to content

Commit fe6dea8

Browse files
committed
添加360加固保护
1 parent 54be090 commit fe6dea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ext {
1616
]
1717

1818
// 360加固配置
19-
packers = [account : '15112453213', //账号
20-
password: 'fmt123456', //密码
19+
packers = [account : '你的360加固账号', //账号
20+
password: '你的360加固密码', //密码
2121
jarPath : "../jiagu/jiagu.jar", //执行命令的jar包路径
2222
]
2323
}

0 commit comments

Comments
 (0)