app.config.json 499 Bytes
Newer Older
wangcong committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
	"name": "gms-plugin-mainpage-commonfunctions",
	"title": "常用功能",
	"author": "yuancheng",
	"keywords": "",
	"company": "久其软件",
	"type": "widget",
	"version": "v0.1",
	"license": "",
	"description": "",
	"data": {
		"app": {
			"component": [
				"dist/app.bundle.js"
			]
		}
	},
	"path": "/output/@gms/gms-plugin-mainpage-commonfunctions/dist/app.bundle.js",
	"toolTip": "拖拽到工作区添加常用功能",
	"icon": "icon gg-iconfont icon-gg_tupianlunbo1",
	"isChild": true
}