隐藏更新时间栏,转化书源时自动生成

pull/845/head
Celeter 4 years ago committed by GitHub
parent ddba34339a
commit 10c1beffce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/src/main/assets/web/index.html

@ -290,10 +290,10 @@
<textarea rows="1" id="customOrder" class="base" title="customOrder"
placeholder="整数: 0~N (可选,默认0) | 数字越小越靠前"></textarea>
</div>
<div>
<div style="display:none;">
<div>更新时间:</div>
<textarea rows="1" id="lastUpdateTime" class="base" title="lastUpdateTime"
placeholder="整数: 0~N (可选,默认0) | 暂未使用"></textarea>
placeholder="毫秒级时间戳 (自动生成) | 请勿手动填写"></textarea>
</div>
</div>
</div>
@ -386,4 +386,4 @@
<script type="text/javascript" src="index.js"></script>
</body>
</html>
</html>

Loading…
Cancel
Save