<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>zyynb</title><link>http://iisix.cn/</link><description>Good Luck To You!</description><item><title>PVE虚拟机硬盘直通</title><link>http://iisix.cn/?id=5050</link><description>&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;第一步&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;#获取硬盘&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;ls -l /dev/disk/by-id/&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;#例如lrwxrwxrwx 1 root root&amp;nbsp; 9 Mar 15&amp;nbsp; 2026 ata-WDC_WD5000LPVT-80G33T2_WD-WX21AC234093 -&amp;gt; ../../sdb&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space: pre-wrap;&quot;&gt;#取ata-WDC_WD5000LPVT-80G33T2_WD-WX21AC234093&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space: pre-wrap;&quot;&gt;第二步&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;# 列出所有虚拟机，找到“fnos”对应的VMID
qm list | grep -i fnos&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space: pre-wrap;&quot;&gt;第三步&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;# 核心命令：将500G硬盘直通给fnos虚拟机（VMID=105），用SCSI总线（推荐）
qm set 105 --scsi1 /dev/disk/by-id/ata-WDC_WD5000LPVT-80G33T2_WD-WX21AC234093

# （可选）如果是SSD，加性能优化参数（机械盘可跳过）
# qm set 105 --scsi1 /dev/disk/by-id/ata-WDC_WD5000LPVT-80G33T2_WD-WX21AC234093,discard=on,iothread=1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;# 查看虚拟机配置，确认scsi1已添加
cat /etc/pve/qemu-server/105.conf | grep scsi1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;#移除直通&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;font-family: ui-sans-serif, system-ui, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; white-space-collapse: preserve;&quot;&gt;qm set 105 --delete scsi1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Sat, 14 Mar 2026 19:02:03 +0800</pubDate></item><item><title>麒麟Linux常用命令</title><link>http://iisix.cn/?id=5049</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;#查看内核版本&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;cat /proc/version&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;uname -a&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;#查看发行版本&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;lsb_release -a&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;#查看系统版本&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;cat /etc/os-release&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;-------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;检查端口&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;netstat -tuln | grep 80&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;查看哪些进程占用了特定的端口&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;lsof -i :8080&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;检查端口占用&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;ss -tuln | grep 端口号&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;-------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;重启nginx&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;nginx -s reload&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;停止nginx&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;nginx -s stop&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;检查nginx语法&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;nginx -t&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;重启nginx&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;systemctl restart nginx&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;-------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;检查防火墙规则&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;sudo firewall-cmd --list-ports&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;检查防火墙状态&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;systemctl status firewalld&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;启动防火墙&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;systemctl start firewalld&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;临时关闭防火墙&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;systemctl stop firewalld&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;‌永久关闭防火墙‌&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;systemctl disable firewalld&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;放行80端口&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;firewall-cmd --permanent --add-port=80/tcp&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;firewall-cmd --permanent --add-port=8080/tcp&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;重新加载防火墙配置&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;firewall-cmd --reload&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;查看已添加的规则&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;firewall-cmd --list-all&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;部分麒麟系统可能使用 iptables 或 ufw 作为防火墙工具。若上述命令无效，可尝试 sudo systemctl status iptables 检查，并通过 sudo systemctl stop iptables 和 sudo systemctl disable iptables 关闭&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;-------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;查看网卡状态&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;systemctl status NetworkManager&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;重启网卡&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;systemctl restart NetworkManager&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;service network restart&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;-------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;网卡配置&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;修改配置文件，去掉端口注释，修改端口号&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;vi /etc/ssh/sshd_config&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;重启SSH服务&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;systemctl restart sshd&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;service ssh restart&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;-------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;查看时间设置&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;timedatectl status&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;修改时间&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;date -s &amp;quot;2026-01-16 11:19:50&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;timedatectl set-time &amp;quot;2026-02-03 15:09:46&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;将系统时间同步到硬件时钟&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;hwclock --systohc&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;将系统时间设置为RTC时间&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;hwclock --hctosys&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;-------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;移动文件&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;mv 文件名 目录&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;mv 文件名 文件名&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 13 Mar 2026 12:45:21 +0800</pubDate></item><item><title>WPS解除登录限制</title><link>http://iisix.cn/?id=5048</link><description>&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: decimal;&quot;&gt;&lt;li&gt;&lt;p&gt;运行输入regedit 打开注册表编辑器&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;找到以下路径&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;计算机\HKEY_CURRENT_USER\SOFTWARE\kingsoft\Office\6.0\plugins\officespace\flogin&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3.找到以下属性并修改字符串值（没有的话则手动创建字符串值）&lt;/p&gt;&lt;p&gt;enableForceLoginForFirstInstallDevice=false&lt;/p&gt;</description><pubDate>Fri, 13 Mar 2026 12:41:26 +0800</pubDate></item><item><title>Windows网络端口映射</title><link>http://iisix.cn/?id=5047</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;查看端口映射&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;netsh interface portproxy show all&lt;/span&gt;&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;添加端口映射&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;netsh interface portproxy add v4tov4 listenport=4455 listenaddress=127.0.0.1 connectport=445 connectaddress=127.0.0.1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;删除&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;netsh interface portproxy delete v4tov4 listenaddress=127.0.0.1 listenport=4455&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 13 Mar 2026 12:40:38 +0800</pubDate></item><item><title>解决Windows，游客用户访问共享提示没权限的问题</title><link>http://iisix.cn/?id=5046</link><description>&lt;p&gt;运行输入gpedit.msc，&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;打开组策略&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;Windows设置——安全设置——本地策略——安全选项&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;帐户:使用空密码的本地帐户只允许进行控制台登录-禁用&lt;/p&gt;&lt;p&gt;帐户:来宾帐户状态-启用&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 13 Mar 2026 12:37:08 +0800</pubDate></item><item><title>win环境mysql密码重置详细操作步骤</title><link>http://iisix.cn/?id=5040</link><description>核心步骤概述&lt;br /&gt;
停止MySQL服务 → 以跳过权限检查的模式启动MySQL → 无密码登录并修改密码 → 恢复正常服务‌‌。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;‌停止MySQL服务‌&lt;/strong&gt;&lt;br /&gt;
首先，以管理员身份打开“命令提示符”。然后，执行以下命令来停止MySQL服务（服务名通常为MySQL80或MySQL57，如果不确定，可以尝试net stop MySQL80）‌：&lt;br /&gt;
&lt;br /&gt;
net stop MySQL&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;‌跳过权限检查启动MySQL‌&lt;/strong&gt;&lt;br /&gt;
在同一个命令提示符窗口中，执行以下命令来以跳过权限表的方式启动MySQL。‌请注意，此窗口需要保持运行，不要关闭‌‌。&lt;br /&gt;
&lt;br /&gt;
‌MySQL 8.0‌:&lt;br /&gt;
mysqld --console --skip-grant-tables --shared-memory&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
‌MySQL 5.7‌:&lt;br /&gt;
mysqld --skip-grant-tables&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;strong&gt;‌无密码登录并修改密码‌&lt;/strong&gt;&lt;br /&gt;
打开一个新的“管理员命令提示符”窗口。切换到MySQL的bin目录（例如C:\Program Files\MySQL\MySQL Server 8.0\bin），然后执行以下命令无密码登录‌：&lt;br /&gt;
mysql -u root&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
登录成功后，根据您的MySQL版本执行相应的密码修改命令：&lt;br /&gt;
&lt;br /&gt;
‌MySQL 8.0‌:&lt;br /&gt;
ALTER USER 'root'@'localhost' IDENTIFIED BY '您的新密码';&lt;br /&gt;
FLUSH PRIVILEGES;&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
‌MySQL 5.7‌:&lt;br /&gt;
UPDATE mysql.user SET authentication_string=PASSWORD('您的新密码') WHERE User='root' AND Host='localhost';&lt;br /&gt;
FLUSH PRIVILEGES;&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
修改完成后，输入exit退出MySQL。&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;‌恢复正常服务‌&lt;/strong&gt;&lt;br /&gt;
回到第一步中启动安全模式的窗口，按Ctrl+C停止该进程。然后，执行以下命令重新启动MySQL服务‌：&lt;br /&gt;
net start MySQL&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;‌验证新密码‌&lt;/strong&gt;&lt;br /&gt;
使用新设置的密码尝试登录，验证是否成功‌：&lt;br /&gt;
mysql -u root -p&lt;br /&gt;
&lt;br /&gt;
将mysql添加到服务&lt;br /&gt;
&lt;span style=&quot;color:#333333;font-family:monospace;font-size:16px;white-space-collapse:preserve;background-color:rgba(245, 246, 249, 0.5);&quot;&gt;mysqld --install&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
如果服务无效，打开注册表。&lt;br /&gt;
&lt;span style=&quot;color:#333333;font-family:monospace;font-size:16px;text-wrap-mode:wrap;background-color:#EDEEF0;&quot;&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySQL&lt;/span&gt;&lt;br /&gt;
&lt;code style=&quot;margin:0px 4px;padding:1px 4px;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(184, 186, 193, 0.6) transparent;scrollbar-width:thin;background-image:;background-position-x:;background-position-y:;background-size:;background-repeat:;background-attachment:;background-origin:;background-clip:;border-radius:6px;color:#333333;font-size:16px;text-wrap-mode:wrap;&quot;&gt;ImagePath&lt;/code&gt;&lt;span style=&quot;color:#333333;font-family:&amp;quot;font-size:16px;text-wrap-mode:wrap;background-color:#FFFFFF;&quot;&gt;&amp;nbsp;的字符串值为mysql路径&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description><pubDate>Tue, 04 Nov 2025 14:20:49 +0800</pubDate></item><item><title>win下python配置</title><link>http://iisix.cn/?id=5036</link><description>&lt;span style=&quot;color:#333333;font-family:&amp;quot;font-size:16px;text-wrap-mode:wrap;background-color:#FFFFFF;&quot;&gt;&lt;strong&gt;&lt;br /&gt;
安装或更新&lt;/strong&gt;&lt;/span&gt;&lt;code style=&quot;background-image:;background-position-x:;background-position-y:;background-size:;background-repeat:;background-attachment:;background-origin:;background-clip:;border-radius:6px;margin:0px 4px;padding:1px 4px;-webkit-font-smoothing:antialiased;color:#333333;font-size:16px;text-wrap-mode:wrap;&quot;&gt;&lt;strong&gt;pip&lt;/strong&gt;&lt;/code&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;
python -m pip install --upgrade pip
&lt;div&gt;
	&lt;br /&gt;
&lt;/div&gt;
&lt;span style=&quot;color:#333333;font-family:&amp;quot;font-size:16px;text-wrap-mode:wrap;background-color:#FFFFFF;&quot;&gt;&lt;strong&gt;添加&lt;/strong&gt;&lt;/span&gt;&lt;code style=&quot;background-image:;background-position-x:;background-position-y:;background-size:;background-repeat:;background-attachment:;background-origin:;background-clip:;border-radius:6px;margin:0px 4px;padding:1px 4px;-webkit-font-smoothing:antialiased;color:#333333;font-size:16px;text-wrap-mode:wrap;&quot;&gt;&lt;strong&gt;Scripts&lt;/strong&gt;&lt;/code&gt;&lt;span style=&quot;color:#333333;font-family:&amp;quot;font-size:16px;text-wrap-mode:wrap;background-color:#FFFFFF;&quot;&gt;&lt;strong&gt;目录到你的环境变量中&lt;/strong&gt;&lt;br /&gt;
例如，&lt;/span&gt;&lt;code style=&quot;background-image:;background-position-x:;background-position-y:;background-size:;background-repeat:;background-attachment:;background-origin:;background-clip:;border-radius:6px;margin:0px 4px;padding:1px 4px;-webkit-font-smoothing:antialiased;color:#333333;font-size:16px;text-wrap-mode:wrap;&quot;&gt;C:\Python39\Scripts&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;span style=&quot;color:#333333;font-family:monospace;font-size:16px;text-wrap-mode:wrap;&quot;&gt;&lt;strong&gt;设置下载源&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;color:#333333;font-family:monospace;font-size:16px;text-wrap-mode:wrap;&quot; /&gt;
&lt;div style=&quot;color:#333333;font-family:monospace;font-size:16px;text-wrap-mode:wrap;&quot;&gt;
	&lt;span style=&quot;font-family:&amp;quot;font-size:16px;text-wrap-mode:wrap;background-color:#FFFFFF;&quot;&gt;&lt;span style=&quot;color:#333333;font-family:monospace;font-size:16px;text-wrap-mode:wrap;&quot;&gt;pip install package_name -i https://pypi.tuna.tsinghua.edu.cn/simple&lt;/span&gt;&lt;/span&gt; 
