Plugin Hub
└─ plugins // Plugin directory
├─ Generic // Directory for generic plugins
├─ GFC // Directory for GUI.for.Clash plugins
├─ GFS // Directory for GUI.for.SingBox plugins
├─ generic.json // Plugin index file
├─ gfc.json // Plugin index file
└─ gfs.json // Plugin index file
Simply add them in the plugin center of the client. For detailed instructions, please visit: Plugin System Usage Tutorial
Submit a pull request (PR).
-
Code should be formatted, easy to read, and not encrypted.
-
Perform IO operations under the program's data directory, avoiding access to the user's private directory.
-
Temporary files should be stored in the data/.cache directory and should be deleted after use.
-
Third-party programs should be placed in the data/third directory and corresponding directories should be deleted upon uninstallation.
-
Dynamic creation of script, style tags, and importing external JS, CSS, etc., operations are prohibited.
-
Modifications that intrude upon the system require restoration operations upon uninstallation.