Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
83abcacf
Commit
83abcacf
authored
Feb 19, 2017
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新插件市场插件源地址
parent
e16d9780
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugStore.js
modules/plugStore.js
+1
-1
plugin.html
views/plugin.html
+1
-1
No files found.
modules/plugStore.js
View file @
83abcacf
...
...
@@ -54,7 +54,7 @@ class PlugStore {
let
downLink
=
item
.
getURL
();
logger
.
info
(
'down-store-plug'
,
downLink
);
// 判断是否下载为插件
if
(
downLink
.
indexOf
(
'github.com/
as
Store'
)
>
0
)
{
if
(
downLink
.
indexOf
(
'github.com/
AntSword-
Store'
)
>
0
)
{
// 1. 设置插件存储目录
let
savePath
=
path
.
join
(
CONF
.
tmpPath
,
`
${
fileName
}
.zip`
);
item
.
setSavePath
(
savePath
);
...
...
views/plugin.html
View file @
83abcacf
...
...
@@ -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://
ass
tore.github.io/v0.1/loader.js"
></script>
<script
src=
"https://
AntSword-S
tore.github.io/v0.1/loader.js"
></script>
<style>
html
,
body
,
#container
,
#loader
{
margin
:
0
;
padding
:
0
;
width
:
100%
;
height
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment