docs: update tagline

This commit is contained in:
Justineo
2021-02-22 15:23:42 +08:00
parent 217ac4e1e0
commit 7e7706afc4
4 changed files with 17 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# Vue-ECharts
> ECharts component for Vue.js.
> Vue.js component for Apache ECharts.
> [🇨🇳 中文版](./README.zh-Hans.md)

View File

@ -1,6 +1,6 @@
# Vue-ECharts
> ECharts component for Vue.js.
> Apache ECharts Vue.js 组件。
使用 [ECharts](http://echarts.baidu.com/index.html) 5同时支持 [Vue.js](https://vuejs.org/) 2/3。

View File

@ -6,11 +6,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Inter:300,500;display=swap" rel="stylesheet">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>Vue-ECharts: Vue.js component for Apache ECharts.</title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but Vue-ECharts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->

View File

@ -3,9 +3,11 @@
<!-- <v-chart
class="echarts" id="logo" :option="logo" :init-options="initOptions" autoresize /> -->
<h1><a href="https://github.com/Justineo/vue-echarts">Vue-ECharts</a></h1>
<p class="desc">ECharts component for Vue.js.</p>
<p>
<a href="https://github.com/ecomfe/vue-echarts#readme">Docs &rarr;</a>
<p class="desc">
Vue.js component for Apache ECharts. (<a
href="https://github.com/ecomfe/vue-echarts#readme"
>docs</a
>)
</p>
<h2 id="bar">
@ -555,8 +557,6 @@ export default {
},
mounted() {
this.startActions();
console.log(this.$refs.bar.chart);
}
};
</script>
@ -610,6 +610,10 @@ h2 {
.desc {
margin-bottom: 3em;
color: #7f8c8d;
a {
color: #42b983;
}
}
h2 small {
@ -879,16 +883,17 @@ figure {
position: fixed;
top: 10px;
left: 10px;
font-size: 12px;
font-size: 16px;
text-align: center;
button {
float: left;
position: relative;
width: 48px;
border-radius: 4px;
width: 64px;
border-radius: 6px;
border-color: #36485e;
color: rgba(54, 72, 94, 0.8);
font-weight: 500;
&:focus-visible {
box-shadow: 0 0 1px #36485e;
@ -902,7 +907,6 @@ figure {
z-index: 1;
background-color: #36485e;
color: #fff;
font-weight: 500;
}
&:first-child {