{
	"name": "web_base",
	"title": "web基本功能",
	"description": "用于网站常规功能",
	"main": "index.js",
	"type": "web",
	"state": 1,
	"sort": 40,
	// 发送的JSON最大大小
	"json_limit": "20mb",
	// 缓存最大时长
	"max_age": 7200,
	// 最大文件大小
	"max_file_fize": 2097152000,
	// 是否brotli压缩
	"brotli": true,
	// 是否gzip压缩
	"gzip": true
}