Merge branch 'master' into feature/pake-cli
Signed-off-by: Tlntin <TlntinDeng01@Gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
| <kbd>⌘</kbd> + <kbd>r</kbd> | <kbd>Ctrl</kbd> + <kbd>r</kbd> | 刷新页面 |
|
||||
| <kbd>⌘</kbd> + <kbd>w</kbd> | <kbd>Ctrl</kbd> + <kbd>w</kbd> | 隐藏窗口,非退出 |
|
||||
| <kbd>⌘</kbd> + <kbd>-</kbd> | <kbd>Ctrl</kbd> + <kbd>-</kbd> | 缩小页面 |
|
||||
| <kbd>⌘</kbd> + <kbd>w</kbd> | <kbd>Ctrl</kbd> + <kbd>+</kbd> | 放大页面 |
|
||||
| <kbd>⌘</kbd> + <kbd>+</kbd> | <kbd>Ctrl</kbd> + <kbd>+</kbd> | 放大页面 |
|
||||
| <kbd>⌘</kbd> + <kbd>=</kbd> | <kbd>Ctrl</kbd> + <kbd>=</kbd> | 放大页面 |
|
||||
| <kbd>⌘</kbd> + <kbd>0</kbd> | <kbd>Ctrl</kbd> + <kbd>0</kbd> | 重置页面缩放 |
|
||||
|
||||
@@ -82,8 +82,8 @@
|
||||
|
||||
## 注意点
|
||||
|
||||
- Windows 下不能安装到 C:\Program File,会直接闪退。建议安装到其他目录,比如 D:\Program Files。
|
||||
- Linux 下暂时不能存 cookie,即应用关闭后数据清空,账号自动推出。
|
||||
- Windows 下不能安装到 C:\Program File,会直接闪退。建议安装到其他非管理员权限目录,比如 D:\Program Files (x86) 。
|
||||
- Linux 下暂时不能存 cookie,即应用关闭后数据清空,账号自动推出。
|
||||
|
||||
## 使用命令行打包
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ In addition, it supports double clicking the head to switch to full screen, and
|
||||
|
||||
## Precautions
|
||||
|
||||
- It cannot be installed to C:\Program File under Windows, and it will crash directly. It is recommended to install to another directory, such as D:\Program Files.
|
||||
- It cannot be installed to C:\Program File under Windows, and it will crash directly. It is recommended to install to other non-administrator directories, such as D:\Program Files (x86) .
|
||||
- Under Linux, cookies cannot be stored temporarily, that is, the data will be cleared after the application is closed, and the account will be automatically released.
|
||||
|
||||
## Development
|
||||
|
||||
@@ -118,9 +118,7 @@ fn main() -> wry::Result<()> {
|
||||
})
|
||||
.with_inner_size(wry::application::dpi::LogicalSize::new(width, height));
|
||||
#[cfg(target_os = "windows")]
|
||||
let icon_path = concat!(env!("CARGO_MANIFEST_DIR"), "/png/weread_32.ico");
|
||||
#[cfg(target_os = "windows")]
|
||||
let icon = load_icon(std::path::Path::new(icon_path));
|
||||
let icon = load_icon(std::path::Path::new("png/weread_32.ico"));
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
let window = common_window
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"providerShortName": null,
|
||||
"signingIdentity": null
|
||||
},
|
||||
"resources": [],
|
||||
"resources": ["png/weread_32.ico"],
|
||||
"shortDescription": "",
|
||||
"targets": ["deb", "msi", "dmg"],
|
||||
"windows": {
|
||||
|
||||
Reference in New Issue
Block a user