File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ deploy:
19
19
branch : dev
20
20
skip_cleanup : true
21
21
local_dir : dist/
22
- fqdn : wuhan2020.kaiyuanshe.cn
22
+ # fqdn: wuhan2020.github.io
23
23
target_branch : master
24
24
token : ${TOKEN}
Original file line number Diff line number Diff line change 2
2
3
3
[ 渐进式 Web 应用] [ 1 ] 项目
4
4
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 ]
7
7
8
8
## 基本用法
9
9
31
31
32
32
1 . [ 安装 Node.js] ( https://nodejs.org/en/download/package-manager/ )
33
33
34
- 2 . ` git clone https://github.com/wuhan2020/WebApp .git `
34
+ 2 . ` git clone https://github.com/wuhan2020/wuhan2020.github.io .git `
35
35
36
36
3 . 在本项目文件夹中执行命令
37
37
@@ -43,8 +43,8 @@ npm start
43
43
4 . 安装、启动[ 后端项目] ( https://github.com/wuhan2020/rest-api )
44
44
45
45
[ 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
48
48
[ 4 ] : https://www.w3.org/
49
49
[ 5 ] : https://typescriptlang.org
50
50
[ 6 ] : https://web-cell.dev/
Original file line number Diff line number Diff line change 4
4
"license" : " AGPL-3.0" ,
5
5
6
6
"description" : " 针对 2020 新冠病毒疫情中的武汉援助信息网站" ,
7
- "homepage" : " https://wuhan2020.kaiyuanshe.cn /" ,
7
+ "homepage" : " https://wuhan2020.github.io /" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
- "url" : " git+https://github.com/wuhan2020/WebApp .git"
10
+ "url" : " git+https://github.com/wuhan2020/wuhan2020.github.io .git"
11
11
},
12
12
"bugs" : {
13
13
"url" : " https://github.com/EasyWebApp/wuhan2020/issues"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " 2020 援助武汉" ,
3
3
"short_name" : " 援助武汉" ,
4
- "start_url" : " https://wuhan2020.kaiyuanshe.cn /" ,
4
+ "start_url" : " https://wuhan2020.github.io /" ,
5
5
"description" : " 新冠病毒疫情中的武汉援助信息网站" ,
6
6
"scope" : " /" ,
7
7
"display" : " standalone" ,
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ export default [
40
40
} ,
41
41
{
42
42
title : '开放源代码' ,
43
- href : 'https://github.com/wuhan2020/WebApp '
43
+ href : 'https://github.com/wuhan2020/wuhan2020.github.io '
44
44
}
45
45
] ;
You can’t perform that action at this time.
0 commit comments