This repository was archived by the owner on Mar 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Source & Library
Moix edited this page Apr 13, 2023
·
3 revisions
We recommend that you use existing libraries for direct use or secondary authoring
At HelperLib
SubLib llpy-helper-lib
-
Create a new online repository
-
Add the following to
manifest_real.jsonor clone HelperLib
{
"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.12.3",
"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": "1.0.2",
"index": "llpy-helper-lib",
"language": "zh-hant",
"cmd": "{python} -m pip install llpy-helper-lib -U",
"tip": "使用pip安装"
}
]
}if you want to add a language support, you can add an element to'library'
-
dts TypeScript DTS
-
sumneko.lua sumneko.lua (Not supported yet)
-
py Python Library
-
Make sure that
http(s)://yourrepo/manifest_real.jsoncan be accessed properly -
fill in Aids
ConfigPlane
# Attention
- The address you will put into the extension should be
http(s)://yourRepo/