Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History

modules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Modules

A custom user module system. Place a .ts or .js file with the following template, it will be installed automatically.

export default () => {
	// do something
};