From 74ac8750dc84a15a3047ee0f4630d0cd43a3cd1f Mon Sep 17 00:00:00 2001 From: dailz Date: Mon, 22 Jun 2026 19:10:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(test=5Fportal):=20=E4=BF=AE=E5=A4=8D=20doc?= =?UTF-8?q?=20list=20=E7=BC=A9=E8=BF=9B=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/test_portal.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/test_portal.rs b/examples/test_portal.rs index d2b1708..75a0c91 100644 --- a/examples/test_portal.rs +++ b/examples/test_portal.rs @@ -1,8 +1,8 @@ //! XDG Portal 权限冒烟测试示例。 //! //! 本示例演示完整的 Portal ScreenCast 授权流程,分四步: -//! 1) 创建 Screencast proxy → 2) 创建 session → 3) 选择源(显示器/窗口) -//! → 4) start() 触发系统授权对话框(用户点击"共享"后返回流信息)。 +//! 创建 Screencast proxy,再创建 session,然后选择源(显示器/窗口), +//! 最后 start() 触发系统授权对话框(用户点击"共享"后返回流信息)。 //! //! 运行:`cargo run --example test_portal`(参见 AGENTS.md "Useful manual commands")。 //!