Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Source & Library

Moix edited this page Apr 13, 2023 · 3 revisions

Library

We recommend that you use existing libraries for direct use or secondary authoring

At HelperLib

SubLib llpy-helper-lib

Built source

  1. Create a new online repository

  2. Add the following to manifest_real.json or 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'

type

  • dts TypeScript DTS

  • sumneko.lua sumneko.lua (Not supported yet)

  • py Python Library

  1. Make sure that http(s)://yourrepo/manifest_real.json can be accessed properly

  2. fill in Aids ConfigPlane

# Attention

  • The address you will put into the extension should be http(s)://yourRepo/

Clone this wiki locally