This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-remove4 in repository https://gitbox.apache.org/repos/asf/echarts-www.git
commit 366c751f5b02416039e13e7ef802a7daa72c6f46 Author: Ovilia <zwl.s...@gmail.com> AuthorDate: Mon Jul 14 16:34:00 2025 +0800 feat: remove link to v4 --- _jade/layouts/doc.jade | 9 --------- _jade/layouts/example.jade | 10 ---------- _scss/main.scss | 11 ----------- 3 files changed, 30 deletions(-) diff --git a/_jade/layouts/doc.jade b/_jade/layouts/doc.jade index a5ab9ee0..47de78f8 100644 --- a/_jade/layouts/doc.jade +++ b/_jade/layouts/doc.jade @@ -23,15 +23,6 @@ block content #ec-doc-main - #v4-link.alert.alert-info.alert-dismissible - if ecWWWLang == 'en' - a(href="#{host}/v4/#{ecWWWLang}/option.html") V4 Documentation - else - a(href="#{host}/v4/#{ecWWWLang}/option.html") 旧版本文档 - - button.close(type="button", data-dismiss="alert", aria-label="Close") - span(aria-hidden="true") × - block extra_js script(src="#{cdn3rdRoot.vueJS}") diff --git a/_jade/layouts/example.jade b/_jade/layouts/example.jade index aa3a005d..dbeff9cc 100644 --- a/_jade/layouts/example.jade +++ b/_jade/layouts/example.jade @@ -23,16 +23,6 @@ block content #ec-example-main - #v4-link.alert.alert-info.alert-dismissible - if ecWWWLang == 'en' - a(href="#{host}/v4/examples/") V4 Examples - else - a(href="#{host}/v4/examples/") 旧版本示例 - - button.close(type="button", data-dismiss="alert", aria-label="Close") - span(aria-hidden="true") × - - block extra_js script(src="#{cdn3rdRoot.vueJS}") script(src="#{cdn3rdRoot.elementUIJS}") diff --git a/_scss/main.scss b/_scss/main.scss index fbc04da4..836b57c0 100644 --- a/_scss/main.scss +++ b/_scss/main.scss @@ -74,17 +74,6 @@ body { } } -#v4-link { - position: fixed; - bottom: 0; - left: 50%; - width: 200px; - margin-left: -100px; - text-align: center; - z-index: 1000; - padding: 5px 30px; -} - // settings contains declaration of variables only @import 'settings.colors'; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org