mirror of
https://gitee.com/smartchart/smartchart
synced 2025-05-05 17:19:23 +08:00
account for shop
This commit is contained in:
parent
438df34210
commit
2e1088f654
@ -74,7 +74,7 @@
|
|||||||
pip3 install smartchart
|
pip3 install smartchart
|
||||||
pip3 install smartchart -U (升级)
|
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)
|
如果你是第一次安装SmartChart(注意,非第一次不要执行,会覆盖原有DB)
|
||||||
pip3 install smartdb (初始化DB)
|
pip3 install smartdb (初始化DB)
|
||||||
```
|
```
|
||||||
@ -232,6 +232,7 @@ pip install smartchart
|
|||||||
2020/12/14 静态资源本地化
|
2020/12/14 静态资源本地化
|
||||||
v3.9.8.2 支持所有常见数据库,支持VUE,DATAV
|
v3.9.8.2 支持所有常见数据库,支持VUE,DATAV
|
||||||
v3.9.8.7 支持Jupyter,支持一键分享和应用dashboard模板
|
v3.9.8.7 支持Jupyter,支持一键分享和应用dashboard模板
|
||||||
|
v3.9.8.9 帐号绑定功能上线
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -34,7 +34,6 @@ let dataid = GetQueryString('dataid') || '';
|
|||||||
type: "POST",
|
type: "POST",
|
||||||
url: "/echart/savechart/",
|
url: "/echart/savechart/",
|
||||||
data: { chartid: GetQueryString('chartid'),dataid: dataid,chart:e},
|
data: { chartid: GetQueryString('chartid'),dataid: dataid,chart:e},
|
||||||
// data: { "chartid": 12,"dataid": 13},
|
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
$('#printlog').html(data['msg']);
|
$('#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');
|
// var returnvalue = window.open('/echart/show', window, 'dialogwidth=500px;dialogheight=600px;status=no');
|
||||||
dom.innerHTML='<iframe id="mainIframe" name="mainIframe" src="/echart/show" frameborder="0" scrolling="auto" width="100%" height="100%"></iframe>'
|
dom.innerHTML='<iframe id="mainIframe" name="mainIframe" src="/echart/show" frameborder="0" scrolling="auto" width="100%" height="100%"></iframe>'
|
||||||
});
|
});
|
||||||
$("#load_smartchart").click(function () {
|
$("#load_smartchart").click(function () {let ec_smartkey = localStorage.getItem('ec_smartkey');
|
||||||
dom.innerHTML='<iframe id="mainIframe" name="mainIframe" src="https://www.smartchart.cn/echart/show" frameborder="0" scrolling="auto" width="100%" height="100%"></iframe>'
|
dom.innerHTML='<iframe id="mainIframe" name="mainIframe" src="https://www.smartchart.cn/echart/show/?t='+ec_smartkey +'" frameborder="0" scrolling="auto" width="100%" height="100%"></iframe>'
|
||||||
});
|
});
|
||||||
$("#load_echart").click(function () {
|
$("#load_echart").click(function () {
|
||||||
// var returnvalue = window.open('https://www.smartchart.cn/echart/show', window, 'dialogwidth=500px;dialogheight=600px;status=no');
|
// var returnvalue = window.open('https://www.smartchart.cn/echart/show', window, 'dialogwidth=500px;dialogheight=600px;status=no');
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
<div class="btn-box">
|
<div class="btn-box">
|
||||||
<a id='submitup' class="btn btn-submit">激活</a>
|
<a id='submitup' class="btn btn-submit">激活</a>
|
||||||
<a type="button" href="https://qm.qq.com/cgi-bin/qm/qr?k=eC34KwVvEtMvfh8Zyn1RSfYlzZvuvm7i&jump_from=webapi" class="btn btn-cancel">加Q群</a>
|
<a type="button" href="https://qm.qq.com/cgi-bin/qm/qr?k=eC34KwVvEtMvfh8Zyn1RSfYlzZvuvm7i&jump_from=webapi" class="btn btn-cancel">加Q群</a>
|
||||||
|
<a href="/echart/register/" class="btn btn-submit">登记</a>
|
||||||
<h5><a href="https://www.smartchart.cn">@smartchart.cn</a></h5>
|
<h5><a href="https://www.smartchart.cn">@smartchart.cn</a></h5>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,14 +7,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css">
|
||||||
<link rel="shortcut icon" href="/static/admin/smartui/img/logo.png">
|
<link rel="shortcut icon" href="/static/admin/smartui/img/logo.png">
|
||||||
<link href="/static/layoutit/buttoncreator/css/colorpicker.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="/static/layoutit/buttoncreator/css/button.css" rel="stylesheet" type="text/css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/static/echart/echartedit/main.css">
|
<link rel="stylesheet" type="text/css" href="/static/echart/echartedit/main.css">
|
||||||
<link rel="stylesheet" href="/static/admin/smartui/fontawesome-free-5.8.1-web/css/all.min.css">
|
<link rel="stylesheet" href="/static/admin/smartui/fontawesome-free-5.8.1-web/css/all.min.css">
|
||||||
<link href="https://unpkg.com/bootstrap-table@1.15.5/dist/bootstrap-table.min.css" rel="stylesheet">
|
|
||||||
<link href="https://unpkg.com/bootstrap-table@1.15.5/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/static/echart/pivot/color-brewer.min.css">
|
|
||||||
|
|
||||||
<title>SmartChart Editor</title>
|
<title>SmartChart Editor</title>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
@ -18,8 +18,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div class="btn-box">
|
<div class="btn-box">
|
||||||
<a id='submitup' class="btn btn-submit">激活</a>
|
<a type="button" id='submitup' class="btn btn-submit">激活</a>
|
||||||
<a type="button" href="https://qm.qq.com/cgi-bin/qm/qr?k=eC34KwVvEtMvfh8Zyn1RSfYlzZvuvm7i&jump_from=webapi" class="btn btn-cancel">加Q群</a>
|
<a type="button" href="https://qm.qq.com/cgi-bin/qm/qr?k=eC34KwVvEtMvfh8Zyn1RSfYlzZvuvm7i&jump_from=webapi" class="btn btn-cancel">加Q群</a>
|
||||||
|
<a type="button" href="/echart/register/" class="btn btn-cancel">登记</a>
|
||||||
<h5><a href="https://www.smartchart.cn">@smartchart.cn</a></h5>
|
<h5><a href="https://www.smartchart.cn">@smartchart.cn</a></h5>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user