&lt;/div&gt;
https://pypi.tuna.tsinghua.edu.cn/simple&amp;nbsp; &amp;nbsp; # 清华（一直使用，但是202407下旬时候出现了问题）&lt;br /&gt;
http://mirrors.aliyun.com/pypi/simple/&amp;nbsp; &amp;nbsp; &amp;nbsp; # 阿里云&lt;br /&gt;
https://mirrors.cloud.tencent.com/pypi/simple/&amp;nbsp; &amp;nbsp; # 腾讯云&lt;br /&gt;
https://mirrors.pku.edu.cn/pypi/simple/&amp;nbsp; &amp;nbsp; # 北京大学&lt;br /&gt;
https://mirrors.bfsu.edu.cn/pypi/web/simple/&amp;nbsp; &amp;nbsp; # 北京外国语大学&lt;br /&gt;
note：新版ubuntu要求使用https源，要注意。&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;更新PIP&lt;/strong&gt;&lt;br /&gt;
&lt;span style=&quot;color:#333333;font-family:monospace;font-size:16px;text-wrap-mode:wrap;background-color:#EDEEF0;&quot;&gt;python -m pip install --upgrade pip&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;指定URL下载包&lt;/strong&gt;&lt;br /&gt;
pip install some-package -i https://pypi.tuna.tsinghua.edu.cn/simple&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;更新包‌&lt;/strong&gt;&lt;br /&gt;
pip install --upgrade package_name（如 pip install --upgrade requests）。‌&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;检查可更新包&lt;/strong&gt;&lt;br /&gt;
pip list --outdated‌&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;‌查看包列表‌&lt;/strong&gt;&lt;br /&gt;
pip list‌&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;‌查看包详情‌&lt;/strong&gt;&lt;br /&gt;
pip show package_name（显示版本、路径等）。‌&lt;br /&gt;
&lt;div&gt;
	&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
=======================================================================&lt;br /&gt;
&lt;strong&gt;打包EXE&lt;/strong&gt; 
&lt;ul style=&quot;margin:-2px 0px -2px 4px;padding:0px;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(184, 186, 193, 0.6) transparent;scrollbar-width:thin;counter-reset:listCounter 0;list-style:none;color:#333333;font-family:&amp;quot;font-size:16px;text-wrap-mode:wrap;background-color:#FFFFFF;&quot;&gt;
	&lt;li style=&quot;margin:6px 0px;padding:0px 0px 0px 21px;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(184, 186, 193, 0.6) transparent;scrollbar-width:thin;line-height:28px;min-height:28px;position:relative;&quot;&gt;
		安装：&lt;code style=&quot;margin:0px 4px;padding:1px 4px;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(184, 186, 193, 0.6) transparent;scrollbar-width:thin;background:var(--cos-color-border-minor);border-radius:6px;color:var(--cos-color-text);&quot;&gt;pip install pyinstaller&lt;/code&gt; 
	&lt;/li&gt;
	&lt;li style=&quot;margin:6px 0px;padding:0px 0px 0px 21px;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(184, 186, 193, 0.6) transparent;scrollbar-width:thin;line-height:28px;min-height:28px;position:relative;&quot;&gt;
		打包：&lt;code style=&quot;margin:0px 4px;padding:1px 4px;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(184, 186, 193, 0.6) transparent;scrollbar-width:thin;background:var(--cos-color-border-minor);border-radius:6px;color:var(--cos-color-text);&quot;&gt;pyinstaller -F -w your_script.py&lt;/code&gt;（生成单个exe文件）。‌
	&lt;/li&gt;
	&lt;li style=&quot;margin:6px 0px;padding:0px 0px 0px 21px;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(184, 186, 193, 0.6) transparent;scrollbar-width:thin;line-height:28px;min-height:28px;position:relative;&quot;&gt;
		输出文件位于&lt;code style=&quot;margin:0px 4px;padding:1px 4px;-webkit-font-smoothing:antialiased;scrollbar-color:rgba(184, 186, 193, 0.6) transparent;scrollbar-width:thin;background:var(--cos-color-border-minor);border-radius:6px;color:var(--cos-color-text);&quot;&gt;dist&lt;/code&gt;目录
	&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div&gt;
	&lt;p style=&quot;margin-top:0px;margin-bottom:8px;padding:0px;box-sizing:border-box;list-style:inherit;min-height:24px;color:#333333;font-family:&amp;quot;font-size:14px;white-space:pre-wrap;background-color:#FFFFFF;&quot;&gt;
		-F：仅仅生成一个文件，不暴露其他信息，启动较慢。
	&lt;/p&gt;
	&lt;p style=&quot;margin-top:0px;margin-bottom:8px;padding:0px;box-sizing:border-box;list-style:inherit;min-height:24px;color:#333333;font-family:&amp;quot;font-size:14px;white-space:pre-wrap;background-color:#FFFFFF;&quot;&gt;
		-D：(默认)生成一个文件夹，包含可执行文件和相关动态链接库和资源文件等，启动快。
	&lt;/p&gt;
	&lt;p style=&quot;margin-top:0px;margin-bottom:8px;padding:0px;box-sizing:border-box;list-style:inherit;min-height:24px;color:#333333;font-family:&amp;quot;font-size:14px;white-space:pre-wrap;background-color:#FFFFFF;&quot;&gt;
		-w：窗口模式打包，不显示控制台cmd命令行界面。
	&lt;/p&gt;
	&lt;p style=&quot;margin-top:0px;margin-bottom:8px;padding:0px;box-sizing:border-box;list-style:inherit;min-height:24px;color:#333333;font-family:&amp;quot;font-size:14px;white-space:pre-wrap;background-color:#FFFFFF;&quot;&gt;
		-c：跟图标路径，作为应用icon。
	&lt;/p&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/code&gt;</description><pubDate>Fri, 31 Oct 2025 12:59:44 +0800</pubDate></item><item><title>JS网页插件常用代码</title><link>http://iisix.cn/?id=5035</link><description>&lt;strong&gt;//JS选择器&lt;/strong&gt;&lt;br /&gt;
document.getElementById(&quot;&quot;);		//通过ID获取&lt;br /&gt;
document.getElementsByClassName(&quot;&quot;);	//通过class获取&lt;br /&gt;
document.getElementsByTagName(&quot;&quot;);	//通过name获取&lt;br /&gt;
document.querySelector(&quot;&quot;);		//通用获取&lt;br /&gt;
document.querySelectorAll(&quot;&quot;);		//通用获取全部&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;//JS插入代码&lt;/strong&gt;&lt;br /&gt;
.insertAdjacentHTML(&quot;beforebegin&quot;,&quot;&amp;lt;button&amp;gt;按钮&amp;lt;/button&amp;gt;&quot;);	//插入到开始标签前&lt;br /&gt;
.insertAdjacentHTML(&quot;afterbegin&quot;,&quot;&amp;lt;button&amp;gt;按钮&amp;lt;/button&amp;gt;&quot;);	//插入到开始标签后&lt;br /&gt;
.insertAdjacentHTML(&quot;beforeend&quot;,&quot;&amp;lt;button&amp;gt;按钮&amp;lt;/button&amp;gt;&quot;);	//插入到结束标签前&lt;br /&gt;
.insertAdjacentHTML(&quot;afterend&quot;,&quot;&amp;lt;button&amp;gt;按钮&amp;lt;/button&amp;gt;&quot;);	//插入到结束标签后&lt;br /&gt;
&lt;br /&gt;
.insertAdjacentHTML(&quot;beforebegin&quot;,&quot;&amp;lt;div&amp;gt;容器&amp;lt;/div&amp;gt;&quot;);	//插入到开始标签前&lt;br /&gt;
.insertAdjacentHTML(&quot;afterbegin&quot;,&quot;&amp;lt;div&amp;gt;容器&amp;lt;/div&amp;gt;&quot;);	//插入到开始标签后&lt;br /&gt;
.insertAdjacentHTML(&quot;beforeend&quot;,&quot;&amp;lt;div&amp;gt;容器&amp;lt;/div&amp;gt;&quot;);	//插入到结束标签前&lt;br /&gt;
.insertAdjacentHTML(&quot;afterend&quot;,&quot;&amp;lt;div&amp;gt;容器&amp;lt;/div&amp;gt;&quot;);	//插入到结束标签后&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;//插入节点&lt;/strong&gt;，不支持直接插入代码&lt;br /&gt;
document.body.appendChild();	//插入节点，到子元素的末尾&lt;br /&gt;
父节点.appendChild();		//插入节点&lt;br /&gt;
&lt;br /&gt;
参考节点.parentNode.insertBefore(,参考节点);	//在参考子节点前插入&lt;br /&gt;
参考节点.parentNode.insertAfter(,参考节点);	//在参考子节点后插入&lt;br /&gt;
&lt;br /&gt;
参考节点.parentNode	//参考节点的父元素&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.addEventListener('click', () =&amp;gt; {&lt;br /&gt;
&lt;span style=&quot;white-space-collapse:preserve;&quot;&gt; &lt;/span&gt;//按钮事件&lt;br /&gt;
&lt;span style=&quot;white-space-collapse:preserve;&quot;&gt; &lt;/span&gt;})&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;//设置指定class的css&lt;/strong&gt;&lt;br /&gt;
document.querySelector(&quot;.tab&quot;).style.backgroundColor=&quot;#409eff&quot;;&lt;br /&gt;
document.querySelector(&quot;.tab&quot;).style.color=&quot;#FFF&quot;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;white-space:nowrap;&quot;&gt;
	&lt;br /&gt;
&lt;/div&gt;</description><pubDate>Wed, 29 Oct 2025 11:49:24 +0800</pubDate></item><item><title>如何快捷打开打印机属性和打印机首选项，省去控制面板的复杂步骤</title><link>http://iisix.cn/?id=5034</link><description>&lt;span style=&quot;color:#1C1F23;&quot;&gt; 
&lt;div&gt;
	&lt;span style=&quot;font-family:'Inter, -apple-system, BlinkMacSystemFont, font-size:16px;text-wrap-mode:wrap;background-color:#F9FAFB;margin-top:var(--md-box-samantha-li-margin) !important;margin-bottom:var(--md-box-samantha-li-margin) !important;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
	&lt;h3 class=&quot;header-vfC6AV auto-hide-last-sibling-br&quot; style=&quot;color:#1C1F23;text-wrap-mode:wrap;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-top:var(--md-box-samantha-h3-margin-top);margin-right:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-left:0px;font-size:var(--md-box-samantha-h3-font-size);line-height:var(--md-box-samantha-h3-line-height);overflow-anchor:auto;font-family:Inter, -apple-system, BlinkMacSystemFont, &amp;quot;background-color:#F9FAFB;margin-bottom:var(--md-box-samantha-h3-margin-bottom) !important;padding-bottom:0px !important;&quot;&gt;
		&lt;span style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);overflow-anchor:auto;color:var(--md-box-samantha-deep-text-color) !important;&quot;&gt;方法 1：通过CMD命令（也可以写在bat脚本里）&lt;/span&gt; 
	&lt;/h3&gt;
