Browse Source

想添加主页图标支持,但是似乎不得行?

tags/v6.2.2
枫谷剑仙 6 years ago
parent
commit
6dccb3e3b0
5 changed files with 20 additions and 0 deletions
  1. +1
    -0
      index.html
  2. +16
    -0
      manifest.json
  3. +1
    -0
      multi.html
  4. +1
    -0
      solo.html
  5. +1
    -0
      triple.html

+ 1
- 0
index.html View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>智龙迷城队伍图制作工具</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link href="style.css" rel="stylesheet" type="text/css">
<link href="style-monsterimages.css" rel="stylesheet" type="text/css">


+ 16
- 0
manifest.json View File

@@ -0,0 +1,16 @@
{
"name": "P&D Dash Formation",
"short_name": "P&D-DF",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#52351E",
"description": "Puzzle & Dragons Formation Image Maker.",
"icons": [{
"src": "images/icon.png",
"sizes": "72x72",
"type": "image/png"
}],
"related_applications": [{
"platform": "web"
}]
}

+ 1
- 0
multi.html View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=664" />
<link href="style.css" rel="stylesheet" type="text/css">
<link href="style-monsterimages.css" rel="stylesheet" type="text/css">


+ 1
- 0
solo.html View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=664" />
<link href="style.css" rel="stylesheet" type="text/css">
<link href="style-monsterimages.css" rel="stylesheet" type="text/css">


+ 1
- 0
triple.html View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<link rel="manifest" href=".manifest.json">
<meta name="viewport" content="width=756" />
<link href="style.css" rel="stylesheet" type="text/css">
<link href="style-monsterimages.css" rel="stylesheet" type="text/css">


Loading…
Cancel
Save