Skip to content

Commit cb98111

Browse files
committed
Modify README
1 parent 772fa46 commit cb98111

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
working-directory: ${{env.SOURCE_DIR}}
345345
run: |
346346
if [ ! -d ${{env.INSTALL_DIR}}/share/cmake/lxqt2-build-tools ]; then
347-
git clone -b 2.2.0 --depth=1 "https://github.com/lxqt/lxqt-build-tools.git"
347+
git clone -b 2.3.0 --depth=1 "https://github.com/lxqt/lxqt-build-tools.git"
348348
cd lxqt-build-tools
349349
cmake -E make_directory build
350350
cd build

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,18 @@ If you want to donate the development devices to me, please contact: (email: kl2
9090
| |Windows|Unix/linux|Android|MAC|
9191
|--------|:-----:|:--------:|:-----:|:-:|
9292
|vnc |||||
93-
|RDP |||…… ||
93+
|RDP ||| ||
9494
|Spice | | | | |
9595
|Scrcpy | | | | |
9696

9797
- Terminal
9898

9999
| |Windows|Unix/linux|Android|MAC|
100100
|-------------|-------|----------|-------|---|
101-
|Terminal ||| ||
102-
|SSH ||| ||
103-
|TELNET ||| ||
104-
|Serial port ||| ||
101+
|Terminal ||| ||
102+
|SSH ||| ||
103+
|TELNET ||| ||
104+
|Serial port ||| ||
105105

106106
- File Transfer
107107

@@ -178,7 +178,7 @@ Legend:
178178
|RabbitVNC |||
179179
|TigerVNC |||
180180
|LibVNC | | |
181-
|FreeRDP | | |
181+
|FreeRDP | | |
182182

183183
Legend:
184184
✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported

README_zh_CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ https://github.com/user-attachments/assets/9ebdc7e6-ed7a-4813-afcf-7a04cd6f889b
8989
| |Windows|Unix/linux|Android|MAC|
9090
|--------|-------|----------|-------|---|
9191
|vnc |||||
92-
|RDP ||| …… ||
92+
|RDP ||| ||
9393
|Spice | | | | |
9494
|Scrcpy | | | | |
9595

@@ -114,8 +114,8 @@ https://github.com/user-attachments/assets/9ebdc7e6-ed7a-4813-afcf-7a04cd6f889b
114114
| |Windows|Unix/linux|Android|MAC|
115115
|------------|-------|----------|-------|---|
116116
|播放器 |||||
117-
|局域网唤醒主机 ||| ||
118-
|截屏 ||| ||
117+
|局域网唤醒主机 ||| ||
118+
|截屏 ||| ||
119119
|网页浏览器 |||||
120120

121121
图例:
@@ -176,7 +176,7 @@ https://github.com/user-attachments/assets/9ebdc7e6-ed7a-4813-afcf-7a04cd6f889b
176176
|RabbitVNC |||
177177
|TigerVNC |||
178178
|LibVNC | | |
179-
|FreeRDP | | |
179+
|FreeRDP |…… | |
180180

181181
图例:
182182
✓ : 完成; …… : 正在工作; ⭕ : 未完成; 空:未开始; ❌: 不支持
@@ -282,7 +282,7 @@ https://github.com/user-attachments/assets/9ebdc7e6-ed7a-4813-afcf-7a04cd6f889b
282282

283283
- [修改日志](ChangeLog_zh_CN.md)
284284
- 版本号说明: https://semver.org/lang/zh-CN/
285-
- [用户手册](https://github.com/KangLin/RabbitRemoteControl/wiki/UserManual)
285+
- [用户手册](https://github.com/KangLin/RabbitRemoteControl/wiki/UserManual_zh_CN)
286286
- 发行版本:
287287
- [![Github 最后发行版本](https://img.shields.io/github/release/KangLin/RabbitRemoteControl?label=Github%20最后发行版本)](https://github.com/KangLin/RabbitRemoteControl/releases/latest)
288288
- [![Github 发行版本](https://img.shields.io/github/release-pre/KangLin/RabbitRemoteControl?label=Github%20发行版本)](https://github.com/KangLin/RabbitRemoteControl/releases)

Script/build_depend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ if [ $QTERMWIDGET -eq 1 ]; then
837837
fi
838838
pushd lxqt-build-tools
839839
if [ $MACOS -eq 1 ]; then
840-
sed -i '' "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
840+
sed -i "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
841841
else
842842
sed -i "s/LXQT_MIN_LINGUIST_VERSION \"6.6\"/LXQT_MIN_LINGUIST_VERSION \"6.0\"/g" CMakeLists.txt
843843
fi

0 commit comments

Comments
 (0)