fix:update web

This commit is contained in:
Xwite
2022-03-08 09:37:45 +08:00
parent 0c0d06fce9
commit 1eb96d7428
2 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>阅读3.0源编辑器_V4.0</title> <title>阅读3.0源编辑器_V4.0</title>
<link rel="icon" href="favicon.ico"> <link rel="icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="index.css"/> <link rel="stylesheet" type="text/css" href="index.css"/>
</head> </head>
@@ -25,7 +25,7 @@
<div> <div>
<div>源类型 :</div> <div>源类型 :</div>
<textarea rows="1" id="bookSourceType" class="base" title="bookSourceType" <textarea rows="1" id="bookSourceType" class="base" title="bookSourceType"
placeholder="&lt;必填&gt;0:文本 1:音频 3:图片"></textarea> placeholder="&lt;必填&gt;0:文本 1:音频 2:图片"></textarea>
</div> </div>
<div> <div>
<div>源名称 :</div> <div>源名称 :</div>
+1 -1
View File
@@ -4,7 +4,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>阅读3.0订阅源编辑器_V4.0</title> <title>阅读3.0订阅源编辑器_V4.0</title>
<link rel="icon" href="favicon.ico"> <link rel="icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="index.css"/> <link rel="stylesheet" type="text/css" href="index.css"/>
</head> </head>