We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3426c commit 5a1e34bCopy full SHA for 5a1e34b
.gitpod.yml
@@ -0,0 +1,6 @@
1
+ports:
2
+- port: 8008
3
+ onOpen: open-preview
4
+tasks:
5
+- init: pip install -r requirements.txt && cp env.py.example env.py
6
+ command: python main.py -t
README.md
@@ -39,6 +39,12 @@ cp env.py.example env.py
39
40
注:免费打码无法保证持续可用,如失效请手动切换到若快平台,需要先到 [http://www.ruokuai.com](http://www.ruokuai.com/login) 注册一个账号后填写到配置中
41
42
+Gitpod还支持免费打码:
43
+
44
+[](https://gitpod.io#https://github.com/pjialin/py12306)
45
46
+注:Gitpod目前仅提供英文版本。
47
48
语音通知
49
50
语音验证码使用的是阿里云 API 市场上的一个服务商,需要到 [https://market.aliyun.com/products/56928004/cmapi026600.html](https://market.aliyun.com/products/56928004/cmapi026600.html) 购买后将 appcode 填写到配置中
0 commit comments