chore: 重写初始提交(清空历史,整理后全量提交)

This commit is contained in:
ywxapp
2026-08-16 16:54:14 +08:00
commit 6c1a106bc1
1808 changed files with 238144 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"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"
}
}
}