官网网址,https 降级为 http

This commit is contained in:
TevinLi 2018-01-03 16:40:22 +08:00
parent 0020827a10
commit 01ddbac17d
5 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ amWiki 可以同时在 Atom 编辑器和 nodejs npm 的命令行两个平台工
<br>
## amWiki 教程 & 文档
更多详细功能与使用介绍请前往: [ [amWiki 官网文档中心amwiki.org/doc/](https://amwiki.org/doc/) ]
更多详细功能与使用介绍请前往: [ [amWiki 官网文档中心amwiki.org/doc/](http://amwiki.org/doc/) ]
(amWiki 的文档由项目自身创建与维护)
<br>

View File

@ -89,7 +89,7 @@ const helpWords = `
${clc(90, '(eg: amwiki export github-wiki d:\/your-path)')}
更多文档
https://amwiki.org/doc/
http://amwiki.org/doc/
`;
//[seo] 仅更新SEO模块(待开发)

View File

@ -69,7 +69,7 @@ const exportGithub = (function () {
.replace(/\?file=(home[-_].*?\))|(首页\))/, this._githubUrl + 'wiki)')
.replace(/#### \[(.*?)]/, '## WIKI 导航\n\n##### [$1]');
navigation += '\n\n﹊﹊﹊﹊﹊﹊﹊﹊﹊﹊ \n' +
'**This wiki is created by [[amWiki](https://amwiki.org)]**';
'**This wiki is created by [[amWiki](http://amwiki.org)]**';
fs.writeFileSync(pathTo + '/_Sidebar.md', navigation, 'utf-8');
},
/**

View File

@ -7,4 +7,4 @@
### 欢迎使用 amWiki 轻文库!
—— **amWiki 致力于让大家可以更简单、更便捷的建设个人和团队文库!**
[ [amWiki 官网文档中心](https://amwiki.org/doc/) ]
[ [amWiki 官网文档中心](http://amwiki.org/doc/) ]

View File

@ -23,7 +23,7 @@
"bugs": {
"url": "https://github.com/TevinLi/amWiki/issues"
},
"homepage": "https://amwiki.org",
"homepage": "http://amwiki.org",
"configSchema": {
"checkLibraryOnWindowFocus": {
"type": "boolean",