Skip to content

Commit aa57490

Browse files
committed
feat(移动端): 优化移动端UI布局和阅读体验
更新应用图标资源并提升版本号至0.5.5 重构移动端UI布局,调整导出按钮位置和校对工具栏样式 优化阅读区字体大小和间距,提高移动端阅读体验 简化检测粒度选项,移除"按行"检测功能 新增整本小说导出功能,改进移动端操作流程
1 parent bd758af commit aa57490

60 files changed

Lines changed: 214 additions & 38 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "proofreader",
33
"private": true,
4-
"version": "0.5.3",
4+
"version": "0.5.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proofreader"
3-
version = "0.3.0"
3+
version = "0.5.5"
44
edition = "2021"
55

66
[lib]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<background android:drawable="@color/ic_launcher_background"/>
5+
</adaptive-icon>
671 Bytes
24.8 KB
466 Bytes
629 Bytes
11.1 KB

0 commit comments

Comments
 (0)