修复不能升级到4.10

This commit is contained in:
sonichy 2020-01-26 12:48:38 +08:00
parent baa61d531e
commit 132cc2f602
4 changed files with 5 additions and 4 deletions

BIN
app.apk

Binary file not shown.

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hty.browser"
android:versionCode="4"
android:versionName="4.9">
android:versionName="4.10">
<application
android:allowBackup="true"

View File

@ -9,10 +9,10 @@ p { text-indent:2em; }
</style>
</head>
<body>
<h2 align=center><img src=logo.png><br>海天鹰浏览器 V4.9</h2>
<h2 align=center><img src=logo.png><br>海天鹰浏览器 V4.10</h2>
<p>内置扩展的浏览器。</p>
<p>扩展:链接关键字过滤,链接关键字高亮,图片自定义过滤,视频独立播放。</p>
<p>作者:黄颖</p>
<p>作者:海天鹰</p>
<p>源码:<a href="https://github.com/sonichy/Android_HTYBrowser" target="_blank">https://github.com/sonichy/Android_HTYBrowser</a></p>
<p>E-mailsonichy@163.com</p>
<h3>参考:</h3>
@ -23,6 +23,7 @@ p { text-indent:2em; }
<p><a href="https://stackoverflow.com/questions/3462582/display-the-android-webviews-favicon" target="_blank">获取网页图标</a></p>
<p><a href="https://www.jianshu.com/p/c9a18050a249" target="_blank">字符串转Bitmap</a></p>
<h3>更新日志:</h3>
<h3>V4.10 (2019-12-17)</h3><ol><li>优化视频独立播放。</li></ol>
<h3>V4.9 (2019-11-06)</h3><ol><li>收藏夹网址增加分享功能。</li></ol>
<h3>V4.8 (2019-10-25)</h3><ol><li>协议过滤去除淘宝跳转增加ftp。</li><li>修复:退出前未反注册广播。</li></ol>
<h3>V4.7 (2019-08-14)</h3><ol><li>增加:清除缓存菜单。</li><li>target="_blank"是用户触发才在新窗口中打开。</li></ol>

View File

@ -1 +1 @@
4.9
4.10