&lt;/span&gt; 
&lt;/div&gt;
&lt;ol class=&quot;auto-hide-last-sibling-br&quot; style=&quot;font-family:Inter, -apple-system, BlinkMacSystemFont, &amp;quot;font-size:16px;text-wrap-mode:wrap;background-color:#F9FAFB;margin-top:var(--md-box-samantha-li-margin) !important;margin-bottom:var(--md-box-samantha-li-margin) !important;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-right:0px;margin-left:0px;padding:0px 0px 0px 20px;list-style:none;overflow-anchor:auto;&quot;&gt;
	&lt;li style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-top:var(--md-box-samantha-li-margin);margin-right:0px;margin-bottom:0px;margin-left:0px;padding:0px 0px 0px 4px;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);list-style-type:decimal;overflow-anchor:auto;color:var(--md-box-samantha-normal-text-color) !important;&quot;&gt;
		输入以下命令（替换为你的打印机名称）：
		&lt;div class=&quot;relative w-fit custom-code-block-canvas-wrapper w-full&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;position:relative;width:537.425px;overflow-anchor:auto;&quot;&gt;
			&lt;div class=&quot;code-block-element-YDlfvc light custom-code-block-container--cmd hide-indicator disable-theme-style custom-code-block-container&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:8px 0px 0px;padding:0px;display:flex;flex-direction:column;position:relative;--chat-md-codeblock-bg-color:#f9fafb;--chat-md-codeblock-header-bg-color:#f3f4f6;--code-area-radius:6px;--code-area-radius-inner:calc(var(--code-area-radius) - 1px);--code-area-bg-color:var(--chat-md-codeblock-bg-color,#f9fafb);--code-header-bg-color:var(--chat-md-codeblock-header-bg-color,#f3f4f6);--code-mask-bg-color:linear-gradient(180deg,rgba(249,250,251,0),#f9fafb);--code-header-icon-color:rgba(0,0,0,.5);--code-header-text-color:rgba(0,0,0,.85);--code-header-icon-bg-color:rgba(0,0,0,.06);--code-block-code-color:#000000d9;--code-block-std-bg-color:#f3f4f6;--code-block-std-err-color:#d60000;overflow-anchor:auto;&quot;&gt;
				&lt;div class=&quot;code-area-tZtDgG code-area&quot; dir=&quot;ltr&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;background:var(--code-area-bg-color);border-radius:var(--code-area-radius);display:flex;flex-direction:column;height:fit-content;width:537.425px;overflow-anchor:auto;&quot;&gt;
					&lt;div class=&quot;header-wrapper-UnnlXS&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;background-color:var(--chat-bg-color,#fff);position:sticky;top:0px;&quot;&gt;
						&lt;div class=&quot;header-cGu84a&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-top-width:;border-right-width:;border-bottom-width:0px;border-left-width:;border-top-style:;border-right-style:;border-bottom-style:;border-left-style:;border-top-color:;border-right-color:;border-bottom-color:;border-left-color:;border-image-source:;border-image-slice:;border-image-width:;border-image-outset:;border-image-repeat:;margin:0px;padding:6px 9px 6px 6px;align-items:center;background:var(--code-header-bg-color);display:flex;flex-direction:row;flex-shrink:0;font-family:Menlo, Monaco, Consolas, &amp;quot;font-size:12px;height:32px;justify-content:space-between;border-radius:var(--code-area-radius-inner) var(--code-area-radius-inner) 0 0;overflow-anchor:auto;&quot;&gt;
							&lt;div class=&quot;title-XQhI4x clickable-eGISjP&quot; tabindex=&quot;0&quot; aria-describedby=&quot;gd6whgb&quot; data-popupid=&quot;gd6whgb&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 4px 0px 10px;overflow-anchor:auto;align-items:center;border-radius:4px;color:var(--code-header-icon-color);display:flex;flex-direction:row;gap:3px;cursor:pointer;&quot;&gt;
								&lt;div class=&quot;text-jgT4jF&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;align-items:center;color:var(--code-header-text-color);display:flex;font-family:&amp;quot;font-size:14px;gap:3px;line-height:22px;overflow:hidden;text-overflow:ellipsis;text-wrap-mode:nowrap;&quot;&gt;
									cmd
								&lt;/div&gt;
								&lt;div class=&quot;icon-FIfuuc&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:15px;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-12&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M21.707 17.293a1 1 0 0 1-1.414 0L12 9l-8.293 8.293a1 1 0 0 1-1.414-1.414l8.293-8.293a2 2 0 0 1 2.828 0l8.293 8.293a1 1 0 0 1 0 1.414&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
							&lt;/div&gt;
							&lt;div class=&quot;action-tEcs3i&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;align-items:center;color:var(--code-header-icon-color);cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:space-between;&quot;&gt;
								&lt;div class=&quot;hoverable-sPLxOT&quot; data-testid=&quot;code-block-copy&quot; tabindex=&quot;0&quot; aria-describedby=&quot;b75100l&quot; data-popupid=&quot;b75100l&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:20px;overflow-anchor:auto;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-14&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:14px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; fill-rule=&quot;evenodd&quot; d=&quot;M21 3.5V17a2 2 0 0 1-2 2h-2v-2h2V3.5H9v2h5.857c1.184 0 2.143.895 2.143 2v13c0 1.105-.96 2-2.143 2H5.143C3.959 22.5 3 21.605 3 20.5v-13c0-1.105.96-2 2.143-2H7v-2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2m-6.143 4H5.143v13h9.714z&quot; clip-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
								&lt;div class=&quot;hoverable-sPLxOT&quot; tabindex=&quot;0&quot; aria-describedby=&quot;76bba5d&quot; data-popupid=&quot;76bba5d&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:20px;overflow-anchor:auto;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-14&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:14px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; fill-rule=&quot;evenodd&quot; d=&quot;M4 4a1 1 0 0 1 1 1v3a3 3 0 0 0 3 3h11.086l-5.293-5.293a1 1 0 0 1 1.414-1.414l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L19.086 13H8a5 5 0 0 1-5-5V5a1 1 0 0 1 1-1&quot; clip-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
								&lt;div class=&quot;hoverable-sPLxOT&quot; tabindex=&quot;0&quot; aria-describedby=&quot;8j41jxn&quot; data-popupid=&quot;8j41jxn&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:20px;overflow-anchor:auto;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-14&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:14px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; fill-rule=&quot;evenodd&quot; d=&quot;M4.797 16.856a8.28 8.28 0 0 0 6.27 2.87h.008A8.28 8.28 0 0 0 14.372 3.84a11.6 11.6 0 0 1-1.658 7.714 11.62 11.62 0 0 1-7.917 5.303M13.415 1.43a10.28 10.28 0 0 1-2.348 20.296 10.28 10.28 0 0 1-8.883-5.103c-.397-.74.155-1.605.912-1.609a9.617 9.617 0 0 0 9.011-12.258 1.093 1.093 0 0 1 1.308-1.326&quot; clip-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
								&lt;div class=&quot;hoverable-sPLxOT&quot; tabindex=&quot;0&quot; aria-describedby=&quot;w36x1xu&quot; data-popupid=&quot;w36x1xu&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:20px;overflow-anchor:auto;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-14&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:14px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M22 3v7a1 1 0 1 1-2 0V4h-6a1 1 0 1 1 0-2h7a1 1 0 0 1 1 1M11.005 21a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7a1 1 0 0 1 2.002 0v6h6.003a1 1 0 0 1 1 1&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;content-EGRozu code-content light-scrollbar-TbsSwi max-h-325&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-width:0px 1px 1px;border-style:solid;border-color:var(--s-color-border-tertiary);border-image:initial;margin:0px;padding:12px 16px 16px;max-height:325px;background:var(--code-area-bg-color);flex-shrink:0;height:fit-content;overflow:overlay;overflow-anchor:auto;border-radius:0 0 var(--code-area-radius-inner) var(--code-area-radius-inner);&quot;&gt;
&lt;pre class=&quot;container-_HmLba language-cmd&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-top:0px;margin-bottom:0px;padding:0px;font-family:ui-monospace, SFMono-Regular, &amp;quot;overflow-wrap:normal;font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:13.6px;font-variation-settings:var(--default-mono-font-variation-settings,normal);--code-text_v3:#000000d9;--code-doc_v3:#00000073;--code-link_v3:#2f74ff;--code-number_v3:#e54595;--code-keycontrol_v3:#9952e1;--code-function_v3:#ff5d4d;--code-variable_v3:#000000d9;--code-parameter_v3:#4da621;--code-attributes_v3:#c70;--code-selection-bg-color:#a9d6ff;background:var(--color-bg-page);word-break:normal;word-spacing:normal;hyphens:none;line-height:1.5;tab-size:4;overflow:auto;border-radius:6px;overflow-anchor:auto;width:fit-content;&quot;&gt;&lt;code class=&quot;language-cmd&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font-family:Menlo, Monaco, Consolas, &amp;quot;font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:13px;font-variation-settings:var(--default-mono-font-variation-settings,normal);background:transparent;border-radius:4px;color:var(--code-block-code-color);word-break:normal;word-spacing:normal;overflow-wrap:normal;hyphens:none;line-height:1.5;tab-size:4;overflow-anchor:auto;&quot;&gt;rundll32 printui.dll,PrintUIEntry /p /n&quot;打印机名称&quot; &lt;/code&gt;&lt;/pre&gt;
					&lt;/div&gt;
					&lt;div class=&quot;mask-wrapper-VgpgeU&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;opacity:0;transition:opacity 0.15s;&quot;&gt;
						&lt;div class=&quot;mask-ZLHDuN&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;background:var(--code-mask-bg-color);bottom:0px;height:56px;pointer-events:none;position:absolute;width:537.425px;overflow-anchor:auto;&quot;&gt;
						&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;canvas_wrapper-IbhP3H exited-lytMPl&quot; data-testid=&quot;canvas-wrapper&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;visibility:hidden;z-index:10;border-radius:var(--s-radius-s,12px);height:var(--offset-height,100px);opacity:0;pointer-events:none;position:absolute;right:0px;top:0px;width:var(--offset-width,100px);--canvas-radius-size:var(--s-radius-s,12px);overflow-anchor:auto;--offset-width:537px;--offset-height:82px;--left-side-width:0px;--sash-pct:56.88vw;&quot;&gt;
				&lt;div data-testid=&quot;canvas_panel_container&quot; data-visible=&quot;false&quot; data-state=&quot;2&quot; class=&quot;container-outer-PoCILM&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;flex-direction:column;height:82px;width:537px;overflow-anchor:auto;&quot;&gt;
					&lt;div class=&quot;container-lYUJLU&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;background:var(--s-color-bg-body,#fff);border-radius:var(--canvas-radius-size,0);box-shadow:rgba(42, 60, 79, 0.1) 0px 6px 10px 0px;display:flex;flex-direction:column;height:82px;position:relative;transition:border-radius 0.4s ease-in-out;flex:1 1 0%;min-height:0px;width:537px;overflow-anchor:auto;&quot;&gt;
						&lt;div class=&quot;container-inner-__4VjI canvas_wrapper_inner-xCm3Bf&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;flex:1 1 0%;min-height:0px;width:537px;border-radius:var(--canvas-radius-size,0);overflow:hidden;transition:border-radius 0.4s ease-in-out;overflow-anchor:auto;&quot;&gt;
							&lt;div style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;width:537px;height:82px;&quot;&gt;
								&lt;div class=&quot;code-canvas code-canvas-theme samantha-theme semi-always-light container-AkpoGq&quot; data-theme=&quot;light&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;height:82px;width:537px;--canvas-header-height:56px;background-color:var(--canvas-color-bg-1);color:var(--canvas-color-text-1);--canvas-color-bg-1:#fff;--canvas-color-bg-2:#fff;--canvas-color-text-1:#000;--canvas-color-text-2:#000;--code-editor-header-width:56px;--code-editor-file-tree-width:212px;--semi-amber-0:254,251,235;--semi-amber-1:252,245,206;--semi-amber-2:249,232,158;--semi-amber-3:246,216,111;--semi-amber-4:243,198,65;--semi-amber-5:240,177,20;--semi-amber-6:200,138,15;--semi-amber-7:160,102,10;--semi-amber-8:120,70,6;--semi-amber-9:80,43,3;--semi-black:0,0,0;--semi-blue-0:234,245,255;--semi-blue-1:203,231,254;--semi-blue-2:152,205,253;--semi-blue-3:101,178,252;--semi-blue-4:50,149,251;--semi-blue-5:0,100,250;--semi-blue-6:0,98,214;--semi-blue-7:0,79,179;--semi-blue-8:0,61,143;--semi-blue-9:0,44,107;--semi-cyan-0:229,247,248;--semi-cyan-1:194,239,240;--semi-cyan-2:138,221,226;--semi-cyan-3:88,203,211;--semi-cyan-4:44,184,197;--semi-cyan-5:5,164,182;--semi-cyan-6:3,134,152;--semi-cyan-7:1,105,121;--semi-cyan-8:0,77,91;--semi-cyan-9:0,50,61;--semi-green-0:236,247,236;--semi-green-1:208,240,209;--semi-green-2:164,224,167;--semi-green-3:125,209,130;--semi-green-4:90,194,98;--semi-green-5:59,179,70;--semi-green-6:48,149,59;--semi-green-7:37,119,47;--semi-green-8:27,89,36;--semi-green-9:17,60,24;--semi-grey-0:249,249,249;--semi-grey-1:230,232,234;--semi-grey-2:198,202,205;--semi-grey-3:167,171,176;--semi-grey-4:136,141,146;--semi-grey-5:107,112,117;--semi-grey-6:85,91,97;--semi-grey-7:65,70,76;--semi-grey-8:46,50,56;--semi-grey-9:28,31,35;--semi-indigo-0:236,239,248;--semi-indigo-1:209,216,240;--semi-indigo-2:167,179,225;--semi-indigo-3:128,144,211;--semi-indigo-4:94,111,196;--semi-indigo-5:63,81,181;--semi-indigo-6:51,66,161;--semi-indigo-7:40,52,140;--semi-indigo-8:31,40,120;--semi-indigo-9:23,29,99;--semi-light-blue-0:233,247,253;--semi-light-blue-1:201,236,252;--semi-light-blue-2:149,216,248;--semi-light-blue-3:98,195,245;--semi-light-blue-4:48,172,241;--semi-light-blue-5:0,149,238;--semi-light-blue-6:0,123,202;--semi-light-blue-7:0,99,167;--semi-light-blue-8:0,75,131;--semi-light-blue-9:0,53,95;--semi-light-green-0:243,248,236;--semi-light-green-1:227,240,208;--semi-light-green-2:200,226,165;--semi-light-green-3:173,211,126;--semi-light-green-4:147,197,91;--semi-light-green-5:123,182,60;--semi-light-green-6:100,152,48;--semi-light-green-7:78,121,38;--semi-light-green-8:57,91,27;--semi-light-green-9:37,61,18;--semi-lime-0:242,250,230;--semi-lime-1:227,246,197;--semi-lime-2:203,237,142;--semi-lime-3:183,227,91;--semi-lime-4:167,218,44;--semi-lime-5:155,209,0;--semi-lime-6:126,174,0;--semi-lime-7:99,139,0;--semi-lime-8:72,104,0;--semi-lime-9:47,70,0;--semi-orange-0:255,248,234;--semi-orange-1:254,238,204;--semi-orange-2:254,217,152;--semi-orange-3:253,193,101;--semi-orange-4:253,166,51;--semi-orange-5:252,136,0;--semi-orange-6:210,103,0;--semi-orange-7:168,74,0;--semi-orange-8:126,49,0;--semi-orange-9:84,29,0;--semi-pink-0:253,236,239;--semi-pink-1:251,207,216;--semi-pink-2:246,160,181;--semi-pink-3:242,115,150;--semi-pink-4:237,72,123;--semi-pink-5:233,30,99;--semi-pink-6:197,19,86;--semi-pink-7:162,11,72;--semi-pink-8:126,5,58;--semi-pink-9:90,1,43;--semi-purple-0:247,233,247;--semi-purple-1:239,202,240;--semi-purple-2:221,155,224;--semi-purple-3:201,111,209;--semi-purple-4:180,73,194;--semi-purple-5:158,40,179;--semi-purple-6:135,30,158;--semi-purple-7:113,22,138;--semi-purple-8:92,15,117;--semi-purple-9:73,10,97;--semi-red-0:254,242,237;--semi-red-1:254,221,210;--semi-red-2:253,183,165;--semi-red-3:251,144,120;--semi-red-4:250,102,76;--semi-red-5:249,57,32;--semi-red-6:213,37,21;--semi-red-7:178,20,12;--semi-red-8:142,8,5;--semi-red-9:106,1,3;--semi-teal-0:228,247,244;--semi-teal-1:192,240,232;--semi-teal-2:135,224,211;--semi-teal-3:84,209,193;--semi-teal-4:39,194,176;--semi-teal-5:0,179,161;--semi-teal-6:0,149,137;--semi-teal-7:0,119,111;--semi-teal-8:0,89,85;--semi-teal-9:0,60,58;--semi-violet-0:243,237,249;--semi-violet-1:226,209,244;--semi-violet-2:196,167,233;--semi-violet-3:166,127,221;--semi-violet-4:136,91,210;--semi-violet-5:106,58,199;--semi-violet-6:87,47,179;--semi-violet-7:70,37,158;--semi-violet-8:54,28,138;--semi-violet-9:40,20,117;--semi-white:255,255,255;--semi-yellow-0:255,253,234;--semi-yellow-1:254,251,203;--semi-yellow-2:253,243,152;--semi-yellow-3:252,232,101;--semi-yellow-4:251,218,50;--semi-yellow-5:250,200,0;--semi-yellow-6:208,170,0;--semi-yellow-7:167,139,0;--semi-yellow-8:125,106,0;--semi-yellow-9:83,72,0;--s-color-text-primary-raw:0,0,0;--s-color-text-secondary:rgba(0,0,0,.85);--s-color-text-tertiary:rgba(0,0,0,.5);--s-color-text-quaternary:rgba(var(--s-color-text-primary-raw),0.3);--s-color-text-disable:rgba(var(--s-color-text-primary-raw),0.15);--s-color-bg-primary:#fff;--s-color-bg-secondary:#f9fafb;--s-color-bg-tertiary:#f3f4f6;--s-color-bg-trans:rgba(0,0,0,.04);--s-color-bg-trans-tertiary:rgba(0,0,0,.2);--s-color-bg-dialogs:#fff;--s-color-bg-float:#fff;--s-color-bg-body:#fff;--s-color-bg-body-raw:#f3f4f6;--s-color-bg-base:#f3f4f6;--s-color-bg-trans-primary:rgba(0,0,0,.06);--s-color-bg-intact-primary:#fff;--s-color-alert-raw:#ff3b30;--s-color-system-alert-lighten:#ffebea;--s-color-border-tertiary:rgba(0,0,0,.08);overflow-anchor:auto;&quot;&gt;
									&lt;div class=&quot;canvas-header-Bc97DC&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-top:0px solid;border-right:0px solid;border-bottom:.5px solid var(--s-color-border-tertiary);border-left:0px solid;border-image:initial;margin:0px;padding:0px 16px;align-items:center;background-color:var(--canvas-color-bg-2);color:var(--canvas-color-text-1);display:grid;gap:4px;grid-template-columns:minmax(var(--canvas-header-right-width,min-content),1fr) auto minmax(min-content,1fr);height:var(--canvas-header-height);overflow:hidden;overflow-anchor:auto;&quot;&gt;
										&lt;div class=&quot;canvas-header-left-_q3MyW&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;gap:4px;overflow:hidden;overflow-anchor:auto;&quot;&gt;
											&lt;div style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;&quot;&gt;
												&lt;div class=&quot;flex items-center gap-4&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;align-items:center;gap:4px;overflow-anchor:auto;&quot;&gt;
													&lt;span class=&quot;inline-flex items-center mr-4 h-20&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px 4px 0px 0px;padding:0px;display:inline-flex;height:20px;align-items:center;overflow-anchor:auto;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;s-font-small-strong&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font:var(--s-font-small-strong);overflow-anchor:auto;&quot;&gt;&lt;/span&gt; 
												&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										&lt;div class=&quot;canvas-header-middle-U3CntG&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;gap:4px;overflow:hidden;grid-column:2;overflow-anchor:auto;&quot;&gt;
										&lt;/div&gt;
										&lt;div class=&quot;canvas-header-right-Impzx2&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;gap:4px;overflow:hidden;justify-content:flex-end;overflow-anchor:auto;&quot;&gt;
											&lt;div class=&quot;header-btn-D1qInr&quot; data-testid=&quot;canvas-copy-btn&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:4px;align-items:center;border-radius:var(--s-radius-xxSS,8px);color:var(--s-color-text-secondary,rgba(0,0,0,.8));cursor:pointer;display:inline-flex;gap:3px;height:32px;justify-content:center;width:69px;overflow-anchor:auto;&quot;&gt;
												&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-18&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:18px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; fill-rule=&quot;evenodd&quot; d=&quot;M21 3.5V17a2 2 0 0 1-2 2h-2v-2h2V3.5H9v2h5.857c1.184 0 2.143.895 2.143 2v13c0 1.105-.96 2-2.143 2H5.143C3.959 22.5 3 21.605 3 20.5v-13c0-1.105.96-2 2.143-2H7v-2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2m-6.143 4H5.143v13h9.714z&quot; clip-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;span class=&quot;btn-text-QfGaou&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;text-align:center;font-family:&amp;quot;font-size:14px;line-height:22px;overflow-anchor:auto;&quot;&gt;&lt;/span&gt; 
											&lt;/div&gt;
											&lt;div class=&quot;more-btn-J4rmH9&quot; data-testid=&quot;canvas-more-btn&quot; aria-haspopup=&quot;true&quot; tabindex=&quot;0&quot; aria-describedby=&quot;gjz5eig&quot; data-popupid=&quot;gjz5eig&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:7px;align-items:center;aspect-ratio:1 / 1;border-radius:var(--s-radius-xxxs,4px);cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px;overflow-anchor:auto;&quot;&gt;
												&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-18&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:18px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M5.5 11.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0M13.725 11.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0M22 11.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
											&lt;/div&gt;
&lt;button tabindex=&quot;0&quot; class=&quot;semi-button semi-button-primary samantha-button-Gqjh9l quartary-Q8wual medium-MN8t8q icon-kJ70hQ icon-only-bBTFy7 tooltip-button-CwA3eI tooltip-button-size-medium-P3O7cO semi-button-with-icon semi-button-with-icon-only&quot; type=&quot;button&quot; aria-disabled=&quot;false&quot; aria-describedby=&quot;qante0w&quot; data-popupid=&quot;qante0w&quot; style=&quot;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-width:0px;border-style:solid;border-color:transparent;margin:0px;padding:4px;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;border-radius:var(--s-radius-xs);font:var(--s-font-small-strong);letter-spacing:inherit;opacity:1;appearance:button;align-items:center;box-shadow:none;cursor:pointer;display:inline-flex;height:32px;justify-content:center;user-select:none;vertical-align:middle;text-wrap-mode:nowrap;transform:scale(var(--semi-transform_scale-none));transition:background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none),border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M20.307 20.307a.997.997 0 0 0 .003-1.412l-6.845-6.844 6.845-6.845a.997.997 0 0 0-.003-1.412.997.997 0 0 0-1.412-.002l-6.844 6.844-6.845-6.845a.997.997 0 0 0-1.412.003.997.997 0 0 0-.002 1.412l6.844 6.844-6.845 6.845a.997.997 0 0 0 .003 1.412.997.997 0 0 0 1.412.003l6.844-6.845 6.845 6.845a.997.997 0 0 0 1.412-.003&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/button&gt; 
										&lt;/div&gt;
									&lt;/div&gt;
									&lt;div class=&quot;code-canvas-body&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;height:calc(100% - var(--canvas-header-height));overflow-anchor:auto;&quot;&gt;
										&lt;div class=&quot;content-CzlYcX flow-ext-disable-select-bar&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;width:537px;height:26px;&quot;&gt;
											&lt;div class=&quot;resizable-wrapper-Xpds17 direction-column-Ky1VA4&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;height:26px;width:537px;flex-direction:column;overflow-anchor:auto;&quot;&gt;
												&lt;div class=&quot;resizable-wrapper-Xpds17 direction-row-Z_nfoI&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;height:26px;width:537px;flex-direction:row;overflow-anchor:auto;min-height:0px;&quot;&gt;
													&lt;div class=&quot;canvas-body-content-wBc3CP&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;height:26px;position:relative;width:537px;overflow-anchor:auto;min-width:0px;&quot;&gt;
														&lt;div class=&quot;editor-qpU4Ar&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;background-color:var(--canvas-color-bg-1);display:flow-root;flex:1 1 0%;height:26px;width:537px;&quot;&gt;
															&lt;div class=&quot;editorContent-Nopr4z&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:12px 0px 0px;padding:0px;overflow-anchor:auto;height:calc(100% - 12px);overflow-x:auto;position:relative;width:537px;&quot;&gt;
																&lt;div class=&quot;cm-theme&quot; data-language-input=&quot;cmd&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;--code-text:#000000d9;--code-doc:#00000073;--code-link:#2f74ff;--code-number:#e54595;--code-key-control:#9952e1;--code-function:#ff5d4d;--code-variable:#000000d9;--code-parameter:#4da621;--code-attributes:#c70;overflow-anchor:auto;height:14px;width:520.2px;&quot;&gt;
																	&lt;div class=&quot;cm-editor ͼ1 ͼ2 ͼ4 ͼff ͼ16 ͼ2q&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;flex-direction:column;font-size:13px;font-feature-settings:&amp;quot;height:14px;overflow-anchor:auto;position:relative !important;display:flex !important;&quot;&gt;
																		&lt;div class=&quot;cm-announced&quot; aria-live=&quot;polite&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;position:fixed;top:-10000px;overflow-anchor:auto;&quot;&gt;
																		&lt;/div&gt;
																		&lt;div tabindex=&quot;-1&quot; class=&quot;cm-scroller&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font-family:&amp;quot;line-height:1.4;height:14px;overflow:scroll;position:relative;z-index:0;overflow-anchor:auto;display:flex !important;align-items:flex-start !important;--scrollbar-color:transparent;--scrollbar-width:7px;&quot;&gt;
																			&lt;div class=&quot;cm-gutters&quot; aria-hidden=&quot;true&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-width:initial;border-style:none;border-top-color:initial;border-right-color:transparent;border-bottom-color:initial;border-left-color:initial;border-image:initial;margin:0px;padding:0px;flex-shrink:0;display:flex;height:112.4px;inset-inline-start:0px;z-index:200;color:rgba(0, 0, 0, 0.3);overflow-anchor:auto;min-height:112.4px;position:sticky;&quot;&gt;
																				&lt;div class=&quot;cm-gutter cm-lineNumbers&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;flex-direction:column;flex-shrink:0;min-height:100%;overflow:hidden;display:flex !important;min-width:6ch;overflow-anchor:auto;&quot;&gt;
																					&lt;div class=&quot;cm-gutterElement&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 3px 0px 5px;min-width:20px;text-align:right;text-wrap-mode:nowrap;overflow-anchor:auto;height:0px;visibility:hidden;pointer-events:none;&quot;&gt;
																					&lt;/div&gt;
																					&lt;div class=&quot;cm-gutterElement cm-activeLineGutter&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:4px 0px 0px;padding:0px 3px 0px 5px;background:unset;color:var(--code-text);min-width:20px;text-align:right;text-wrap-mode:nowrap;overflow-anchor:auto;height:18.2px;&quot;&gt;
																					&lt;/div&gt;
																					&lt;div class=&quot;cm-gutterElement&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 3px 0px 5px;min-width:20px;text-align:right;text-wrap-mode:nowrap;overflow-anchor:auto;height:18.2px;&quot;&gt;
																					&lt;/div&gt;
																				&lt;/div&gt;
																				&lt;div class=&quot;cm-gutter cm-foldGutter&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 6px 0px 2px;flex-direction:column;flex-shrink:0;min-height:100%;overflow:hidden;display:flex !important;overflow-anchor:auto;&quot;&gt;
																					&lt;div class=&quot;cm-gutterElement&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;color:#737780;overflow-anchor:auto;height:0px;visibility:hidden;pointer-events:none;&quot;&gt;
																						&lt;span class=&quot;unfold-button&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 1px;cursor:pointer;overflow-anchor:auto;&quot;&gt;&lt;/span&gt; 
																					&lt;/div&gt;
																					&lt;div class=&quot;cm-gutterElement cm-activeLineGutter&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:4px 0px 0px;padding:0px;background:unset;color:#737780;overflow-anchor:auto;height:18.2px;&quot;&gt;
																					&lt;/div&gt;
																				&lt;/div&gt;
																			&lt;/div&gt;
																			&lt;div spellcheck=&quot;false&quot; autocorrect=&quot;off&quot; autocapitalize=&quot;off&quot; writingsuggestions=&quot;false&quot; translate=&quot;no&quot; contenteditable=&quot;true&quot; class=&quot;cm-content&quot; role=&quot;textbox&quot; aria-multiline=&quot;true&quot; aria-readonly=&quot;true&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:4px 0px 72px;flex-grow:2;flex-shrink:0;white-space:pre;overflow-wrap:normal;min-height:100%;-webkit-user-modify:read-write-plaintext-only;overflow-anchor:auto;tab-size:4;caret-color:transparent !important;&quot;&gt;
																				&lt;div class=&quot;cm-activeLine cm-line&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 4px 0px 1px;background:rgba(175, 182, 195, 0.15);overflow-anchor:auto;caret-color:transparent !important;&quot;&gt;
																				&lt;/div&gt;
																				&lt;div class=&quot;cm-line&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 4px 0px 1px;overflow-anchor:auto;caret-color:transparent !important;&quot;&gt;
																					&lt;br style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;&quot; /&gt;
																				&lt;/div&gt;
																			&lt;/div&gt;
																			&lt;div class=&quot;cm-gutters-opposite&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;flex-shrink:0;position:sticky;right:0px;height:28px;overflow-anchor:auto;width:5px;min-height:28px;&quot;&gt;
																			&lt;/div&gt;
																			&lt;div class=&quot;cm-layer cm-layer-above cm-cursorLayer&quot; aria-hidden=&quot;true&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;position:absolute;left:0px;top:0px;contain:size style;pointer-events:none;overflow-anchor:auto;z-index:150;animation-duration:1200ms;&quot;&gt;
																			&lt;/div&gt;
																			&lt;div class=&quot;cm-layer cm-selectionLayer&quot; aria-hidden=&quot;true&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;position:absolute;left:0px;top:0px;contain:size style;overflow-anchor:auto;z-index:-2;&quot;&gt;
																			&lt;/div&gt;
																		&lt;/div&gt;
																	&lt;/div&gt;
																&lt;/div&gt;
																&lt;div class=&quot;ai-generate-label-wrapper-i6_YO4&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;height:24px;justify-content:center;line-height:15px;pointer-events:none;position:absolute;right:16px;top:4px;width:60px;z-index:100;overflow-anchor:auto;&quot;&gt;
																	&lt;img src=&quot;data:image/png;base64,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&quot; class=&quot;ai-generate-label-img-MnM0HJ&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:content-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-style:none;margin:0px;padding:0px;display:block;vertical-align:middle;height:auto;max-width:100%;background-color:var(--color-canvas-default);overflow-anchor:auto;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;&quot; /&gt; 
																&lt;/div&gt;
															&lt;/div&gt;
														&lt;/div&gt;
													&lt;/div&gt;
												&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
							&lt;/div&gt;
						&lt;/div&gt;
						&lt;div class=&quot;container-footer-rlbyFI&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;&quot;&gt;
						&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
&lt;br class=&quot;container-utlnW2 wrapper-d0Cc1k undefined&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;&quot; /&gt;
这会直接打开该打印机的属性窗口，其中包含 “首选项” 标签页。
	&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 class=&quot;header-vfC6AV auto-hide-last-sibling-br&quot; style=&quot;font-family:Inter, -apple-system, BlinkMacSystemFont, &amp;quot;text-wrap-mode:wrap;background-color:#F9FAFB;margin-bottom:var(--md-box-samantha-h3-margin-bottom) !important;padding-bottom:0px !important;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-top:var(--md-box-samantha-h3-margin-top);margin-right:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-left:0px;font-size:var(--md-box-samantha-h3-font-size);line-height:var(--md-box-samantha-h3-line-height);overflow-anchor:auto;&quot;&gt;
	&lt;span style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);overflow-anchor:auto;color:var(--md-box-samantha-deep-text-color) !important;&quot;&gt;方法 2：通过右键菜单快捷键&lt;/span&gt; 
