mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-20 23:14:28 +08:00
1. [+] 添加了对于 VC Redist 是否安装的状态检查 & 引导 2. [*] 略微调整和改进了 Aikari 的生命周期管理, 避免彻底卡死等情况, 添加更多的错误说明
22 lines
522 B
JSON
Executable File
22 lines
522 B
JSON
Executable File
{
|
|
"name": "HugoAura",
|
|
"version": "0.2.0-rc1-p1",
|
|
"description": "Aura for SeewoHugo",
|
|
"main": "app.asar/main.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"electron": "^36.3.2"
|
|
},
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/HugoAura/Seewo-HugoAura.git"
|
|
},
|
|
"author": "Minoricew",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/HugoAura/Seewo-HugoAura/issues"
|
|
},
|
|
"homepage": "https://github.com/HugoAura/Seewo-HugoAura"
|
|
}
|