BoxJs.json是一個用于BoxJs腳本管理的配置文件。BoxJs作為一款神器級的腳本管理工具,擁有極高的擴展性和定制性。使用BoxJs.json可以方便地管理和控制BoxJs上托管的各類腳本。
示例BoxJs.json配置文件: { "author": "your name", "repo": "your github repository", "style": [ "https://cdn.jsdelivr.net/gh/your/repo/style.css", "https://cdn.jsdelivr.net/gh/your/repo/another.css" ], "script": [ { "name": "script1", "repo": "your github repository", "rawurl": "https://raw.githubusercontent.com/your/repo/main/script1.js", "douban": true }, { "name": "script2", "repo": "your github repository", "rawurl": "https://raw.githubusercontent.com/your/repo/main/script2.js", "bilibili": true } ] }
配置文件中需要填寫的信息包括:作者姓名、github倉庫地址、樣式表、腳本等。
其中樣式表和腳本數組中各個元素的內容應該填寫相應的url鏈接,方便BoxJs自動加載和更新。
腳本數組中每一個元素的其他參數包括腳本名稱、github倉庫地址、腳本的rawurl地址和觸發源等。
通過簡單地修改BoxJs.json配置文件,即可管理和更新BoxJs上托管的腳本。這大大方便了腳本管理和使用的過程。
下一篇html 代碼塊樣式