&lt;/h3&gt;
&lt;ol class=&quot;auto-hide-last-sibling-br&quot; style=&quot;font-family:Inter, -apple-system, BlinkMacSystemFont, &amp;quot;font-size:16px;text-wrap-mode:wrap;background-color:#F9FAFB;margin-top:var(--md-box-samantha-li-margin) !important;margin-bottom:var(--md-box-samantha-li-margin) !important;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-right:0px;margin-left:0px;padding:0px 0px 0px 20px;list-style:none;overflow-anchor:auto;&quot;&gt;
	&lt;li style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 0px 0px 4px;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);list-style-type:decimal;overflow-anchor:auto;color:var(--md-box-samantha-normal-text-color) !important;&quot;&gt;
		在桌面空白处右键点击 →&amp;nbsp;&lt;span style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font-weight:600;color:var(--md-box-samantha-deep-text-color) !important;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);overflow-anchor:auto;&quot;&gt;“新建”&lt;/span&gt;&amp;nbsp;→&amp;nbsp;&lt;span style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font-weight:600;color:var(--md-box-samantha-deep-text-color) !important;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);overflow-anchor:auto;&quot;&gt;“快捷方式”&lt;/span&gt; 
	&lt;/li&gt;
	&lt;li style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-top:var(--md-box-samantha-li-margin);margin-right:0px;margin-bottom:0px;margin-left:0px;padding:0px 0px 0px 4px;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);list-style-type:decimal;overflow-anchor:auto;color:var(--md-box-samantha-normal-text-color) !important;&quot;&gt;
		输入以下命令（替换为你的打印机名称）：
		&lt;div class=&quot;relative w-fit custom-code-block-canvas-wrapper w-full&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;position:relative;width:537.425px;overflow-anchor:auto;&quot;&gt;
			&lt;div class=&quot;code-block-element-YDlfvc light custom-code-block-container--plaintext hide-indicator disable-theme-style custom-code-block-container&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:8px 0px 0px;padding:0px;display:flex;flex-direction:column;position:relative;--chat-md-codeblock-bg-color:#f9fafb;--chat-md-codeblock-header-bg-color:#f3f4f6;--code-area-radius:6px;--code-area-radius-inner:calc(var(--code-area-radius) - 1px);--code-area-bg-color:var(--chat-md-codeblock-bg-color,#f9fafb);--code-header-bg-color:var(--chat-md-codeblock-header-bg-color,#f3f4f6);--code-mask-bg-color:linear-gradient(180deg,rgba(249,250,251,0),#f9fafb);--code-header-icon-color:rgba(0,0,0,.5);--code-header-text-color:rgba(0,0,0,.85);--code-header-icon-bg-color:rgba(0,0,0,.06);--code-block-code-color:#000000d9;--code-block-std-bg-color:#f3f4f6;--code-block-std-err-color:#d60000;overflow-anchor:auto;&quot;&gt;
				&lt;div class=&quot;code-area-tZtDgG code-area&quot; dir=&quot;ltr&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;background:var(--code-area-bg-color);border-radius:var(--code-area-radius);display:flex;flex-direction:column;height:fit-content;width:537.425px;overflow-anchor:auto;&quot;&gt;
					&lt;div class=&quot;header-wrapper-UnnlXS&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;background-color:var(--chat-bg-color,#fff);position:sticky;top:0px;&quot;&gt;
						&lt;div class=&quot;header-cGu84a&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-top-width:;border-right-width:;border-bottom-width:0px;border-left-width:;border-top-style:;border-right-style:;border-bottom-style:;border-left-style:;border-top-color:;border-right-color:;border-bottom-color:;border-left-color:;border-image-source:;border-image-slice:;border-image-width:;border-image-outset:;border-image-repeat:;margin:0px;padding:6px 9px 6px 6px;align-items:center;background:var(--code-header-bg-color);display:flex;flex-direction:row;flex-shrink:0;font-family:Menlo, Monaco, Consolas, &amp;quot;font-size:12px;height:32px;justify-content:space-between;border-radius:var(--code-area-radius-inner) var(--code-area-radius-inner) 0 0;overflow-anchor:auto;&quot;&gt;
							&lt;div class=&quot;title-XQhI4x clickable-eGISjP&quot; tabindex=&quot;0&quot; aria-describedby=&quot;errdhxp&quot; data-popupid=&quot;errdhxp&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 4px 0px 10px;overflow-anchor:auto;align-items:center;border-radius:4px;color:var(--code-header-icon-color);display:flex;flex-direction:row;gap:3px;cursor:pointer;&quot;&gt;
								&lt;div class=&quot;text-jgT4jF&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;align-items:center;color:var(--code-header-text-color);display:flex;font-family:&amp;quot;font-size:14px;gap:3px;line-height:22px;overflow:hidden;text-overflow:ellipsis;text-wrap-mode:nowrap;&quot;&gt;
									plaintext
								&lt;/div&gt;
								&lt;div class=&quot;icon-FIfuuc&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:15px;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-12&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M21.707 17.293a1 1 0 0 1-1.414 0L12 9l-8.293 8.293a1 1 0 0 1-1.414-1.414l8.293-8.293a2 2 0 0 1 2.828 0l8.293 8.293a1 1 0 0 1 0 1.414&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
							&lt;/div&gt;
							&lt;div class=&quot;action-tEcs3i&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;align-items:center;color:var(--code-header-icon-color);cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:space-between;&quot;&gt;
								&lt;div class=&quot;hoverable-sPLxOT&quot; data-testid=&quot;code-block-copy&quot; tabindex=&quot;0&quot; aria-describedby=&quot;5c4okms&quot; data-popupid=&quot;5c4okms&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:20px;overflow-anchor:auto;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-14&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:14px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; fill-rule=&quot;evenodd&quot; d=&quot;M21 3.5V17a2 2 0 0 1-2 2h-2v-2h2V3.5H9v2h5.857c1.184 0 2.143.895 2.143 2v13c0 1.105-.96 2-2.143 2H5.143C3.959 22.5 3 21.605 3 20.5v-13c0-1.105.96-2 2.143-2H7v-2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2m-6.143 4H5.143v13h9.714z&quot; clip-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
								&lt;div class=&quot;hoverable-sPLxOT&quot; tabindex=&quot;0&quot; aria-describedby=&quot;1mth49h&quot; data-popupid=&quot;1mth49h&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:20px;overflow-anchor:auto;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-14&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:14px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; fill-rule=&quot;evenodd&quot; d=&quot;M4 4a1 1 0 0 1 1 1v3a3 3 0 0 0 3 3h11.086l-5.293-5.293a1 1 0 0 1 1.414-1.414l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L19.086 13H8a5 5 0 0 1-5-5V5a1 1 0 0 1 1-1&quot; clip-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
								&lt;div class=&quot;hoverable-sPLxOT&quot; tabindex=&quot;0&quot; aria-describedby=&quot;7s2rrfi&quot; data-popupid=&quot;7s2rrfi&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:20px;overflow-anchor:auto;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-14&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:14px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; fill-rule=&quot;evenodd&quot; d=&quot;M4.797 16.856a8.28 8.28 0 0 0 6.27 2.87h.008A8.28 8.28 0 0 0 14.372 3.84a11.6 11.6 0 0 1-1.658 7.714 11.62 11.62 0 0 1-7.917 5.303M13.415 1.43a10.28 10.28 0 0 1-2.348 20.296 10.28 10.28 0 0 1-8.883-5.103c-.397-.74.155-1.605.912-1.609a9.617 9.617 0 0 0 9.011-12.258 1.093 1.093 0 0 1 1.308-1.326&quot; clip-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
								&lt;div class=&quot;hoverable-sPLxOT&quot; tabindex=&quot;0&quot; aria-describedby=&quot;mof0dt3&quot; data-popupid=&quot;mof0dt3&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:20px;overflow-anchor:auto;&quot;&gt;
									&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-14&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:14px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M22 3v7a1 1 0 1 1-2 0V4h-6a1 1 0 1 1 0-2h7a1 1 0 0 1 1 1M11.005 21a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7a1 1 0 0 1 2.002 0v6h6.003a1 1 0 0 1 1 1&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
								&lt;/div&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;content-EGRozu code-content light-scrollbar-TbsSwi max-h-325&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-width:0px 1px 1px;border-style:solid;border-color:var(--s-color-border-tertiary);border-image:initial;margin:0px;padding:12px 16px 16px;max-height:325px;background:var(--code-area-bg-color);flex-shrink:0;height:fit-content;overflow:overlay;overflow-anchor:auto;border-radius:0 0 var(--code-area-radius-inner) var(--code-area-radius-inner);&quot;&gt;
&lt;pre class=&quot;container-_HmLba language-plaintext&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-top:0px;margin-bottom:0px;padding:0px;font-family:ui-monospace, SFMono-Regular, &amp;quot;overflow-wrap:normal;font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:13.6px;font-variation-settings:var(--default-mono-font-variation-settings,normal);--code-text_v3:#000000d9;--code-doc_v3:#00000073;--code-link_v3:#2f74ff;--code-number_v3:#e54595;--code-keycontrol_v3:#9952e1;--code-function_v3:#ff5d4d;--code-variable_v3:#000000d9;--code-parameter_v3:#4da621;--code-attributes_v3:#c70;--code-selection-bg-color:#a9d6ff;background:var(--color-bg-page);word-break:normal;word-spacing:normal;hyphens:none;line-height:1.5;tab-size:4;overflow:auto;border-radius:6px;overflow-anchor:auto;width:fit-content;&quot;&gt;&lt;code class=&quot;language-plaintext&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font-family:Menlo, Monaco, Consolas, &amp;quot;font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:13px;font-variation-settings:var(--default-mono-font-variation-settings,normal);background:transparent;border-radius:4px;color:var(--code-block-code-color);word-break:normal;word-spacing:normal;overflow-wrap:normal;hyphens:none;line-height:1.5;tab-size:4;overflow-anchor:auto;&quot;&gt;rundll32 printui.dll,PrintUIEntry /p /n&quot;打印机名称&quot; &lt;/code&gt;&lt;/pre&gt;
					&lt;/div&gt;
					&lt;div class=&quot;mask-wrapper-VgpgeU&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;opacity:0;transition:opacity 0.15s;&quot;&gt;
						&lt;div class=&quot;mask-ZLHDuN&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;background:var(--code-mask-bg-color);bottom:0px;height:56px;pointer-events:none;position:absolute;width:537.425px;overflow-anchor:auto;&quot;&gt;
						&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;canvas_wrapper-IbhP3H exited-lytMPl&quot; data-testid=&quot;canvas-wrapper&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;visibility:hidden;z-index:10;border-radius:var(--s-radius-s,12px);height:var(--offset-height,100px);opacity:0;pointer-events:none;position:absolute;right:0px;top:0px;width:var(--offset-width,100px);--canvas-radius-size:var(--s-radius-s,12px);overflow-anchor:auto;--offset-width:537px;--offset-height:82px;--left-side-width:0px;--sash-pct:56.88vw;&quot;&gt;
				&lt;div data-testid=&quot;canvas_panel_container&quot; data-visible=&quot;false&quot; data-state=&quot;2&quot; class=&quot;container-outer-PoCILM&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;flex-direction:column;height:82px;width:537px;overflow-anchor:auto;&quot;&gt;
					&lt;div class=&quot;container-lYUJLU&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;background:var(--s-color-bg-body,#fff);border-radius:var(--canvas-radius-size,0);box-shadow:rgba(42, 60, 79, 0.1) 0px 6px 10px 0px;display:flex;flex-direction:column;height:82px;position:relative;transition:border-radius 0.4s ease-in-out;flex:1 1 0%;min-height:0px;width:537px;overflow-anchor:auto;&quot;&gt;
						&lt;div class=&quot;container-inner-__4VjI canvas_wrapper_inner-xCm3Bf&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;flex:1 1 0%;min-height:0px;width:537px;border-radius:var(--canvas-radius-size,0);overflow:hidden;transition:border-radius 0.4s ease-in-out;overflow-anchor:auto;&quot;&gt;
							&lt;div style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;width:537px;height:82px;&quot;&gt;
								&lt;div class=&quot;code-canvas code-canvas-theme samantha-theme semi-always-light container-AkpoGq&quot; data-theme=&quot;light&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;height:82px;width:537px;--canvas-header-height:56px;background-color:var(--canvas-color-bg-1);color:var(--canvas-color-text-1);--canvas-color-bg-1:#fff;--canvas-color-bg-2:#fff;--canvas-color-text-1:#000;--canvas-color-text-2:#000;--code-editor-header-width:56px;--code-editor-file-tree-width:212px;--semi-amber-0:254,251,235;--semi-amber-1:252,245,206;--semi-amber-2:249,232,158;--semi-amber-3:246,216,111;--semi-amber-4:243,198,65;--semi-amber-5:240,177,20;--semi-amber-6:200,138,15;--semi-amber-7:160,102,10;--semi-amber-8:120,70,6;--semi-amber-9:80,43,3;--semi-black:0,0,0;--semi-blue-0:234,245,255;--semi-blue-1:203,231,254;--semi-blue-2:152,205,253;--semi-blue-3:101,178,252;--semi-blue-4:50,149,251;--semi-blue-5:0,100,250;--semi-blue-6:0,98,214;--semi-blue-7:0,79,179;--semi-blue-8:0,61,143;--semi-blue-9:0,44,107;--semi-cyan-0:229,247,248;--semi-cyan-1:194,239,240;--semi-cyan-2:138,221,226;--semi-cyan-3:88,203,211;--semi-cyan-4:44,184,197;--semi-cyan-5:5,164,182;--semi-cyan-6:3,134,152;--semi-cyan-7:1,105,121;--semi-cyan-8:0,77,91;--semi-cyan-9:0,50,61;--semi-green-0:236,247,236;--semi-green-1:208,240,209;--semi-green-2:164,224,167;--semi-green-3:125,209,130;--semi-green-4:90,194,98;--semi-green-5:59,179,70;--semi-green-6:48,149,59;--semi-green-7:37,119,47;--semi-green-8:27,89,36;--semi-green-9:17,60,24;--semi-grey-0:249,249,249;--semi-grey-1:230,232,234;--semi-grey-2:198,202,205;--semi-grey-3:167,171,176;--semi-grey-4:136,141,146;--semi-grey-5:107,112,117;--semi-grey-6:85,91,97;--semi-grey-7:65,70,76;--semi-grey-8:46,50,56;--semi-grey-9:28,31,35;--semi-indigo-0:236,239,248;--semi-indigo-1:209,216,240;--semi-indigo-2:167,179,225;--semi-indigo-3:128,144,211;--semi-indigo-4:94,111,196;--semi-indigo-5:63,81,181;--semi-indigo-6:51,66,161;--semi-indigo-7:40,52,140;--semi-indigo-8:31,40,120;--semi-indigo-9:23,29,99;--semi-light-blue-0:233,247,253;--semi-light-blue-1:201,236,252;--semi-light-blue-2:149,216,248;--semi-light-blue-3:98,195,245;--semi-light-blue-4:48,172,241;--semi-light-blue-5:0,149,238;--semi-light-blue-6:0,123,202;--semi-light-blue-7:0,99,167;--semi-light-blue-8:0,75,131;--semi-light-blue-9:0,53,95;--semi-light-green-0:243,248,236;--semi-light-green-1:227,240,208;--semi-light-green-2:200,226,165;--semi-light-green-3:173,211,126;--semi-light-green-4:147,197,91;--semi-light-green-5:123,182,60;--semi-light-green-6:100,152,48;--semi-light-green-7:78,121,38;--semi-light-green-8:57,91,27;--semi-light-green-9:37,61,18;--semi-lime-0:242,250,230;--semi-lime-1:227,246,197;--semi-lime-2:203,237,142;--semi-lime-3:183,227,91;--semi-lime-4:167,218,44;--semi-lime-5:155,209,0;--semi-lime-6:126,174,0;--semi-lime-7:99,139,0;--semi-lime-8:72,104,0;--semi-lime-9:47,70,0;--semi-orange-0:255,248,234;--semi-orange-1:254,238,204;--semi-orange-2:254,217,152;--semi-orange-3:253,193,101;--semi-orange-4:253,166,51;--semi-orange-5:252,136,0;--semi-orange-6:210,103,0;--semi-orange-7:168,74,0;--semi-orange-8:126,49,0;--semi-orange-9:84,29,0;--semi-pink-0:253,236,239;--semi-pink-1:251,207,216;--semi-pink-2:246,160,181;--semi-pink-3:242,115,150;--semi-pink-4:237,72,123;--semi-pink-5:233,30,99;--semi-pink-6:197,19,86;--semi-pink-7:162,11,72;--semi-pink-8:126,5,58;--semi-pink-9:90,1,43;--semi-purple-0:247,233,247;--semi-purple-1:239,202,240;--semi-purple-2:221,155,224;--semi-purple-3:201,111,209;--semi-purple-4:180,73,194;--semi-purple-5:158,40,179;--semi-purple-6:135,30,158;--semi-purple-7:113,22,138;--semi-purple-8:92,15,117;--semi-purple-9:73,10,97;--semi-red-0:254,242,237;--semi-red-1:254,221,210;--semi-red-2:253,183,165;--semi-red-3:251,144,120;--semi-red-4:250,102,76;--semi-red-5:249,57,32;--semi-red-6:213,37,21;--semi-red-7:178,20,12;--semi-red-8:142,8,5;--semi-red-9:106,1,3;--semi-teal-0:228,247,244;--semi-teal-1:192,240,232;--semi-teal-2:135,224,211;--semi-teal-3:84,209,193;--semi-teal-4:39,194,176;--semi-teal-5:0,179,161;--semi-teal-6:0,149,137;--semi-teal-7:0,119,111;--semi-teal-8:0,89,85;--semi-teal-9:0,60,58;--semi-violet-0:243,237,249;--semi-violet-1:226,209,244;--semi-violet-2:196,167,233;--semi-violet-3:166,127,221;--semi-violet-4:136,91,210;--semi-violet-5:106,58,199;--semi-violet-6:87,47,179;--semi-violet-7:70,37,158;--semi-violet-8:54,28,138;--semi-violet-9:40,20,117;--semi-white:255,255,255;--semi-yellow-0:255,253,234;--semi-yellow-1:254,251,203;--semi-yellow-2:253,243,152;--semi-yellow-3:252,232,101;--semi-yellow-4:251,218,50;--semi-yellow-5:250,200,0;--semi-yellow-6:208,170,0;--semi-yellow-7:167,139,0;--semi-yellow-8:125,106,0;--semi-yellow-9:83,72,0;--s-color-text-primary-raw:0,0,0;--s-color-text-secondary:rgba(0,0,0,.85);--s-color-text-tertiary:rgba(0,0,0,.5);--s-color-text-quaternary:rgba(var(--s-color-text-primary-raw),0.3);--s-color-text-disable:rgba(var(--s-color-text-primary-raw),0.15);--s-color-bg-primary:#fff;--s-color-bg-secondary:#f9fafb;--s-color-bg-tertiary:#f3f4f6;--s-color-bg-trans:rgba(0,0,0,.04);--s-color-bg-trans-tertiary:rgba(0,0,0,.2);--s-color-bg-dialogs:#fff;--s-color-bg-float:#fff;--s-color-bg-body:#fff;--s-color-bg-body-raw:#f3f4f6;--s-color-bg-base:#f3f4f6;--s-color-bg-trans-primary:rgba(0,0,0,.06);--s-color-bg-intact-primary:#fff;--s-color-alert-raw:#ff3b30;--s-color-system-alert-lighten:#ffebea;--s-color-border-tertiary:rgba(0,0,0,.08);overflow-anchor:auto;&quot;&gt;
									&lt;div class=&quot;canvas-header-Bc97DC&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-top:0px solid;border-right:0px solid;border-bottom:.5px solid var(--s-color-border-tertiary);border-left:0px solid;border-image:initial;margin:0px;padding:0px 16px;align-items:center;background-color:var(--canvas-color-bg-2);color:var(--canvas-color-text-1);display:grid;gap:4px;grid-template-columns:minmax(var(--canvas-header-right-width,min-content),1fr) auto minmax(min-content,1fr);height:var(--canvas-header-height);overflow:hidden;overflow-anchor:auto;&quot;&gt;
										&lt;div class=&quot;canvas-header-left-_q3MyW&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;gap:4px;overflow:hidden;overflow-anchor:auto;&quot;&gt;
											&lt;div style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;&quot;&gt;
												&lt;div class=&quot;flex items-center gap-4&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;align-items:center;gap:4px;overflow-anchor:auto;&quot;&gt;
													&lt;span class=&quot;inline-flex items-center mr-4 h-20&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px 4px 0px 0px;padding:0px;display:inline-flex;height:20px;align-items:center;overflow-anchor:auto;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;s-font-small-strong&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font:var(--s-font-small-strong);overflow-anchor:auto;&quot;&gt;&lt;/span&gt; 
												&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										&lt;div class=&quot;canvas-header-middle-U3CntG&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;gap:4px;overflow:hidden;grid-column:2;overflow-anchor:auto;&quot;&gt;
										&lt;/div&gt;
										&lt;div class=&quot;canvas-header-right-Impzx2&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;align-items:center;display:flex;gap:4px;overflow:hidden;justify-content:flex-end;overflow-anchor:auto;&quot;&gt;
											&lt;div class=&quot;header-btn-D1qInr&quot; data-testid=&quot;canvas-copy-btn&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:4px;align-items:center;border-radius:var(--s-radius-xxSS,8px);color:var(--s-color-text-secondary,rgba(0,0,0,.8));cursor:pointer;display:inline-flex;gap:3px;height:32px;justify-content:center;width:69px;overflow-anchor:auto;&quot;&gt;
												&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-18&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:18px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; fill-rule=&quot;evenodd&quot; d=&quot;M21 3.5V17a2 2 0 0 1-2 2h-2v-2h2V3.5H9v2h5.857c1.184 0 2.143.895 2.143 2v13c0 1.105-.96 2-2.143 2H5.143C3.959 22.5 3 21.605 3 20.5v-13c0-1.105.96-2 2.143-2H7v-2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2m-6.143 4H5.143v13h9.714z&quot; clip-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;span class=&quot;btn-text-QfGaou&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;text-align:center;font-family:&amp;quot;font-size:14px;line-height:22px;overflow-anchor:auto;&quot;&gt;&lt;/span&gt; 
											&lt;/div&gt;
											&lt;div class=&quot;more-btn-J4rmH9&quot; data-testid=&quot;canvas-more-btn&quot; aria-haspopup=&quot;true&quot; tabindex=&quot;0&quot; aria-describedby=&quot;7zfvwb4&quot; data-popupid=&quot;7zfvwb4&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:7px;align-items:center;aspect-ratio:1 / 1;border-radius:var(--s-radius-xxxs,4px);cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px;overflow-anchor:auto;&quot;&gt;
												&lt;span role=&quot;img&quot; class=&quot;semi-icon semi-icon-default text-18&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:inline-block;line-height:0;text-align:center;text-rendering:optimizelegibility;fill:currentcolor;font-size:18px;overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M5.5 11.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0M13.725 11.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0M22 11.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt; 
											&lt;/div&gt;
&lt;button tabindex=&quot;0&quot; class=&quot;semi-button semi-button-primary samantha-button-Gqjh9l quartary-Q8wual medium-MN8t8q icon-kJ70hQ icon-only-bBTFy7 tooltip-button-CwA3eI tooltip-button-size-medium-P3O7cO semi-button-with-icon semi-button-with-icon-only&quot; type=&quot;button&quot; aria-disabled=&quot;false&quot; aria-describedby=&quot;79p4ej1&quot; data-popupid=&quot;79p4ej1&quot; style=&quot;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-width:0px;border-style:solid;border-color:transparent;margin:0px;padding:4px;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;border-radius:var(--s-radius-xs);font:var(--s-font-small-strong);letter-spacing:inherit;opacity:1;appearance:button;align-items:center;box-shadow:none;cursor:pointer;display:inline-flex;height:32px;justify-content:center;user-select:none;vertical-align:middle;text-wrap-mode:nowrap;transform:scale(var(--semi-transform_scale-none));transition:background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none),border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);overflow-anchor:auto;&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1em&quot; height=&quot;1em&quot; fill=&quot;none&quot; viewbox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M20.307 20.307a.997.997 0 0 0 .003-1.412l-6.845-6.844 6.845-6.845a.997.997 0 0 0-.003-1.412.997.997 0 0 0-1.412-.002l-6.844 6.844-6.845-6.845a.997.997 0 0 0-1.412.003.997.997 0 0 0-.002 1.412l6.844 6.844-6.845 6.845a.997.997 0 0 0 .003 1.412.997.997 0 0 0 1.412.003l6.844-6.845 6.845 6.845a.997.997 0 0 0 1.412-.003&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/button&gt; 
										&lt;/div&gt;
									&lt;/div&gt;
									&lt;div class=&quot;code-canvas-body&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;height:calc(100% - var(--canvas-header-height));overflow-anchor:auto;&quot;&gt;
										&lt;div class=&quot;content-CzlYcX flow-ext-disable-select-bar&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;width:537px;height:26px;&quot;&gt;
											&lt;div class=&quot;resizable-wrapper-Xpds17 direction-column-Ky1VA4&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;height:26px;width:537px;flex-direction:column;overflow-anchor:auto;&quot;&gt;
												&lt;div class=&quot;resizable-wrapper-Xpds17 direction-row-Z_nfoI&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;height:26px;width:537px;flex-direction:row;overflow-anchor:auto;min-height:0px;&quot;&gt;
													&lt;div class=&quot;canvas-body-content-wBc3CP&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;height:26px;position:relative;width:537px;overflow-anchor:auto;min-width:0px;&quot;&gt;
														&lt;div class=&quot;editor-qpU4Ar&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;background-color:var(--canvas-color-bg-1);display:flow-root;flex:1 1 0%;height:26px;width:537px;&quot;&gt;
															&lt;div class=&quot;editorContent-Nopr4z&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:12px 0px 0px;padding:0px;overflow-anchor:auto;height:calc(100% - 12px);overflow-x:auto;position:relative;width:537px;&quot;&gt;
																&lt;div class=&quot;cm-theme&quot; data-language-input=&quot;plaintext&quot; data-language=&quot;stex&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;--code-text:#000000d9;--code-doc:#00000073;--code-link:#2f74ff;--code-number:#e54595;--code-key-control:#9952e1;--code-function:#ff5d4d;--code-variable:#000000d9;--code-parameter:#4da621;--code-attributes:#c70;overflow-anchor:auto;height:14px;width:520.2px;&quot;&gt;
																	&lt;div class=&quot;cm-editor ͼ1 ͼ2 ͼ4 ͼg2 ͼ16 ͼ2q&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;flex-direction:column;font-size:13px;font-feature-settings:&amp;quot;height:14px;overflow-anchor:auto;position:relative !important;display:flex !important;&quot;&gt;
																		&lt;div class=&quot;cm-announced&quot; aria-live=&quot;polite&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;position:fixed;top:-10000px;overflow-anchor:auto;&quot;&gt;
																		&lt;/div&gt;
																		&lt;div tabindex=&quot;-1&quot; class=&quot;cm-scroller&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;font-family:&amp;quot;line-height:1.4;height:14px;overflow:scroll;position:relative;z-index:0;overflow-anchor:auto;display:flex !important;align-items:flex-start !important;--scrollbar-color:transparent;--scrollbar-width:7px;&quot;&gt;
																			&lt;div class=&quot;cm-gutters&quot; aria-hidden=&quot;true&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-width:initial;border-style:none;border-top-color:initial;border-right-color:transparent;border-bottom-color:initial;border-left-color:initial;border-image:initial;margin:0px;padding:0px;flex-shrink:0;display:flex;height:112.4px;inset-inline-start:0px;z-index:200;color:rgba(0, 0, 0, 0.3);overflow-anchor:auto;min-height:112.4px;position:sticky;&quot;&gt;
																				&lt;div class=&quot;cm-gutter cm-lineNumbers&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;flex-direction:column;flex-shrink:0;min-height:100%;overflow:hidden;display:flex !important;min-width:6ch;overflow-anchor:auto;&quot;&gt;
																					&lt;div class=&quot;cm-gutterElement&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 3px 0px 5px;min-width:20px;text-align:right;text-wrap-mode:nowrap;overflow-anchor:auto;height:0px;visibility:hidden;pointer-events:none;&quot;&gt;
																					&lt;/div&gt;
																					&lt;div class=&quot;cm-gutterElement cm-activeLineGutter&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:4px 0px 0px;padding:0px 3px 0px 5px;background:unset;color:var(--code-text);min-width:20px;text-align:right;text-wrap-mode:nowrap;overflow-anchor:auto;height:18.2px;&quot;&gt;
																					&lt;/div&gt;
																					&lt;div class=&quot;cm-gutterElement&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 3px 0px 5px;min-width:20px;text-align:right;text-wrap-mode:nowrap;overflow-anchor:auto;height:18.2px;&quot;&gt;
																					&lt;/div&gt;
																				&lt;/div&gt;
																				&lt;div class=&quot;cm-gutter cm-foldGutter&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 6px 0px 2px;flex-direction:column;flex-shrink:0;min-height:100%;overflow:hidden;display:flex !important;overflow-anchor:auto;&quot;&gt;
																					&lt;div class=&quot;cm-gutterElement&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;color:#737780;overflow-anchor:auto;height:0px;visibility:hidden;pointer-events:none;&quot;&gt;
																						&lt;span class=&quot;unfold-button&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 1px;cursor:pointer;overflow-anchor:auto;&quot;&gt;&lt;/span&gt; 
																					&lt;/div&gt;
																					&lt;div class=&quot;cm-gutterElement cm-activeLineGutter&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:4px 0px 0px;padding:0px;background:unset;color:#737780;overflow-anchor:auto;height:18.2px;&quot;&gt;
																					&lt;/div&gt;
																				&lt;/div&gt;
																			&lt;/div&gt;
																			&lt;div spellcheck=&quot;false&quot; autocorrect=&quot;off&quot; autocapitalize=&quot;off&quot; writingsuggestions=&quot;false&quot; translate=&quot;no&quot; contenteditable=&quot;true&quot; class=&quot;cm-content&quot; role=&quot;textbox&quot; aria-multiline=&quot;true&quot; aria-readonly=&quot;true&quot; data-language=&quot;stex&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:4px 0px 72px;flex-grow:2;flex-shrink:0;white-space:pre;overflow-wrap:normal;min-height:100%;-webkit-user-modify:read-write-plaintext-only;overflow-anchor:auto;tab-size:4;caret-color:transparent !important;&quot;&gt;
																				&lt;div class=&quot;cm-activeLine cm-line&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 4px 0px 1px;background:rgba(175, 182, 195, 0.15);overflow-anchor:auto;caret-color:transparent !important;&quot;&gt;
																				&lt;/div&gt;
																				&lt;div class=&quot;cm-line&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px 4px 0px 1px;overflow-anchor:auto;caret-color:transparent !important;&quot;&gt;
																					&lt;br style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;&quot; /&gt;
																				&lt;/div&gt;
																			&lt;/div&gt;
																			&lt;div class=&quot;cm-gutters-opposite&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;flex-shrink:0;position:sticky;right:0px;height:28px;overflow-anchor:auto;width:5px;min-height:28px;&quot;&gt;
																			&lt;/div&gt;
																			&lt;div class=&quot;cm-layer cm-layer-above cm-cursorLayer&quot; aria-hidden=&quot;true&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;position:absolute;left:0px;top:0px;contain:size style;pointer-events:none;overflow-anchor:auto;z-index:150;animation-duration:1200ms;&quot;&gt;
																			&lt;/div&gt;
																			&lt;div class=&quot;cm-layer cm-selectionLayer&quot; aria-hidden=&quot;true&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;position:absolute;left:0px;top:0px;contain:size style;overflow-anchor:auto;z-index:-2;&quot;&gt;
																			&lt;/div&gt;
																		&lt;/div&gt;
																	&lt;/div&gt;
																&lt;/div&gt;
																&lt;div class=&quot;ai-generate-label-wrapper-i6_YO4&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;display:flex;height:24px;justify-content:center;line-height:15px;pointer-events:none;position:absolute;right:16px;top:4px;width:60px;z-index:100;overflow-anchor:auto;&quot;&gt;
																	&lt;img src=&quot;data:image/png;base64,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&quot; class=&quot;ai-generate-label-img-MnM0HJ&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:content-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border-style:none;margin:0px;padding:0px;display:block;vertical-align:middle;height:auto;max-width:100%;background-color:var(--color-canvas-default);overflow-anchor:auto;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;&quot; /&gt; 
																&lt;/div&gt;
															&lt;/div&gt;
														&lt;/div&gt;
													&lt;/div&gt;
												&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
							&lt;/div&gt;
						&lt;/div&gt;
						&lt;div class=&quot;container-footer-rlbyFI&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;&quot;&gt;
						&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
