Skip to content

Commit

Permalink
1.2.0-beta.3
Browse files Browse the repository at this point in the history
添加了近期文章,改善了文章标签显示及代码高亮
  • Loading branch information
jiansing committed Apr 5, 2020
1 parent 744877f commit e695af9
Show file tree
Hide file tree
Showing 5 changed files with 2,566 additions and 426 deletions.
42 changes: 33 additions & 9 deletions inlineamp/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "InlineAMP",
"version": "1.2.0-beta.2",
"version": "1.2.0-beta.3",
"author": "Jiansing",
"repository": "https://github.com/jiansing/gridea-theme-inlineamp",
"customConfig": [
Expand Down Expand Up @@ -186,14 +186,6 @@
],
"note": "将显示在侧边栏"
},
{
"name": "search",
"label": "Google站内搜索",
"group": "可选模块",
"value": true,
"type": "switch",
"note": "Google搜索"
},
{
"name": "video",
"label": "HTML5 amp-video标签支持",
Expand Down Expand Up @@ -234,6 +226,30 @@
"type": "input",
"note": "如需要嵌入第三方内容请在这里填写所需的AMP JS,AMP组件库:https://amp.dev/zh_cn/documentation/components/"
},
{
"name": "tag",
"label": "标签",
"group": "侧边栏",
"value": true,
"type": "switch",
"note": "侧边栏显示所有标签"
},
{
"name": "search",
"label": "Google站内搜索",
"group": "侧边栏",
"value": true,
"type": "switch",
"note": "侧边栏Google搜索小部件"
},
{
"name": "latestarticles",
"label": "最近文章",
"group": "侧边栏",
"value": true,
"type": "switch",
"note": "显示最近文章"
},
{
"name": "analytics",
"label": "开启",
Expand Down Expand Up @@ -265,6 +281,14 @@
"value": "zh-Hans",
"type": "input",
"note": "默认设置为简体中文"
},
{
"name": "test",
"label": "test",
"group": "实验性功能",
"value": true,
"type": "switch",
"note": "test"
}

]
Expand Down
Loading

0 comments on commit e695af9

Please sign in to comment.