mirror of
https://github.com/hmjz100/LinkSwift.git
synced 2026-09-20 10:53:34 +08:00
优化:报错信息的捕获与显示
This commit is contained in:
12
.github/contributing.md
vendored
12
.github/contributing.md
vendored
@@ -5,10 +5,10 @@
|
||||
编者的环境如下:
|
||||
|
||||
- 开发工具
|
||||
Visual Studio Code、Github Desktop、Git
|
||||
Visual Studio Code、TRAE CN、Github Desktop、Git
|
||||
|
||||
- AI 辅助(按常用排序,纯聊天,无助理)
|
||||
Google/Gemini(VSCode 插件、网页)、Microsoft/Copilot、阿里/通义千问、深度求索/DeepSeek、OpenAI/ChatGPT
|
||||
Google/Gemini(VSCode 插件、网页)、TRAE CN 包含的模型(IDE 内聊天)、OpenAI/ChatGPT、Microsoft/Copilot、阿里/通义千问、深度求索/DeepSeek
|
||||
|
||||
- 浏览器(按常用排序,除第一位外不常访问)
|
||||
Microsoft Edge > Supermium > 百分浏览器
|
||||
@@ -16,8 +16,8 @@ Microsoft Edge > Supermium > 百分浏览器
|
||||
- 浏览器插件(有冲突时会适配)
|
||||
脚本管理器、uBlock Origin、ZeroOmega、Dark Reader、Header Editor
|
||||
|
||||
- 脚本管理器(按常用排序,除第一、二位外不常访问)
|
||||
暴力猴 > Via > 篡改猴 > 脚本猫
|
||||
- 脚本管理器(按常用排序,除第一位外不常访问)
|
||||
暴力猴 > 脚本猫 > Via > 篡改猴
|
||||
|
||||
- 使用的网盘
|
||||
脚本中有提到的均有在使用,但不常用
|
||||
@@ -28,7 +28,9 @@ Microsoft Edge > Supermium > 百分浏览器
|
||||
|
||||
为 base 编写的函数记得署上自己的帐号名/昵称,并加上 description……
|
||||
|
||||
余下待编。总之编好后提 PR **到 dev 分支**即可。
|
||||
不需要修改脚本版本,只需要做好自己想做的功能即可……
|
||||
|
||||
余下待编。总之编好后提交拉取请求 **到 dev 分支** 即可。
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -29,6 +29,10 @@
|
||||
"homepage": "https://github.com/hmjz100/LinkSwift#readme",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"eslint": "^10.2.1"
|
||||
"eslint": "^10.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"eslint": "^10.6.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user