BoxJs.json是一個(gè)用于BoxJs腳本管理的配置文件。BoxJs作為一款神器級(jí)的腳本管理工具,擁有極高的擴(kuò)展性和定制性。使用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倉庫地址、樣式表、腳本等。
其中樣式表和腳本數(shù)組中各個(gè)元素的內(nèi)容應(yīng)該填寫相應(yīng)的url鏈接,方便BoxJs自動(dòng)加載和更新。
腳本數(shù)組中每一個(gè)元素的其他參數(shù)包括腳本名稱、github倉庫地址、腳本的rawurl地址和觸發(fā)源等。
通過簡(jiǎn)單地修改BoxJs.json配置文件,即可管理和更新BoxJs上托管的腳本。這大大方便了腳本管理和使用的過程。
下一篇html 代碼塊樣式