&lt;br class=&quot;container-utlnW2 wrapper-d0Cc1k undefined&quot; style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin:0px;padding:0px;overflow-anchor:auto;&quot; /&gt;
	&lt;/li&gt;
	&lt;li style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-top:var(--md-box-samantha-li-margin);margin-right:0px;margin-bottom:0px;margin-left:0px;padding:0px 0px 0px 4px;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);list-style-type:decimal;overflow-anchor:auto;color:var(--md-box-samantha-normal-text-color) !important;&quot;&gt;
		命名快捷方式（如 “打印机首选项”）并完成创建
	&lt;/li&gt;
	&lt;li style=&quot;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);outline:none;border:0px solid;margin-top:var(--md-box-samantha-li-margin);margin-right:0px;margin-bottom:0px;margin-left:0px;padding:0px 0px 0px 4px;font-size:var(--md-box-samantha-normal-text-font-size);line-height:var(--md-box-samantha-normal-text-line-height);list-style-type:decimal;overflow-anchor:auto;color:var(--md-box-samantha-normal-text-color) !important;&quot;&gt;
		以后双击该快捷方式即可直接打开
	&lt;/li&gt;
&lt;/ol&gt;
&lt;span style=&quot;font-family:'Inter, -apple-system, BlinkMacSystemFont, font-size:16px;white-space-collapse:preserve;background-color:#FFFFFF;&quot;&gt;&lt;/span&gt;&lt;/span&gt;</description><pubDate>Thu, 14 Aug 2025 23:48:07 +0800</pubDate></item><item><title>飞牛NAS系统的root密码重置</title><link>http://iisix.cn/?id=5032</link><description>&lt;p class=&quot;marklang-paragraph&quot; style=&quot;margin-top:var(--cos-space-3xs);margin-bottom:var(--cos-space-3xs);padding:0px;list-style:none;font-size:14px;line-height:26px;-webkit-text-stroke-color:initial;color:#333333;font-family:&amp;quot;text-wrap:wrap;background-color:#FFFFFF;&quot;&gt;&lt;mark class=&quot;flexible-marker flexible-marker-default&quot; style=&quot;background-image:initial;background-position:0px 0px;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;padding-bottom:1px;&quot;&gt;‌&lt;span style=&quot;font-weight:var(--cos-font-medium);-webkit-text-stroke:var(--cos-font-medium-stroke);background-size:100% 12px;padding-bottom:1px;&quot;&gt;飞牛NAS系统的root密码重置可通过进入单用户模式并修改启动参数完成，具体步骤如下&lt;/span&gt;‌&lt;/mark&gt;：&lt;/p&gt;&lt;ol style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p class=&quot;marklang-paragraph&quot; style=&quot;margin-top:var(--cos-space-3xs);margin-bottom:var(--cos-space-3xs);padding:0px;list-style:none;font-size:var(--cos-text-body-lg);line-height:26px;font-weight:var(--cos-font-regular);-webkit-text-stroke-color:initial;color:var(--cos-color-text);&quot;&gt;&lt;mark class=&quot;flexible-marker flexible-marker-default&quot; style=&quot;background-image:initial;background-position:0px 0px;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;padding-bottom:1px;&quot;&gt;‌&lt;span style=&quot;font-weight:var(--cos-font-medium);-webkit-text-stroke:var(--cos-font-medium-stroke);background-size:100% 12px;padding-bottom:1px;&quot;&gt;启动时进入编辑模式&lt;/span&gt;‌&lt;/mark&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;
				重启系统，在出现蓝色界面时按&lt;code style=&quot;background:var(--cos-color-border-minor);border-radius:6px;margin:0px 4px;padding:1px 4px;color:var(--cos-color-text);&quot;&gt;e&lt;/code&gt;键进入编辑模式。 ‌&lt;span disable-audio=&quot;true&quot; disable-copy=&quot;true&quot;&gt;&lt;span rl-type=&quot;stop&quot;&gt;&lt;span class=&quot;cos-tooltip cosd-citation&quot; style=&quot;position:relative;display:inline-flex;line-height:14px;margin-left:var(--cos-space-3xs);margin-right:var(--cos-space-3xs);&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;
				找到以&lt;code style=&quot;background:var(--cos-color-border-minor);border-radius:6px;margin:0px 4px;padding:1px 4px;color:var(--cos-color-text);&quot;&gt;LINUX&lt;/code&gt;开头的行，在末尾添加&amp;nbsp;&lt;code style=&quot;background:var(--cos-color-border-minor);border-radius:6px;margin:0px 4px;padding:1px 4px;color:var(--cos-color-text);&quot;&gt;rw init=/bin/bash&lt;/code&gt;。 ‌&lt;span disable-audio=&quot;true&quot; disable-copy=&quot;true&quot;&gt;&lt;span rl-type=&quot;stop&quot;&gt;&lt;span class=&quot;cos-tooltip cosd-citation&quot; style=&quot;position:relative;display:inline-flex;line-height:14px;margin-left:var(--cos-space-3xs);margin-right:var(--cos-space-3xs);&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;span rl-type=&quot;stop&quot;&gt;&lt;span class=&quot;cos-tooltip cosd-citation&quot; style=&quot;position:relative;display:inline-flex;line-height:14px;margin-left:var(--cos-space-3xs);margin-right:var(--cos-space-3xs);&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p class=&quot;marklang-paragraph&quot; style=&quot;margin-top:var(--cos-space-3xs);margin-bottom:var(--cos-space-3xs);padding:0px;list-style:none;font-size:var(--cos-text-body-lg);line-height:26px;font-weight:var(--cos-font-regular);-webkit-text-stroke-color:initial;color:var(--cos-color-text);&quot;&gt;&lt;mark class=&quot;flexible-marker flexible-marker-default&quot; style=&quot;background-image:initial;background-position:0px 0px;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;padding-bottom:1px;&quot;&gt;‌&lt;span style=&quot;font-weight:var(--cos-font-medium);-webkit-text-stroke:var(--cos-font-medium-stroke);background-size:100% 12px;padding-bottom:1px;&quot;&gt;挂载文件系统并重置密码&lt;/span&gt;‌&lt;/mark&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;
				按&lt;code style=&quot;background:var(--cos-color-border-minor);border-radius:6px;margin:0px 4px;padding:1px 4px;color:var(--cos-color-text);&quot;&gt;Ctrl+X&lt;/code&gt;启动到单用户模式后，输入&amp;nbsp;&lt;code style=&quot;background:var(--cos-color-border-minor);border-radius:6px;margin:0px 4px;padding:1px 4px;color:var(--cos-color-text);&quot;&gt;mount -o remount,rw /&lt;/code&gt;&amp;nbsp;挂载根分区为读写模式。 ‌&lt;span disable-audio=&quot;true&quot; disable-copy=&quot;true&quot;&gt;&lt;span rl-type=&quot;stop&quot;&gt;&lt;span class=&quot;cos-tooltip cosd-citation&quot; style=&quot;position:relative;display:inline-flex;line-height:14px;margin-left:var(--cos-space-3xs);margin-right:var(--cos-space-3xs);&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;span rl-type=&quot;stop&quot;&gt;&lt;span class=&quot;cos-tooltip cosd-citation&quot; style=&quot;position:relative;display:inline-flex;line-height:14px;margin-left:var(--cos-space-3xs);margin-right:var(--cos-space-3xs);&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;
				执行&amp;nbsp;&lt;code style=&quot;background:var(--cos-color-border-minor);border-radius:6px;margin:0px 4px;padding:1px 4px;color:var(--cos-color-text);&quot;&gt;passwd root&lt;/code&gt;&amp;nbsp;设置新密码，输入两次后显示成功提示。 ‌&lt;span disable-audio=&quot;true&quot; disable-copy=&quot;true&quot;&gt;&lt;span rl-type=&quot;stop&quot;&gt;&lt;span class=&quot;cos-tooltip cosd-citation&quot; style=&quot;position:relative;display:inline-flex;line-height:14px;margin-left:var(--cos-space-3xs);margin-right:var(--cos-space-3xs);&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;span rl-type=&quot;stop&quot;&gt;&lt;span class=&quot;cos-tooltip cosd-citation&quot; style=&quot;position:relative;display:inline-flex;line-height:14px;margin-left:var(--cos-space-3xs);margin-right:var(--cos-space-3xs);&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p class=&quot;marklang-paragraph&quot; style=&quot;margin-top:var(--cos-space-3xs);margin-bottom:var(--cos-space-3xs);padding:0px;list-style:none;font-size:var(--cos-text-body-lg);line-height:26px;font-weight:var(--cos-font-regular);-webkit-text-stroke-color:initial;color:var(--cos-color-text);&quot;&gt;&lt;mark class=&quot;flexible-marker flexible-marker-default&quot; style=&quot;background-image:initial;background-position:0px 0px;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;padding-bottom:1px;&quot;&gt;‌&lt;span style=&quot;font-weight:var(--cos-font-medium);-webkit-text-stroke:var(--cos-font-medium-stroke);background-size:100% 12px;padding-bottom:1px;&quot;&gt;重启系统验证&lt;/span&gt;‌&lt;/mark&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;
				执行&amp;nbsp;&lt;code style=&quot;background:var(--cos-color-border-minor);border-radius:6px;margin:0px 4px;padding:1px 4px;color:var(--cos-color-text);&quot;&gt;exit&lt;/code&gt;&amp;nbsp;和&amp;nbsp;&lt;code style=&quot;background:var(--cos-color-border-minor);border-radius:6px;margin:0px 4px;padding:1px 4px;color:var(--cos-color-text);&quot;&gt;reboot&lt;/code&gt;&amp;nbsp;重启设备，用新密码登录。			&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;</description><pubDate>Thu, 15 May 2025 16:37:26 +0800</pubDate></item></channel></rss>