Skip to content

Commit

Permalink
fix: 用户绑定、删除无用资源
Browse files Browse the repository at this point in the history
  • Loading branch information
babanbang committed Sep 2, 2024
1 parent 592332e commit 479db14
Show file tree
Hide file tree
Showing 143 changed files with 599 additions and 4,840 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules/
/lib/
/lib/
*.py
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/babanbang/karin-plugin-MysTool/blob/main/resources/images/other/%E6%91%B8.png?raw=true" height="60">
<img src="https://github.com/babanbang/karin-plugin-MysTool/blob/main/resources/images/other/%E6%91%B8.webp?raw=true" height="60">
<img src="https://github.com/babanbang/karin-plugin-MysTool/blob/main/resources/images/other/%E9%B1%BC.gif?raw=true" height="60">
</p>

Expand Down Expand Up @@ -74,7 +74,6 @@ pnpm add karin-plugin-mystool@latest -w

<details><summary><b>其他</b></summary>

- [x] 使用[wkhtmltoimage](https://wkhtmltopdf.org/)截图(由于坤术原因部分图片不支持使用,暂时没有安装教程、windows直接下载exe即可、ubuntu使用apt安装),建议优先使用[karin-puppeteer](https://github.com/KarinJS/karin-puppeteer)
- [x] 1034、10035、签到(额外安装[插件](https://github.com/babanbang/MysSign)提供功能)
</details>

Expand All @@ -86,6 +85,5 @@ pnpm add karin-plugin-mystool@latest -w
|:------:|------------|
|[Miao-Yunzai](https://gitee.com/yoimiya-kokomi/Miao-Yunzai)|喵喵!|
|[miao-plugin](https://gitee.com/yoimiya-kokomi/miao-plugin)|喵喵!|
|[simple-qrbtf](https://github.com/StringKe/simple-qrbtf)|二维码生成|

![Alt](https://repobeats.axiom.co/api/embed/a987d3b44ed2f3c8cac52fe11b3f24b075d5f58b.svg "Repobeats analytics image")
3 changes: 0 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ wkhtmltoimage: false
# 渲染精度(0-100)
quality: 100

# 使用自定义样式的二维码
qrbtf: false

# 数据库(可选sqlite、postgres)一般使用sqlite就足够满足需求
dialect: sqlite

Expand Down
1 change: 0 additions & 1 deletion config/qrbtf.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"sqlite3": "5.1.6",
"pg": "^8.12.0",
"md5": "^2.3.0",
"qrcode": "^1.5.3",
"image-size": "^1.1.1"
},
"devDependencies": {
Expand All @@ -39,6 +40,7 @@
"@types/node-schedule": "^2.1.7",
"@types/ws": "^8.5.11",
"@types/md5": "^2.3.5",
"@types/qrcode": "^1.5.5",
"eslint": "^9.7.0",
"neostandard": "^0.11.1",
"tsc-alias": "^1.8.10",
Expand Down
Loading

0 comments on commit 479db14

Please sign in to comment.