fix(srcatch): fix srcatch bugs

This commit is contained in:
Dillon
2020-02-27 20:14:40 +08:00
parent 0dc5feb7f3
commit ae81e3767e
32 changed files with 370 additions and 210 deletions

View File

@@ -20,10 +20,9 @@ autoCollapseToc: true
lightgallery: true
math: true
comment: false
dev: true
---
## & :(fas fa-rocket): This is a test page
## :(fas fa-rocket): This is a test page
[https://www.aol.com/article/entertainment/2020/02/10/oscars-viewership-hits-new-low-with-236-million-viewers/23923047/](https://www.aol.com/article/entertainment/2020/02/10/oscars-viewership-hits-new-low-with-236-million-viewers/23923047/)
@@ -131,44 +130,47 @@ _Blog.chroma = function () {
## Test ECharts
{{< dev/echarts >}}
title : {
text: '某站点用户访问来源',
subtext: '纯属虚构',
x:'center'
},
tooltip : {
trigger: 'item',
formatter: "{a} <br/>{b} : {c} ({d}%)"
},
legend: {
orient: 'vertical',
left: 'left',
data: ['直接访问','邮件营销','联盟广告','视频广告','搜索引擎']
},
series : [
{
name: '访问来源',
type: 'pie',
radius : '55%',
center: ['50%', '60%'],
data:[
{value:335, name:'直接访问'},
{value:310, name:'邮件营销'},
{value:234, name:'联盟广告'},
{value:135, name:'视频广告'},
{value:1548, name:'搜索引擎'}
],
itemStyle: {
emphasis: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
{{< /dev/echarts >}}
{{< echarts >}}
title:
text: 某站点用户访问来源
subtext: 纯属虚构
x: center
tooltip:
trigger: item
formatter: '{a} <br/>{b} : {c} ({d}%)'
legend:
orient: vertical
left: left
data:
- 直接访问
- 邮件营销
- 联盟广告
- 视频广告
- 搜索引擎
series:
- name: 访问来源
type: pie
radius: 55%
center:
- 50%
- 60%
data:
- value: 335
name: 直接访问
- value: 310
name: 邮件营销
- value: 234
name: 联盟广告
- value: 135
name: 视频广告
- value: 1548
name: 搜索引擎
itemStyle:
emphasis:
shadowBlur: 10
shadowOffsetX: 0
shadowColor: 'rgba(0, 0, 0, 0.5)'
{{< /echarts >}}
## Test Mermaid