diff --git a/README.md b/README.md index 1aa21b9..8fc9ce9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ pip3 install smartchart pip3 install smartchart -U (升级) 如果安装过程慢,建意使用 - pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple smartchart + pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple smartchart -U 如果你是第一次安装SmartChart(注意,非第一次不要执行,会覆盖原有DB) pip3 install smartdb (初始化DB) ``` @@ -232,6 +232,7 @@ pip install smartchart 2020/12/14 静态资源本地化 v3.9.8.2 支持所有常见数据库,支持VUE,DATAV v3.9.8.7 支持Jupyter,支持一键分享和应用dashboard模板 +v3.9.8.9 帐号绑定功能上线 ``` diff --git a/static/echart/echartedit/editor_min.js b/static/echart/echartedit/editor_min.js index 090b75b..8d201e4 100644 --- a/static/echart/echartedit/editor_min.js +++ b/static/echart/echartedit/editor_min.js @@ -34,7 +34,6 @@ let dataid = GetQueryString('dataid') || ''; type: "POST", url: "/echart/savechart/", data: { chartid: GetQueryString('chartid'),dataid: dataid,chart:e}, -// data: { "chartid": 12,"dataid": 13}, success: function(data) { console.log(data); $('#printlog').html(data['msg']); @@ -90,8 +89,8 @@ function loadoptionsample(){if(helpText===''){$.ajax({type: "get",url: 'https:// // var returnvalue = window.open('/echart/show', window, 'dialogwidth=500px;dialogheight=600px;status=no'); dom.innerHTML='' }); - $("#load_smartchart").click(function () { - dom.innerHTML='' + $("#load_smartchart").click(function () {let ec_smartkey = localStorage.getItem('ec_smartkey'); + dom.innerHTML='' }); $("#load_echart").click(function () { // var returnvalue = window.open('https://www.smartchart.cn/echart/show', window, 'dialogwidth=500px;dialogheight=600px;status=no'); diff --git a/templates/echart/403.html b/templates/echart/403.html index 66eb153..fdf3c81 100644 --- a/templates/echart/403.html +++ b/templates/echart/403.html @@ -20,6 +20,7 @@
激活 加Q群 + 登记
@smartchart.cn
diff --git a/templates/echart/editor_min.html b/templates/echart/editor_min.html index 24196dd..fca01e7 100644 --- a/templates/echart/editor_min.html +++ b/templates/echart/editor_min.html @@ -7,14 +7,8 @@ - - - - - - SmartChart Editor