Skip to content

Commit 6faea98

Browse files
committed
chore: rm redundant comments.
1 parent c13bbee commit 6faea98

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

plugins/recent-doc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ thiserror = { workspace = true }
3434

3535
[target."cfg(target_os = \"macos\")".dependencies]
3636
objc2 = "0.6.0"
37-
# 必须显式开启用到类的 feature
3837
objc2-foundation = { version = "0.3.2", features = [
3938
"NSString",
4039
"NSURL",

plugins/recent-doc/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
| Platform | Supported |
66
| -------- | --------- |
7-
| Linux | |
7+
| Linux | x |
88
| Windows ||
99
| macOS ||
10-
| Android | |
11-
| iOS | |
10+
| Android | x |
11+
| iOS | x |
1212

1313
## Install
1414

@@ -26,7 +26,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
2626

2727
```toml
2828
[dependencies]
29-
tauri-plugin-recent-doc = "2.0.0"
29+
tauri-plugin-recent-doc = "1.0.0"
3030
# alternatively with Git:
3131
tauri-plugin-recent-doc = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
3232
```

0 commit comments

Comments
 (0)