防撤回软件提交

This commit is contained in:
wangxinfei
2025-05-19 17:39:49 +08:00
parent 8020113d3b
commit 7bf0e11589
404 changed files with 69545 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"manifest_version": 4,
"type": "extension",
"name": "防撤回",
"slug": "anti_recall",
"description": "防止QQNT撤回消息",
"version": "0.2.40",
"icon": "./icon.png",
"authors": [
{
"name": "XiaoHe321",
"link": "https://github.com/xh321"
}
],
"repository": {
"repo": "xh321/LiteLoaderQQNT-Anti-Recall",
"branch": "master",
"release": {
"tag": "0.2.40",
"file": "qq-anti-recall.zip"
}
},
"platform": ["win32", "darwin", "linux"],
"injects": {
"main": "./main.js",
"preload": "./preload.js",
"renderer": "./renderer.js"
}
}