forked from LiteLDev/HelperLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest_real.json
32 lines (32 loc) · 879 Bytes
/
manifest_real.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "Github上的官方补全库",
"source": "https://github.com/LiteLScript-Dev/HelperLib",
"wiki":"https://github.com/LiteLDev/LiteLoaderSE-Aids/wiki",
"library": [
{
"type": "dts",
"name": "JS/TS补全库",
"version": "2.14.1",
"index": ".*/src/index.d.ts",
"language": "zh-hant",
"download_url": "https://github.com/LiteLScript-Dev/HelperLib/archive/refs/heads/master.zip"
},
{
"type": "py",
"name": "PYTHON补全库",
"version": "2.13.1",
"index": "llpy-helper-lib",
"language": "zh-hant",
"cmd": "{python} -m pip install llpy-helper-lib -U",
"tip": "使用pip安装"
},
{
"type": "dts",
"name": "JS/TS型宣言日本語版",
"version": "1.0.0",
"index": ".*/src/index.d.ts",
"language": "ja-jp",
"download_url": "https://github.com/kaito02020424/HelperLib/archive/refs/heads/master.zip"
}
]
}