Skip to content

Commit 086a32a

Browse files
committed
【迁移】撤回新域名、仓库名
1 parent fa7c646 commit 086a32a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ deploy:
1919
branch: dev
2020
skip_cleanup: true
2121
local_dir: dist/
22-
fqdn: wuhan2020.kaiyuanshe.cn
22+
# fqdn: wuhan2020.github.io
2323
target_branch: master
2424
token: ${TOKEN}

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[渐进式 Web 应用][1]项目
44

5-
[![NPM Dependency](https://david-dm.org/wuhan2020/WebApp.svg)][2]
6-
[![Build Status](https://travis-ci.com/wuhan2020/WebApp.svg?branch=dev)][3]
5+
[![NPM Dependency](https://david-dm.org/wuhan2020/wuhan2020.github.io.svg)][2]
6+
[![Build Status](https://travis-ci.com/wuhan2020/wuhan2020.github.io.svg?branch=dev)][3]
77

88
## 基本用法
99

@@ -31,7 +31,7 @@
3131

3232
1. [安装 Node.js](https://nodejs.org/en/download/package-manager/)
3333

34-
2. `git clone https://github.com/wuhan2020/WebApp.git`
34+
2. `git clone https://github.com/wuhan2020/wuhan2020.github.io.git`
3535

3636
3. 在本项目文件夹中执行命令
3737

@@ -43,8 +43,8 @@ npm start
4343
4. 安装、启动[后端项目](https://github.com/wuhan2020/rest-api)
4444

4545
[1]: https://developers.google.cn/web/progressive-web-apps
46-
[2]: https://david-dm.org/wuhan2020/WebApp
47-
[3]: https://travis-ci.com/wuhan2020/WebApp
46+
[2]: https://david-dm.org/wuhan2020/wuhan2020.github.io
47+
[3]: https://travis-ci.com/wuhan2020/wuhan2020.github.io
4848
[4]: https://www.w3.org/
4949
[5]: https://typescriptlang.org
5050
[6]: https://web-cell.dev/

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"license": "AGPL-3.0",
55
"author": "[email protected]",
66
"description": "针对 2020 新冠病毒疫情中的武汉援助信息网站",
7-
"homepage": "https://wuhan2020.kaiyuanshe.cn/",
7+
"homepage": "https://wuhan2020.github.io/",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/wuhan2020/WebApp.git"
10+
"url": "git+https://github.com/wuhan2020/wuhan2020.github.io.git"
1111
},
1212
"bugs": {
1313
"url": "https://github.com/EasyWebApp/wuhan2020/issues"

source/index.webmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "2020 援助武汉",
33
"short_name": "援助武汉",
4-
"start_url": "https://wuhan2020.kaiyuanshe.cn/",
4+
"start_url": "https://wuhan2020.github.io/",
55
"description": "新冠病毒疫情中的武汉援助信息网站",
66
"scope": "/",
77
"display": "standalone",

source/page/menu.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ export default [
4040
},
4141
{
4242
title: '开放源代码',
43-
href: 'https://github.com/wuhan2020/WebApp'
43+
href: 'https://github.com/wuhan2020/wuhan2020.github.io'
4444
}
4545
];

0 commit comments

Comments
 (0)