diff --git a/android/AdbDevices.simple b/android/AdbDevices.simple
index ab790e6..b5e3d33 100644
Binary files a/android/AdbDevices.simple and b/android/AdbDevices.simple differ
diff --git a/docx/CHANGELOG.md b/docx/CHANGELOG.md
index 5dbf9ab..5bed67c 100644
--- a/docx/CHANGELOG.md
+++ b/docx/CHANGELOG.md
@@ -1,4 +1,21 @@
-# [0.34](https://github.com/shelllet/winui/compare/main...dev) (2024-4-27)
+# [0.35](https://github.com/shelllet/winui/compare/main...dev) (2024-06-05)
+
+### Changed:
+
+1. 修复 [`Runas`](./actions/system/Runas.md),使用当前账号启动程序问题。
+
+2. 增加远程主机部署功能。
+
+3. 修复一些其它错误。
+
+### Deprecated:
+1. 移除分享功能。
+
+### Note
+
+1. 下载:https://winui.net/_media/winui++0.35.0-setup.x64.exe
+
+## [0.34](https://github.com/shelllet/winui/compare/main...dev) (2024-4-27)
### Changed:
@@ -6,10 +23,10 @@
2. 发送按键支持 Alt + Tab。
3. 关机动作优化,增加注销和重启功能。
4. 图像相对位置标记支持 左中,右中,上中,下中。
-4. 变量支持备注。
-4. `登录应用` 动作更名为 [`Runas`](./actions/system/Runas.md),并修因提高权限导致的启动错误
-4. [`查找元素`](./actions/web/WebGetElement.md) 动作支持查找元素的子节点。
-4. 添加[`等待按键`](./actions/keyboard/WaitKey.md) 动作。
+5. 变量支持备注。
+6. `登录应用` 动作更名为 [`Runas`](./actions/system/Runas.md),并修因提高权限导致的启动错误
+7. [`查找元素`](./actions/web/WebGetElement.md) 动作支持查找元素的子节点。
+8. 添加[`等待按键`](./actions/keyboard/WaitKey.md) 动作。
### Deprecated:
diff --git a/docx/README.md b/docx/README.md
index 7fb3cee..32ba7b2 100644
--- a/docx/README.md
+++ b/docx/README.md
@@ -36,10 +36,4 @@ _WinUi++_ 绝对不会嵌入任何广告、捆绑任何软件。也不会像国
- YT: [https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ](https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ)
- B 站:[https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951](https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951)
-- 如果你有 *Discord*, 加入 [Discord](https://discord.gg/b4MeYbJrfk) 讨论。
-
-- 扫码加入微信交流群🔻
-
-
-
-
+- 如果你有 *Discord*, 加入 [Discord](https://discord.gg/b4MeYbJrfk) 讨论。
\ No newline at end of file
diff --git a/docx/actions/web/WebActionChainsPerform.md b/docx/actions/web/WebActionChainsPerform.md
index 3a14351..c4e560e 100644
--- a/docx/actions/web/WebActionChainsPerform.md
+++ b/docx/actions/web/WebActionChainsPerform.md
@@ -1,5 +1,5 @@
-# 动作链*创建
-创建 *Web* 动作链,用来连续执行一系列 *Web* 动作。
+# 动作链*执行
+创建并执行 *Web* 动作链,常用来连续执行一系列 *Web* 动作。
* 动作链是一种自动化低级交互的方法,例如鼠标移动、鼠标按钮操作、按键和上下文菜单交互。这对于执行更复杂的操作(例如悬停和拖放)非常有用。
@@ -23,3 +23,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/action_sendtxt.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebActionClickHold.md b/docx/actions/web/WebActionClickHold.md
index 460d046..888becb 100644
--- a/docx/actions/web/WebActionClickHold.md
+++ b/docx/actions/web/WebActionClickHold.md
@@ -20,3 +20,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/action_press.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebActionMoveTo.md b/docx/actions/web/WebActionMoveTo.md
index 3082698..0f84451 100644
--- a/docx/actions/web/WebActionMoveTo.md
+++ b/docx/actions/web/WebActionMoveTo.md
@@ -25,3 +25,13 @@
* 流程:https://github.com/shelllet/WinUi/blob/main/web/action_move.simple
* 流程(偏移):https://github.com/shelllet/WinUi/blob/main/web/action_moveto_offset.simple
+
+移动
+
+
+
+
+偏移移动
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebActionSendText.md b/docx/actions/web/WebActionSendText.md
index 2bf2ee7..c6552d3 100644
--- a/docx/actions/web/WebActionSendText.md
+++ b/docx/actions/web/WebActionSendText.md
@@ -25,3 +25,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/action_sendtxt.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebCookies.md b/docx/actions/web/WebCookies.md
index f2c7268..b8b02ab 100644
--- a/docx/actions/web/WebCookies.md
+++ b/docx/actions/web/WebCookies.md
@@ -22,3 +22,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/cookies.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebElementAttribute.md b/docx/actions/web/WebElementAttribute.md
index dd25746..762bd20 100644
--- a/docx/actions/web/WebElementAttribute.md
+++ b/docx/actions/web/WebElementAttribute.md
@@ -21,3 +21,8 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/attr.simple
+
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebElementClear.md b/docx/actions/web/WebElementClear.md
index 81bd3d4..e889830 100644
--- a/docx/actions/web/WebElementClear.md
+++ b/docx/actions/web/WebElementClear.md
@@ -19,3 +19,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/clear.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebElementClick.md b/docx/actions/web/WebElementClick.md
index 52de9a2..9beb3a1 100644
--- a/docx/actions/web/WebElementClick.md
+++ b/docx/actions/web/WebElementClick.md
@@ -20,3 +20,8 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/click.simple
+
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebElementSelected.md b/docx/actions/web/WebElementSelected.md
index a4416ae..20ba021 100644
--- a/docx/actions/web/WebElementSelected.md
+++ b/docx/actions/web/WebElementSelected.md
@@ -20,3 +20,8 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/is_selected.simple
+
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebElementSendKey.md b/docx/actions/web/WebElementSendKey.md
index 41d0228..c7f76e3 100644
--- a/docx/actions/web/WebElementSendKey.md
+++ b/docx/actions/web/WebElementSendKey.md
@@ -25,3 +25,5 @@
* 流程:https://github.com/shelllet/WinUi/blob/main/web/sendkey.simple
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebElementSendText.md b/docx/actions/web/WebElementSendText.md
index 49bad01..72b9e8e 100644
--- a/docx/actions/web/WebElementSendText.md
+++ b/docx/actions/web/WebElementSendText.md
@@ -26,3 +26,5 @@
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebElementSubmit.md b/docx/actions/web/WebElementSubmit.md
index 45ddb42..3b29142 100644
--- a/docx/actions/web/WebElementSubmit.md
+++ b/docx/actions/web/WebElementSubmit.md
@@ -20,3 +20,9 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/submit.simple
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebExecute.md b/docx/actions/web/WebExecute.md
index c2d9088..9264a14 100644
--- a/docx/actions/web/WebExecute.md
+++ b/docx/actions/web/WebExecute.md
@@ -22,3 +22,7 @@
## 资源
* 流程:https://github.com/shelllet/WinUi/blob/main/web/WebExecute.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebFocusFrameDefault.md b/docx/actions/web/WebFocusFrameDefault.md
index fe57400..5898d1b 100644
--- a/docx/actions/web/WebFocusFrameDefault.md
+++ b/docx/actions/web/WebFocusFrameDefault.md
@@ -21,3 +21,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/switch_frame.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebGetElement.md b/docx/actions/web/WebGetElement.md
index 3e5c6ba..424fa1c 100644
--- a/docx/actions/web/WebGetElement.md
+++ b/docx/actions/web/WebGetElement.md
@@ -29,3 +29,4 @@
+
\ No newline at end of file
diff --git a/docx/actions/web/WebOpen.md b/docx/actions/web/WebOpen.md
index e0d3bd4..f0683cc 100644
--- a/docx/actions/web/WebOpen.md
+++ b/docx/actions/web/WebOpen.md
@@ -25,6 +25,8 @@
+
+
## 驱动手动下载
| Browser
| Maintained by
| Download by
|
diff --git a/docx/actions/web/WebScreenshot.md b/docx/actions/web/WebScreenshot.md
index 5768a0a..4837112 100644
--- a/docx/actions/web/WebScreenshot.md
+++ b/docx/actions/web/WebScreenshot.md
@@ -22,3 +22,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/screenshot.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebSwitchToFrame.md b/docx/actions/web/WebSwitchToFrame.md
index f604c96..11e8c79 100644
--- a/docx/actions/web/WebSwitchToFrame.md
+++ b/docx/actions/web/WebSwitchToFrame.md
@@ -23,3 +23,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/switch_frame.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebWaitAlert.md b/docx/actions/web/WebWaitAlert.md
index 262767f..d11b690 100644
--- a/docx/actions/web/WebWaitAlert.md
+++ b/docx/actions/web/WebWaitAlert.md
@@ -22,3 +22,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/waiit_alert.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebWaitClickable.md b/docx/actions/web/WebWaitClickable.md
index 716c0b3..5f89fe4 100644
--- a/docx/actions/web/WebWaitClickable.md
+++ b/docx/actions/web/WebWaitClickable.md
@@ -26,3 +26,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/waiit_clickable.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebWaitFrameAvailable.md b/docx/actions/web/WebWaitFrameAvailable.md
index cd00421..8d17a2a 100644
--- a/docx/actions/web/WebWaitFrameAvailable.md
+++ b/docx/actions/web/WebWaitFrameAvailable.md
@@ -27,3 +27,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/waiit_iframe.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebWaitPresence.md b/docx/actions/web/WebWaitPresence.md
index 177b1f1..184ea67 100644
--- a/docx/actions/web/WebWaitPresence.md
+++ b/docx/actions/web/WebWaitPresence.md
@@ -31,3 +31,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/presence.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebWaitTitle.md b/docx/actions/web/WebWaitTitle.md
index 90bf2c3..7571d20 100644
--- a/docx/actions/web/WebWaitTitle.md
+++ b/docx/actions/web/WebWaitTitle.md
@@ -29,3 +29,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/wait_title.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebWaitVisibilityByElement.md b/docx/actions/web/WebWaitVisibilityByElement.md
index c6d7f94..7c51364 100644
--- a/docx/actions/web/WebWaitVisibilityByElement.md
+++ b/docx/actions/web/WebWaitVisibilityByElement.md
@@ -27,3 +27,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/wait_visible.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/actions/web/WebWaitVisibilityByLocator.md b/docx/actions/web/WebWaitVisibilityByLocator.md
index d4d93e7..889a0e0 100644
--- a/docx/actions/web/WebWaitVisibilityByLocator.md
+++ b/docx/actions/web/WebWaitVisibilityByLocator.md
@@ -36,3 +36,7 @@
## 示例
* 流程:https://github.com/shelllet/WinUi/blob/main/web/wait_visible_loc.simple
+
+
+
+
\ No newline at end of file
diff --git a/docx/introduction/README.md b/docx/introduction/README.md
index 5ae9393..26e7179 100644
--- a/docx/introduction/README.md
+++ b/docx/introduction/README.md
@@ -17,14 +17,11 @@
| | 注册版
| 试用版
|
| :------------------------: | :-----------------------------------: | :-----------------------------------: |
-| 全部功能 | 无限制 | 每天试用 6 小时 |
+| 全部功能 | 无限制 | 待定 |
# 购买 WinUi++ 2023 版序列号
- 咸鱼购买(手机链接):[loading...](https://winui.net ":id=buy")
-- 购买前加微信|加入交流群。
-
-
-- PayPal 购买 [https://www.paypal.com/paypalme/junwufan](https://www.paypal.com/paypalme/junwufan) \* ,可加入 [Discord](https://discord.gg/b4MeYbJrfk) 咨询交流。
+- 可加入 [Discord](https://discord.gg/b4MeYbJrfk) 咨询其它购买方式。
diff --git a/docx/introduction/images/wx.png b/docx/introduction/images/wx.png
deleted file mode 100644
index 71c5868..0000000
Binary files a/docx/introduction/images/wx.png and /dev/null differ
diff --git a/web/WebExecute.simple b/web/WebExecute.simple
new file mode 100644
index 0000000..55489e6
Binary files /dev/null and b/web/WebExecute.simple differ
diff --git a/web/action.simple b/web/action.simple
deleted file mode 100644
index e1c5101..0000000
Binary files a/web/action.simple and /dev/null differ
diff --git a/web/action_click_release.simple b/web/action_click_release.simple
index 106b514..ec0aa4f 100644
Binary files a/web/action_click_release.simple and b/web/action_click_release.simple differ
diff --git a/web/action_clickhold.simple b/web/action_clickhold.simple
deleted file mode 100644
index 5767c14..0000000
Binary files a/web/action_clickhold.simple and /dev/null differ
diff --git a/web/action_doubleclick.simple b/web/action_doubleclick.simple
index 8b206b0..be3cad9 100644
Binary files a/web/action_doubleclick.simple and b/web/action_doubleclick.simple differ
diff --git a/web/action_drag.simple b/web/action_drag.simple
index 0b717fb..c629309 100644
Binary files a/web/action_drag.simple and b/web/action_drag.simple differ
diff --git a/web/action_move.simple b/web/action_move.simple
new file mode 100644
index 0000000..56fb35a
Binary files /dev/null and b/web/action_move.simple differ
diff --git a/web/action_moveto_offset.simple b/web/action_moveto_offset.simple
new file mode 100644
index 0000000..87315bf
Binary files /dev/null and b/web/action_moveto_offset.simple differ
diff --git a/web/action_pause.simple b/web/action_pause.simple
new file mode 100644
index 0000000..ba4379e
Binary files /dev/null and b/web/action_pause.simple differ
diff --git a/web/action_press.simple b/web/action_press.simple
index 4129e04..7c21a94 100644
Binary files a/web/action_press.simple and b/web/action_press.simple differ
diff --git a/web/action_sendkey.simple b/web/action_sendkey.simple
new file mode 100644
index 0000000..ebf5edb
Binary files /dev/null and b/web/action_sendkey.simple differ
diff --git a/web/action_sendtxt.simple b/web/action_sendtxt.simple
index a7234a0..833d5fb 100644
Binary files a/web/action_sendtxt.simple and b/web/action_sendtxt.simple differ
diff --git a/web/cookies.simple b/web/cookies.simple
index 870be50..837fad4 100644
Binary files a/web/cookies.simple and b/web/cookies.simple differ
diff --git a/web/openurl.simple b/web/openurl.simple
index 4fca5bc..143e01c 100644
Binary files a/web/openurl.simple and b/web/openurl.simple differ
diff --git a/web/screenshot.simple b/web/screenshot.simple
index 247f4a0..ebd4fe8 100644
Binary files a/web/screenshot.simple and b/web/screenshot.simple differ
diff --git a/web/sendkey.simple b/web/sendkey.simple
index 05c6419..db8a9c5 100644
Binary files a/web/sendkey.simple and b/web/sendkey.simple differ
diff --git a/web/switch_frame.simple b/web/switch_frame.simple
index b552710..2e17031 100644
Binary files a/web/switch_frame.simple and b/web/switch_frame.simple differ
diff --git a/web/waiit_iframe.simple b/web/waiit_iframe.simple
index 40da962..bb697d5 100644
Binary files a/web/waiit_iframe.simple and b/web/waiit_iframe.simple differ