Skip to content

Commit 8808c6e

Browse files
committed
添加 README
1 parent 80a6bc7 commit 8808c6e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# GUET校园网自动登录
2+
3+
## 代码
4+
5+
这是一个 Go 语言项目。
6+
7+
## 预编译的可执行文件
8+
9+
在 Releases 中。
10+
11+
**只有 Windows 的预编译可执行文件,其余环境还请自行编译。**
12+
13+
## 不会编译怎么办
14+
15+
如果不会编译,直接 `go run` 也是可行的。
16+
17+
## 使用方法
18+
19+
此程序运行需要 4 个参数:
20+
21+
① 账号
22+
23+
② 密码
24+
25+
③ 运营商(必须是下列值中的一个:校园网,中国移动,中国联通,中国电信)
26+
27+
④ 脚本运行间隔(单位是秒,例如:5 表示每 5 秒测试一次,如果发现掉线则自动登录)

0 commit comments

Comments
 (0)