Skip to content

Commit

Permalink
Update to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andywang425 committed Jul 26, 2023
1 parent 83e9a94 commit a3ee136
Show file tree
Hide file tree
Showing 126 changed files with 9,898 additions and 13,288 deletions.
18 changes: 18 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
extends: [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
],
parserOptions: {
ecmaVersion: 'latest'
},
env: {
browser: true
}
}
60 changes: 30 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Bug反馈
description: 创建一个反馈来帮助我们对脚本进行改进
description: 创建一个反馈来帮助我们对脚本进行改进
labels: ["bug"]
assignees: dong-jpg
assignees: andywang425

body:
- type: markdown
attributes:
value: |
## 欢迎
你可能可以在本项目的[README](https://github.com/andywang425/BLTH/blob/master/README.md),脚本的内置说明(控制面板上蓝色的小问号)或[已存在的issue](https://github.com/andywang425/BLTH/issues)中找到答案。
<br />
# 欢迎
你可能可以在本项目的[README](https://github.com/andywang425/BLTH/blob/master/README.md),脚本的内置说明或[已存在的issue](https://github.com/andywang425/BLTH/issues)中找到答案。
若不能,请按要求编写反馈信息。
- id: describe
type: textarea
Expand All @@ -20,7 +20,7 @@ body:
description: |
简要描述所遇到的bug。
placeholder: |
eg: 点击【取关天选关注UP分组的UP主】后右上角弹出提示 [取关不在白名单内的UP主]请先点击[保存当前关注列表为白名单] 的报错,并且没有进行取关操作
例子: 每日登录任务无法完成,任务状态显示为红色的叉且控制台中有相关报错
- id: reproduction
type: textarea
Expand All @@ -31,8 +31,10 @@ body:
description: |
说明您在进行了怎样的操作后出现了bug。
placeholder: |
1. xxx
2. xxx
例子:
1. 开启每日登录功能
2. 刷新页面
3. ...
- id: expection
type: textarea
Expand All @@ -43,7 +45,7 @@ body:
description: |
简要描述进行以上操作后预期的脚本行为。
placeholder: |
eg: 点击【取关天选关注UP分组的UP主】后正常取关天选关注UP分组里的UP
例子: 完成每日登录任务
- id: picture
type: textarea
Expand All @@ -54,7 +56,7 @@ body:
description: |
如果可以,请提供有关截图。
placeholder: |
可使用 QQ / Snipaste 等工具截图后在此处 ctrl + v 黏贴
截图后在此处 ctrl + v 黏贴即可
- id: log
type: textarea
Expand All @@ -63,11 +65,10 @@ body:
attributes:
label: "运行日志"
description: |
脚本日志窗口中的普通日志或控制台日志。
控制台日志的打开方式见README中[控制台日志](https://github.com/andywang425/BLTH/blob/master/README.md#控制台日志)一节。
普通日志请直接截图。控制台日志可截图或右键导出。
控制台日志的查看方式在README中[使用](https://github.com/andywang425/BLTH/blob/master/README.md#使用)这一节里有提到。
需要注意的是部分报错不会带有BLTH字样。
placeholder: |
请在此黏贴运行日志。
请在此黏贴运行日志。截图或文字皆可。
- id: system
type: input
Expand All @@ -76,9 +77,9 @@ body:
attributes:
label: "操作系统"
description: |
请给出操作系统名称和版本号
请给出你使用的操作系统名称和版本号
placeholder: |
eg: Windows 10
例子: Windows 10
- id: browser
type: input
Expand All @@ -87,9 +88,9 @@ body:
attributes:
label: "浏览器"
description: |
请给出浏览器名称和版本号
请给出你使用的浏览器名称和版本号
placeholder: |
eg: Chrome 81.0.3147.89
例子: Chrome 115.0.5790.102
- id: userscript_manager
type: input
Expand All @@ -98,20 +99,20 @@ body:
attributes:
label: "用户脚本管理器"
description: |
请给出用户脚本管理器名称和版本号
请给出你使用的用户脚本管理器名称和版本号
placeholder: |
eg: Tampermonkey 4.11
例子: Tampermonkey 4.19.0
- id: BLTH_version
type: input
validations:
required: true
attributes:
label: "挂机助手版本"
label: "脚本版本号"
description: |
BLTH的版本。可以在用户脚本管理器中查看。
你使用的BLTH的版本。可以在用户脚本管理器中查看。
placeholder: |
eg: 5.6
例子: 7.0.0
- id: network_condition
type: dropdown
Expand All @@ -129,13 +130,13 @@ body:
- id: other_scripts
type: input
validations:
required: true
required: false
attributes:
label: "其他浏览器插件/脚本"
label: "其他浏览器拓展/用户脚本"
description: |
在此写上您认为可能会对本脚本产生影响的插件/脚本
在此写上您认为可能会对本脚本产生影响的浏览器拓展/用户脚本
placeholder: |
eg: adblock
例子: adblock
- id: extra
type: textarea
Expand All @@ -144,11 +145,10 @@ body:
attributes:
label: "其他"
description: |
若您有其他想要补充的内容,请在此说明
若您有其他想要补充的内容,请在此说明
- type: markdown
attributes:
value: |
## 感谢反馈!
# 感谢反馈!
我们会尽快回复您提出的issue。
<br />
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: 闲聊
url: https://github.com/andywang425/BLTH/discussions
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: 新功能请求
description: 提出你想要的功能或你的建议
description: 提出你想要的功能。
labels: ["enhancement"]
assignees: andywang425

body:
- type: markdown
attributes:
value: |
## 欢迎
# 欢迎
请确保你所提出的功能脚本的确没有。
<br />
- id: describe
type: textarea
Expand All @@ -18,4 +17,4 @@ body:
attributes:
label: "描述"
description: |
请清晰而简明地描述你想要的功能或你的建议
请清晰而简明地描述你想要的功能
23 changes: 12 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.gitignore
.github/ISSUE_TEMPLATE/bug_report.md
/node_modules
/note
/assets/unused_libraries
/${tmpdir}
/other_scripts
/assets/markdown/development_todo.md
/assets/markdown/tasks_before-update.md
/assets/markdown/original_README.md
/.idea
# Dependency directories
node_modules

# build output
dist

# vscode directories and files
.vscode/*
!.vscode/extensions.json

# Notes
notes
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
30 changes: 0 additions & 30 deletions .vscode/launch.json

This file was deleted.

15 changes: 0 additions & 15 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit a3ee136

Please sign in to comment.