Skip to content

Commit dc4f899

Browse files
修改了依赖项版本,修改issue模板
1 parent 8c5909f commit dc4f899

File tree

5 files changed

+117
-73
lines changed

5 files changed

+117
-73
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/default.yml

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
name: 报告问题
2+
description: 提 issue 报告问题,请点击右边绿色按钮
3+
labels: ["bug"]
4+
title: "请修改这里的名称"
5+
assignees:
6+
- octocat
7+
body:
8+
- type: checkboxes
9+
id: lists
10+
attributes:
11+
label: 清单
12+
description: 你必须按要求尝试并勾选完成。
13+
options:
14+
- label: 我已经仔细阅读过 README 使用方法-更新方法-下载方式 , DOCKER 这些说明 https://github.com/TechXueXi/TechXueXi/wiki
15+
required: true
16+
- label: 我已经仔细阅读过 常见问题汇总 https://github.com/TechXueXi/TechXueXi/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E6%B1%87%E6%80%BB
17+
required: true
18+
- label: 我已经查看/搜索过所有已有 issue,无论是open还是close的
19+
required: true
20+
- label: 我已经通过搜索引擎搜索,尝试不同的关键词 www.google.com www.baidu.com
21+
required: true
22+
- label: 我已经到提供的在线聊天室询问过 聊天室说明:https://github.com/TechXueXi/TechXueXi/issues/14
23+
required: true
24+
- type: dropdown
25+
id: run
26+
validations:
27+
required: true
28+
attributes:
29+
label: 运行方式
30+
description: 使用何种运行方式?
31+
options:
32+
- Docker运行
33+
- 源码运行
34+
- 一般运行(现在不提供支持)
35+
- type: input
36+
id: source-version
37+
attributes:
38+
label: 软件/源码版本
39+
description: 源码 或 docer 运行可以在 /SourcePackages/pdlearn/version_info.json 文件的 techxuexi_version 处看到当前版本。 docker 需要填写 docker 里的源码版本
40+
placeholder: v20211221
41+
validations:
42+
required: true
43+
- type: input
44+
id: sys-version
45+
attributes:
46+
label: 系统版本,包含位数
47+
description: windows x64 , centos x64,debain arm32
48+
placeholder: windows x64
49+
validations:
50+
required: true
51+
- type: input
52+
id: browser-version
53+
attributes:
54+
label: 浏览器、驱动版本
55+
description: chrome v73.0.0 + chromedriver v x.x.x
56+
placeholder: chrome v73.0.0 + chromedriver v x.x.x
57+
validations:
58+
required: true
59+
- type: input
60+
id: python-version
61+
attributes:
62+
label: python版本
63+
description: docker 需要填写 docker 里的 python 版本,格式 python3.6.8 x32
64+
placeholder: python3.6.8 x32
65+
validations:
66+
required: true
67+
- type: input
68+
id: docker-tag-version
69+
attributes:
70+
label: docker tag版本
71+
description: docker 需要填写 docker 的 tag, latest,dev84
72+
placeholder: 不使用docker,或 dev84 等
73+
validations:
74+
required: true
75+
76+
- type: dropdown
77+
id: push
78+
validations:
79+
required: true
80+
attributes:
81+
label: 推送方式
82+
description:
83+
options:
84+
- 不使用或不开启推送
85+
- 1 钉钉
86+
- 2 微信
87+
- 3 Server酱
88+
- 4 pluspush
89+
- 5 telegram
90+
- 6 网页推送
91+
- type: textarea
92+
id: description
93+
attributes:
94+
label: 详细描述
95+
description: 报错请复制粘贴,可以粘贴图片,但不要只使用图片,方便同志们搜索。
96+
placeholder:
97+
value:
98+
validations:
99+
required: true
100+
- type: markdown
101+
attributes:
102+
value: |
103+
**必须填写完成才能按提交按钮**
104+
105+
许多IT人员本终日埋头写代码,对我们这类软件确实有需求,
106+
与其各人重复修改编写浪费生产力不如团队合作维护,因此我们希望长期维护此生态。
107+
有意愿加入本组织者,请 https://techxuexi.js.org/
108+
109+
我们不接受任何捐赠。远离非法牟利。

SourcePackages/pdlearn/version_info.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2-
"techxuexi_version": "v20211221",
2+
"techxuexi_version": "v20220116",
33
"notice": "欢迎使用 TechXueXi",
44
"least_version": "v20211020",
55
"old_version_warning": "您的版本太旧,请立即更新",
66
"techxuexi_update_log": [{
7+
"version": "v20220116",
8+
"info": "修改了依赖项版本,修改issue模板"
9+
},{
710
"version": "v20211221",
811
"info": "修改了适配新版本的二维码的滚动位置"
912
},{

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
requests==2.26.0
2-
lxml==4.6.3
2+
lxml==4.6.5
33
colorama==0.4.1
44
beautifulsoup4==4.9.3
55
selenium==3.141.0
66
pyhocon==0.3.58
77
pyzbar==0.1.8
8-
pillow==8.2.0
8+
pillow==9.0.0
99
pyTelegramBotAPI==4.0.1
1010
gunicorn==20.1.0
1111
PySocks==1.7.1
1212
urllib3==1.26.7
1313

1414
Flask==1.1.2
1515
Flask_SQLAlchemy==2.5.1
16-
Flask_Cors==3.0.8
16+
Flask_Cors==3.0.9

0 commit comments

Comments
 (0)