Browse Source

改改默认标题

tags/v19.3
枫谷剑仙 4 years ago
parent
commit
cf5927930b
5 changed files with 9 additions and 9 deletions
  1. +2
    -2
      index.html
  2. +2
    -2
      multi.html
  3. +1
    -1
      script-json_data.js
  4. +2
    -2
      solo.html
  5. +2
    -2
      triple.html

+ 2
- 2
index.html View File

@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>智龙迷城队伍图制作工具</title>
<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"/>
@@ -35,7 +35,7 @@
</head>
<body>
<h1 class="title">智龙迷城队伍图制作工具<br>Puzzle & Dragons Formation Maker</h1>
<h1 class="title">智龙急速阵型<br>Puzzle & Dragons Dash Formation</h1>
<ul class="control-box">
<li><a class="btn-solo-link" href="solo.html"><!--单人模式--></a></li>
<li><a class="btn-multi-link" href="multi.html"><!--多人模式--></a></li>


+ 2
- 2
multi.html View File

@@ -2,9 +2,9 @@
<html>
<head>
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<title>智龙急速阵型</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<script type="text/javascript" src="browser-compatibility.js">//浏览器版本测试</script>
<script type="text/javascript" src="browser-compatibility.js"></script><!--浏览器版本测试-->
<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
- 1
script-json_data.js View File

@@ -13,7 +13,7 @@
},
];
let localTranslating = {
webpage_title: `智龙迷城${teamsCount}人队伍图制作工具`,
webpage_title: `智龙迷城${teamsCount}人队伍图制作`,
addition_display: "💬",
title_blank: "输入队伍标题",
detail_blank: "输入说明",


+ 2
- 2
solo.html View File

@@ -2,9 +2,9 @@
<html>
<head>
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<title>智龙急速阵型</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<script type="text/javascript" src="browser-compatibility.js">//浏览器版本测试</script>
<script type="text/javascript" src="browser-compatibility.js"></script><!--浏览器版本测试-->
<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">


+ 2
- 2
triple.html View File

@@ -2,9 +2,9 @@
<html>
<head>
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<title>智龙急速阵型</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<script type="text/javascript" src="browser-compatibility.js">//浏览器版本测试</script>
<script type="text/javascript" src="browser-compatibility.js"></script><!--浏览器版本测试-->
<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