Files

39 lines
975 B
JSON

{
"name": "myblog",
"title": "MyBlog 演示皮肤",
"author": "ywxapp",
"version": "1.0.0",
"type": "template",
"description": "blog 插件演示皮肤:局部覆盖 + 自定义主题色(Discuz 式)",
"target_addon": [
"blog"
],
"target_areas": [
"frontend"
],
"preview": "preview.png",
"require_framework": "1.0.0",
"variables": {
"primary": {
"label": "主题主色",
"default": "#2d8cf0",
"type": "color"
},
"secondary": {
"label": "辅助色",
"default": "#ff7a45",
"type": "color"
},
"body_bg": {
"label": "页面背景",
"default": "#f5f7fa",
"type": "color"
},
"font_family": {
"label": "正文字体",
"default": "-apple-system, 'Microsoft YaHei', sans-serif",
"type": "text"
}
}
}