Commit 83abcacf authored by Medicean's avatar Medicean

更新插件市场插件源地址

parent e16d9780
......@@ -54,7 +54,7 @@ class PlugStore {
let downLink = item.getURL();
logger.info('down-store-plug', downLink);
// 判断是否下载为插件
if (downLink.indexOf('github.com/asStore') > 0) {
if (downLink.indexOf('github.com/AntSword-Store') > 0) {
// 1. 设置插件存储目录
let savePath = path.join(CONF.tmpPath, `${fileName}.zip`);
item.setSavePath(savePath);
......
......@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>AntSword.Store</title>
<!-- <script src="http://localhost:8000/static/js/loader.js"></script> -->
<script src="https://asstore.github.io/v0.1/loader.js"></script>
<script src="https://AntSword-Store.github.io/v0.1/loader.js"></script>
<style>
html,body,#container,#loader{
margin: 0;padding: 0;width:100%;height:100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment