fix:update web

pull/1701/head
Xwite 3 years ago
parent e15a6a51a3
commit 8e3b3df458
  1. 4
      app/src/main/assets/web/bookSource/index.html
  2. 2
      app/src/main/assets/web/rssSource/index.html

@ -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>

@ -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>

Loading…
Cancel
Save