<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>技术宅CN</title><link>https://www.jishuzhai.cn/</link><description>科技创造世界</description><item><title>中国降雨带发生北移——400毫米和800毫米等降水量线的历史变化趋势</title><link>https://www.jishuzhai.cn/post/22.html</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;title&gt;中国400毫米和800毫米等降水量线的历史变化趋势研究&lt;/title&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;&lt;link href=&quot;https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css&quot; rel=&quot;stylesheet&quot;/&gt;&lt;script src=&quot;https://cdn.jsdelivr.net/npm/chart.js@4.4.8/dist/chart.umd.min.js&quot;&gt;&lt;/script&gt;&lt;!-- Tailwind 配置 --&gt;&lt;script&gt;tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        primary: &#039;#1a73e8&#039;,
                        secondary: &#039;#4285f4&#039;,
                        dark: &#039;#333333&#039;,
                        light: &#039;#f8f9fa&#039;,
                        accent: &#039;#34a853&#039;,
                        warning: &#039;#fbbc04&#039;,
                        danger: &#039;#ea4335&#039;,
                        gray: {
                            100: &#039;#f5f5f5&#039;,
                            200: &#039;#e5e5e5&#039;,
                            300: &#039;#d4d4d4&#039;,
                            400: &#039;#a3a3a3&#039;,
                            500: &#039;#737373&#039;,
                            600: &#039;#525252&#039;,
                            700: &#039;#404040&#039;,
                            800: &#039;#262626&#039;,
                            900: &#039;#171717&#039;,
                        }
                    },
                    fontFamily: {
                        sans: [&#039;Inter&#039;, &#039;system-ui&#039;, &#039;sans-serif&#039;],
                    },
                }
            }
        }&lt;/script&gt;&lt;style type=&quot;text/tailwindcss&quot;&gt;@layer utilities {
            .content-auto {
                content-visibility: auto;
            }
            .text-balance {
                text-wrap: balance;
            }
            .scrollbar-hide::-webkit-scrollbar {
                display: none;
            }
            .scrollbar-hide {
                -ms-overflow-style: none;
                scrollbar-width: none;
            }
            .shadow-soft {
                box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
            }
        }&lt;/style&gt;&lt;style&gt;/* 基础样式 */
        html {
            scroll-behavior: smooth;
        }
        
        body {
            font-family: &#039;Inter&#039;, system-ui, sans-serif;
            color: #333333;
            background-color: #f8f9fa;
        }
        
        /* 导航栏滚动效果 */
        .nav-scrolled {
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        /* 图表容器样式 */
        .chart-container {
            position: relative;
            height: 350px;
            width: 100%;
            margin: 1rem 0;
        }
        
        /* 目录项悬停效果 */
        .toc-item:hover {
            background-color: rgba(26, 115, 232, 0.05);
            color: #1a73e8;
        }
        
        /* 表格样式 */
        .data-table th {
            background-color: #f1f3f4;
            font-weight: 600;
        }
        
        .data-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .data-table tr:hover {
            background-color: #e8f0fe;
        }
        
        /* 响应式调整 */
        @media (max-width: 768px) {
            .chart-container {
                height: 300px;
            }
            
            .mobile-collapse {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
            }
            
            .mobile-expanded {
                max-height: 1000px;
            }
        }&lt;/style&gt;&lt;!-- 顶部导航栏 --&gt;&lt;header id=&quot;main-header&quot; class=&quot;fixed top-0 left-0 right-0 z-50 transition-all duration-300 bg-white&quot;&gt;&lt;h1 class=&quot;text-xl sm:text-2xl font-bold text-primary hidden sm:block&quot;&gt;&lt;em class=&quot;fa fa-bar-chart mr-2&quot;&gt;&lt;/em&gt;等降水量线研究&lt;/h1&gt;&lt;p&gt;&lt;!-- 移动端菜单按钮 --&gt;&lt;button id=&quot;menu-toggle&quot; class=&quot;sm:hidden text-gray-700 focus:outline-none&quot;&gt;&lt;em class=&quot;fa fa-bars text-xl&quot;&gt;&lt;/em&gt;&lt;/button&gt;&lt;!-- 桌面端导航 --&gt;&lt;/p&gt;&lt;nav class=&quot;hidden sm:flex space-x-6&quot;&gt;&lt;a href=&quot;#intro&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200&quot;&gt;引言&lt;/a&gt;&lt;a href=&quot;#line400&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200&quot;&gt;400mm线&lt;/a&gt;&lt;a href=&quot;#line800&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200&quot;&gt;800mm线&lt;/a&gt;&lt;a href=&quot;#drivers&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200&quot;&gt;驱动机制&lt;/a&gt;&lt;a href=&quot;#impacts&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200&quot;&gt;影响意义&lt;/a&gt;&lt;a href=&quot;#predictions&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200&quot;&gt;未来预测&lt;/a&gt;&lt;a href=&quot;#conclusion&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200&quot;&gt;结论讨论&lt;/a&gt;&lt;/nav&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;!-- 移动端导航菜单 --&gt;&lt;/p&gt;&lt;nav id=&quot;mobile-menu&quot; class=&quot;mobile-collapse sm:hidden pb-4&quot;&gt;&lt;p&gt;&lt;a href=&quot;#intro&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200 py-2&quot;&gt;引言&lt;/a&gt;&lt;a href=&quot;#line400&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200 py-2&quot;&gt;400mm等降水量线&lt;/a&gt;&lt;a href=&quot;#line800&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200 py-2&quot;&gt;800mm等降水量线&lt;/a&gt;&lt;a href=&quot;#drivers&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200 py-2&quot;&gt;驱动机制&lt;/a&gt;&lt;a href=&quot;#impacts&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200 py-2&quot;&gt;影响与意义&lt;/a&gt;&lt;a href=&quot;#predictions&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200 py-2&quot;&gt;未来变化趋势预测&lt;/a&gt;&lt;a href=&quot;#conclusion&quot; class=&quot;text-gray-700 hover:text-primary transition-colors duration-200 py-2&quot;&gt;结论与讨论&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/header&gt;&lt;!-- 主要内容区 --&gt;&lt;main class=&quot;container mx-auto px-4 sm:px-6 lg:px-8 pt-24 pb-16&quot;&gt;&lt;!-- 页面标题 --&gt;&lt;h1 class=&quot;text-3xl sm:text-4xl md:text-5xl font-bold text-gray-800 mb-4&quot;&gt;中国400毫米和800毫米等降水量线的历史变化趋势研究&lt;/h1&gt;&lt;p class=&quot;text-gray-600 max-w-3xl mx-auto text-balance&quot;&gt;系统分析中国关键等降水量线的历史变化趋势、驱动机制及其对生态环境和社会经济的影响&lt;/p&gt;&lt;p&gt;&lt;!-- 侧边目录 (桌面端) --&gt;&lt;/p&gt;&lt;aside class=&quot;lg:w-1/4 hidden lg:block&quot;&gt;&lt;h3 class=&quot;text-lg font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;em class=&quot;fa fa-list-ul text-primary mr-2&quot;&gt;&lt;/em&gt;目录&lt;/h3&gt;&lt;ul class=&quot;space-y-2 text-sm list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#intro&quot; class=&quot;toc-item block py-1.5 px-3 rounded transition-colors duration-200&quot;&gt;一、引言&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#line400&quot; class=&quot;toc-item block py-1.5 px-3 rounded transition-colors duration-200&quot;&gt;二、400毫米等降水量线的历史变化趋势&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;pl-4 mt-1 space-y-1 list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#line400-1&quot; class=&quot;toc-item block py-1 px-2 rounded text-sm transition-colors duration-200&quot;&gt;2.1 长期变化趋势&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#line400-2&quot; class=&quot;toc-item block py-1 px-2 rounded text-sm transition-colors duration-200&quot;&gt;2.2 年代际变化特征&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#line400-3&quot; class=&quot;toc-item block py-1 px-2 rounded text-sm transition-colors duration-200&quot;&gt;2.3 空间分布变化&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#line800&quot; class=&quot;toc-item block py-1.5 px-3 rounded transition-colors duration-200&quot;&gt;三、800毫米等降水量线的历史变化趋势&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;pl-4 mt-1 space-y-1 list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#line800-1&quot; class=&quot;toc-item block py-1 px-2 rounded text-sm transition-colors duration-200&quot;&gt;3.1 长期变化趋势&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#line800-2&quot; class=&quot;toc-item block py-1 px-2 rounded text-sm transition-colors duration-200&quot;&gt;3.2 年代际变化特征&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#line800-3&quot; class=&quot;toc-item block py-1 px-2 rounded text-sm transition-colors duration-200&quot;&gt;3.3 空间分布变化&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#drivers&quot; class=&quot;toc-item block py-1.5 px-3 rounded transition-colors duration-200&quot;&gt;四、降水线移动的驱动机制&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#impacts&quot; class=&quot;toc-item block py-1.5 px-3 rounded transition-colors duration-200&quot;&gt;五、等降水量线变化的影响与意义&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#predictions&quot; class=&quot;toc-item block py-1.5 px-3 rounded transition-colors duration-200&quot;&gt;六、未来变化趋势预测&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;#conclusion&quot; class=&quot;toc-item block py-1.5 px-3 rounded transition-colors duration-200&quot;&gt;七、结论与讨论&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/aside&gt;&lt;!-- 主要内容 --&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;!-- 一、引言 --&gt;&lt;/p&gt;&lt;section id=&quot;intro&quot; class=&quot;bg-white rounded-lg shadow-soft p-6 mb-8&quot;&gt;&lt;p&gt;&lt;em class=&quot;fa fa-info-circle text-primary text-xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;h2 class=&quot;text-2xl font-bold text-gray-800&quot;&gt;一、引言&lt;/h2&gt;&lt;p class=&quot;mb-4&quot;&gt;等降水量线是气候学和地理学中重要的气候分界线，能够直观反映区域降水分布特征及其变化趋势。在中国，400毫米和800毫米等降水量线具有特殊的地理和生态意义，不仅是气候分区的重要指标，也是农业生产方式、植被类型和人口分布的重要分界线。&lt;/p&gt;&lt;p class=&quot;text-gray-700&quot;&gt;&lt;strong&gt;400毫米等降水量线&lt;/strong&gt;将中国分为东南湿润区和西北干旱半干旱区，是森林植被与草原植被的分界线，也是传统农耕文明与游牧文明的边际线。&lt;/p&gt;&lt;p class=&quot;text-gray-700 mt-2&quot;&gt;&lt;strong&gt;800毫米等降水量线&lt;/strong&gt;则是湿润地区与半湿润地区的分界线，沿秦岭—淮河一线分布，是中国南方与北方的重要自然地理分界线。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;近年来，随着全球气候变化和区域气候系统调整，中国降水格局发生了显著变化，这些变化在等降水量线的空间移动上表现尤为明显。2025年夏季，京津冀地区平均降水量达到508毫米，创下28年来新高，北京汛期降水较往年偏多三成，突破20年极值。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;同时，北方地区极端降水事件频发，如北京怀柔出现1小时95.3毫米的极端降雨，河北易县单日降雨量达362.6毫米，均刷新历史纪录。这些现象引发了科学界和公众对中国降水格局变化的广泛关注，特别是等降水量线是否发生了显著北移的问题。&lt;/p&gt;&lt;p&gt;本文旨在系统分析中国400毫米和800毫米等降水量线的历史变化趋势，探讨其驱动机制及其对生态环境和社会经济的影响，为理解中国气候变化背景下的降水格局演变提供科学依据。&lt;/p&gt;&lt;/section&gt;&lt;!-- 二、400毫米等降水量线的历史变化趋势 --&gt;&lt;section id=&quot;line400&quot; class=&quot;bg-white rounded-lg shadow-soft p-6 mb-8&quot;&gt;&lt;p&gt;&lt;em class=&quot;fa fa-area-chart text-primary text-xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;h2 class=&quot;text-2xl font-bold text-gray-800&quot;&gt;二、400毫米等降水量线的历史变化趋势&lt;/h2&gt;&lt;!-- 2.1 长期变化趋势 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;2.1&lt;/span&gt;长期变化趋势&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;根据国家气候中心2024年发布的《中国季风区降水变化报告》，21世纪以来华北、西北东部年降水量以每10年10-20毫米的速度持续增加，而长江中下游地区同期减少了5-15毫米，南北降水格局的&amp;quot;跷跷板&amp;quot;效应愈发明显。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;作为气候分界的关键标志，400毫米等降水量线的北移趋势尤为清晰。对比1972年与2022年的降水格局，原本处于线边缘的北京、石家庄、太原等城市，已稳固处于半湿润区内。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;从更长的时间尺度看，1961年至2010年期间，中国400毫米等雨量线整体上呈现出向西向南移动的趋势。其中，400毫米等雨量线向西移动明显，其中心点经、纬向变化率分别为-0.022和-0.029，纬向的变化达到了α=0.05的显著水平。&lt;/p&gt;&lt;p&gt;然而，进入21世纪后，特别是2010年以来，400毫米等降水量线的变化趋势发生了明显转变。对比1972年与2022年的降水格局，可以明显观察到400毫米等降水量线呈现北移趋势。这一变化在2025年的气象数据中得到了进一步证实。&lt;/p&gt;&lt;p&gt;&lt;!-- 400毫米等降水量线移动趋势图 --&gt;&lt;/p&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;400毫米等降水量线纬度变化趋势(1961-2025)&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;line400Chart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;数据来源：国家气候中心、中国气象局&lt;/p&gt;&lt;!-- 2.2 年代际变化特征 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;2.2&lt;/span&gt;年代际变化特征&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;400毫米等降水量线的移动表现出明显的年代际变化特征。根据研究，1961年以来，&amp;quot;七下八上&amp;quot;期间我国东部季风区的多雨带位置有显著的年代际变化。&lt;/p&gt;&lt;p&gt;&lt;!-- 多雨带位置变化表格 --&gt;&lt;/p&gt;&lt;table class=&quot;data-table w-full border-collapse&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class=&quot;px-4 py-3 text-left text-gray-700 border-b&quot;&gt;时期&lt;/th&gt;&lt;th class=&quot;px-4 py-3 text-left text-gray-700 border-b&quot;&gt;主要多雨区位置&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class=&quot;px-4 py-3 border-b&quot;&gt;1960-1970年代&lt;/td&gt;&lt;td class=&quot;px-4 py-3 border-b&quot;&gt;华北地区&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;px-4 py-3 border-b&quot;&gt;1980年代&lt;/td&gt;&lt;td class=&quot;px-4 py-3 border-b&quot;&gt;黄淮到江淮地区&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;px-4 py-3 border-b&quot;&gt;1990年代&lt;/td&gt;&lt;td class=&quot;px-4 py-3 border-b&quot;&gt;东北到华北北部以及江南到华南北部&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;px-4 py-3 border-b&quot;&gt;2000年至2010年&lt;/td&gt;&lt;td class=&quot;px-4 py-3 border-b&quot;&gt;江淮地区&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;px-4 py-3&quot;&gt;2011年至今&lt;/td&gt;&lt;td class=&quot;px-4 py-3&quot;&gt;华北和江淮东部&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p class=&quot;mb-4&quot;&gt;这种年代际变化表明，我国东部季风区的多雨带有显著的南北移动特征，且近几十年有北移趋势。特别是2025年夏季，副热带高压脊线罕见北抬至北纬34度，导致北京怀柔出现1小时95.3毫米的极端降雨，河北易县单日降雨量达362.6毫米，接近其年均降水量，刷新历史纪录。&lt;/p&gt;&lt;!-- 2.3 空间分布变化 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;2.3&lt;/span&gt;空间分布变化&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;400毫米等降水量线的空间分布变化也表现出明显的区域差异。内蒙古自治区气象局监测显示，该区域近五年湿地面积持续扩张，部分干涸半世纪的湖泊重新蓄水，包头草原返青比常年提前11-12天，呼和浩特大青山保护区森林覆盖率达50%，草原综合植被盖度从2000年的30%升至49.74%。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;内蒙古汛期（6月1日至8月31日）平均降水量达270.1毫米，较常年同期偏多58.8毫米，其中7月至8月下旬的5次区域性暴雨过程，使平均降水量创下1961年以来历史同期最多。&lt;/p&gt;&lt;p&gt;&lt;!-- 生态环境变化数据图表 --&gt;&lt;/p&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;北方干旱半干旱地区生态环境改善情况&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;ecoImprovementChart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;数据来源：内蒙古自治区气象局、甘肃省气象局&lt;/p&gt;&lt;p&gt;甘肃民勤县干涸51年的青土湖重现水面，沙尘暴天数从年均37天降至不足10天；塔里木河经生态输水后，下游断流30年的河道重现生机，有效阻隔了两大沙漠的合拢。这些变化表明，400毫米等降水量线的北移已经对北方干旱半干旱地区的生态环境产生了显著影响。&lt;/p&gt;&lt;/section&gt;&lt;!-- 三、800毫米等降水量线的历史变化趋势 --&gt;&lt;section id=&quot;line800&quot; class=&quot;bg-white rounded-lg shadow-soft p-6 mb-8&quot;&gt;&lt;p&gt;&lt;em class=&quot;fa fa-line-chart text-primary text-xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;h2 class=&quot;text-2xl font-bold text-gray-800&quot;&gt;三、800毫米等降水量线的历史变化趋势&lt;/h2&gt;&lt;!-- 3.1 长期变化趋势 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;3.1&lt;/span&gt;长期变化趋势&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;与400毫米等降水量线相比，800毫米等降水量线的变化趋势有所不同。根据研究，1961年至2010年期间，中国800毫米等雨量线整体上呈现出向南移动的趋势。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;其中心点经纬向变化率分别为-0.029和-0.012，经度和纬度的秩相关检验统计量K值分别为-1.147和-0.458，在α=0.05时，经度减少的趋势显著，而纬度降低的趋势则不显著。800毫米等雨量线在经向和纬向变化均存在7年的主周期，空间位置的突变年为1975年、2002年（经度）和1980年、1982年和1987年（纬度）。&lt;/p&gt;&lt;p&gt;&lt;!-- 800毫米等降水量线移动趋势图 --&gt;&lt;/p&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;800毫米等降水量线纬度变化趋势(1961-2025)&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;line800Chart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;数据来源：国家气候中心、中国气象局&lt;/p&gt;&lt;p&gt;然而，进入21世纪以来，800毫米等降水量线的变化趋势发生了明显转变。中国气象局自2022年1月1日起启用1991-2020年的新气候平均值。对比1981-2010年的旧气候态，新气候态下夏季我国长江以南地区降水量增加最为显著，可达30-50mm，局部超过50mm。这在一定程度上反映了800毫米等降水量线的北移趋势。&lt;/p&gt;&lt;!-- 3.2 年代际变化特征 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;3.2&lt;/span&gt;年代际变化特征&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;800毫米等降水量线的年代际变化同样表现出明显的阶段性特征。在20世纪下半叶，中国东部地区的降水格局主要表现为&amp;quot;南涝北旱&amp;quot;，800毫米年降水量等值线呈现逐渐南移的趋势，其东段在40年间向南移动了约2个纬度。&lt;/p&gt;&lt;p class=&quot;text-gray-700&quot;&gt;然而，进入21世纪以来，这一传统格局发生了显著逆转，800毫米等值线开始迅速北移，在短短十年内就回到了北纬36度附近，恢复到了1950年代的北部位置。这一变化与东亚夏季风的强度变化密切相关，反映了大气环流系统的年代际调整。&lt;/p&gt;&lt;p&gt;&lt;!-- 南北降水变化对比图表 --&gt;&lt;/p&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;中国南北地区降水变化对比(1961-2025)&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;northSouthRainfallChart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;数据来源：国家气候中心&lt;/p&gt;&lt;!-- 3.3 空间分布变化 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;3.3&lt;/span&gt;空间分布变化&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;800毫米等降水量线的空间分布变化主要表现为南北方向的移动。根据研究，中国东部地区降水格局的年代际变化与西太平洋副热带高压的位置和强度变化密切相关。当西太平洋副热带高压偏强、偏北时，其西侧的暖湿气流可以更有效地向北输送，导致北方地区降水增加，南方地区降水减少，从而推动800毫米等降水量线北移。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;值得注意的是，800毫米等降水量线的变化不仅影响降水分布，还对农业生产和生态环境产生深远影响。例如，当800毫米等降水量线北移时，传统的南方作物种植区可能向北扩展，改变农业生产格局；同时，北方湿润地区的范围扩大，有利于植被生长和生态恢复。&lt;/p&gt;&lt;p&gt;这种变化趋势在2025年表现得尤为明显，西太平洋副热带高压异常偏北，导致北方地区降水显著增加，而南方部分地区则出现干旱，进一步证实了800毫米等降水量线的北移趋势。&lt;/p&gt;&lt;/section&gt;&lt;!-- 四、降水线移动的驱动机制 --&gt;&lt;section id=&quot;drivers&quot; class=&quot;bg-white rounded-lg shadow-soft p-6 mb-8&quot;&gt;&lt;p&gt;&lt;em class=&quot;fa fa-cogs text-primary text-xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;h2 class=&quot;text-2xl font-bold text-gray-800&quot;&gt;四、降水线移动的驱动机制&lt;/h2&gt;&lt;p&gt;&lt;!-- 4.1 大气环流变化 --&gt;&lt;/p&gt;&lt;h3 class=&quot;text-lg font-semibold text-gray-800 mb-3 flex items-center&quot;&gt;&lt;em class=&quot;fa fa-cloud text-primary mr-2&quot;&gt;&lt;/em&gt;4.1 大气环流变化&lt;/h3&gt;&lt;p class=&quot;mb-3&quot;&gt;中国降水格局的变化与大气环流系统的调整密切相关。东亚夏季风指数（EASMI）是影响中国降水分布的主要气候因子之一。&lt;/p&gt;&lt;p class=&quot;mb-3&quot;&gt;2025年7月，副热带高压脊线罕见北抬至北纬34度，导致北京怀柔出现1小时95.3毫米的极端降雨，河北易县单日降雨量达362.6毫米，刷新历史纪录。&lt;/p&gt;&lt;p&gt;研究发现，东亚夏季风指数（EASMI）是影响800毫米等降水量线移动的主导因素。当东亚夏季风偏强时，推动800毫米等降水量线北移；反之则南移。&lt;/p&gt;&lt;p&gt;&lt;!-- 4.2 全球气候变化 --&gt;&lt;/p&gt;&lt;h3 class=&quot;text-lg font-semibold text-gray-800 mb-3 flex items-center&quot;&gt;&lt;em class=&quot;fa fa-globe text-primary mr-2&quot;&gt;&lt;/em&gt;4.2 全球气候变化&lt;/h3&gt;&lt;p class=&quot;mb-3&quot;&gt;全球气候变化是影响中国降水格局变化的重要背景因素。全球变暖背景下，中国北方地区的增温幅度大于南方地区。&lt;/p&gt;&lt;p class=&quot;mb-3&quot;&gt;西太平洋副热带高压的强度和位置变化与中国东部地区降水分布的年代际变化密切相关。当西太平洋副热带高压偏强、偏北时，推动等降水量线北移。&lt;/p&gt;&lt;p&gt;全球变暖还导致极端降水事件频率和强度增加，这也是等降水量线移动的重要驱动因素。&lt;/p&gt;&lt;p&gt;&lt;!-- 4.3 区域气候反馈机制 --&gt;&lt;/p&gt;&lt;h3 class=&quot;text-lg font-semibold text-gray-800 mb-3 flex items-center&quot;&gt;&lt;em class=&quot;fa fa-refresh text-primary mr-2&quot;&gt;&lt;/em&gt;4.3 区域气候反馈机制&lt;/h3&gt;&lt;p class=&quot;mb-3&quot;&gt;区域气候反馈机制对中国降水格局变化产生重要影响。北方地区的地表反照率变化、土壤湿度变化和植被覆盖变化等因素都可能影响降水分布。&lt;/p&gt;&lt;p class=&quot;mb-3&quot;&gt;随着400毫米等降水量线北移，北方干旱半干旱地区的植被覆盖度增加，导致地表反照率降低，吸收更多的太阳辐射。&lt;/p&gt;&lt;p&gt;这种正反馈机制可能会加速400毫米等降水量线的北移过程，形成良性循环，进一步改善北方地区的生态环境。&lt;/p&gt;&lt;p&gt;&lt;!-- 4.4 人为因素影响 --&gt;&lt;/p&gt;&lt;h3 class=&quot;text-lg font-semibold text-gray-800 mb-3 flex items-center&quot;&gt;&lt;em class=&quot;fa fa-users text-primary mr-2&quot;&gt;&lt;/em&gt;4.4 人为因素影响&lt;/h3&gt;&lt;p class=&quot;mb-3&quot;&gt;人为因素，特别是温室气体排放和大气气溶胶浓度变化，对中国降水格局变化产生了重要影响。&lt;/p&gt;&lt;p class=&quot;mb-3&quot;&gt;温室气体排放增加导致的全球变暖是推动中国北方地区降水增加的重要因素之一。同时，大气气溶胶浓度的变化也会影响云的微物理特性和降水效率。&lt;/p&gt;&lt;p&gt;近年来随着中国大气污染防治措施的加强，大气气溶胶浓度有所降低，这可能也是导致北方地区降水增加的一个因素。&lt;/p&gt;&lt;!-- 驱动机制重要性分析图表 --&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;等降水量线移动驱动因素重要性分析&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;driverImportanceChart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;基于专家评估和文献分析的综合权重&lt;/p&gt;&lt;/section&gt;&lt;!-- 五、等降水量线变化的影响与意义 --&gt;&lt;section id=&quot;impacts&quot; class=&quot;bg-white rounded-lg shadow-soft p-6 mb-8&quot;&gt;&lt;p&gt;&lt;em class=&quot;fa fa-impact text-primary text-xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;h2 class=&quot;text-2xl font-bold text-gray-800&quot;&gt;五、等降水量线变化的影响与意义&lt;/h2&gt;&lt;!-- 5.1 生态环境影响 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;5.1&lt;/span&gt;生态环境影响&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;400毫米和800毫米等降水量线的变化对中国生态环境产生了深远影响。首先，400毫米等降水量线的北移导致北方干旱半干旱地区的生态环境明显改善。&lt;/p&gt;&lt;p class=&quot;text-gray-700&quot;&gt;内蒙古自治区气象局监测显示，该区域近五年湿地面积持续扩张，部分干涸半世纪的湖泊重新蓄水，包头草原返青比常年提前11-12天，呼和浩特大青山保护区森林覆盖率达50%，草原综合植被盖度从2000年的30%升至49.74%。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;察汗淖尔水体面积在2024年8月达到26.5平方公里，较去年同期的5.2平方公里增长超4倍，荒漠草原区草群平均高度和覆盖度普遍偏高5%至20%，产草量增幅最高达50%以上。&lt;/p&gt;&lt;p&gt;&lt;!-- 生态环境变化对比图表 --&gt;&lt;/p&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;北方地区生态环境变化对比&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;ecoChangeChart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;数据来源：内蒙古自治区气象局、甘肃省气象局&lt;/p&gt;&lt;p&gt;然而，降水格局的改变也带来了新的生态挑战。生态系统的重构速度往往远快于物种的自然适应能力。由于新引入的乔木林与原生野草争夺阳光、水分和生存空间，不仅压缩了黄羊、旱獭等草原物种的栖息地，更深层地改变了土壤微生物群落结构和养分循环方式。&lt;/p&gt;&lt;!-- 5.2 农业生产影响 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;5.2&lt;/span&gt;农业生产影响&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;等降水量线的变化对中国农业生产格局产生了重要影响。400毫米等降水量线的北移为北方干旱半干旱地区的农业发展提供了新的机遇。2024年5月，中国农业科学院科研团队在新疆和田沙漠温室试种快速繁育水稻获得成功；2025年6月，塔克拉玛干沙漠也成功育出千亩水稻，成功跻身全国粮食主产区之一。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;东北地区则借助水热条件改善实现了玉米、水稻种植面积的显著扩大，为国家粮食安全增添了新的保障。此外，降水格局的改变也使得北方传统旱作农业区的水资源条件得到改善，有利于提高农业产量和稳定性。&lt;/p&gt;&lt;p&gt;&lt;!-- 农业种植结构变化图表 --&gt;&lt;/p&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;北方地区农业种植结构变化&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;agricultureChangeChart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;数据来源：中国农业科学院、国家统计局&lt;/p&gt;&lt;p&gt;然而，降水格局的改变也给农业生产带来了新的挑战。短期暴雨易造成土壤板结，影响作物根系呼吸；而潮湿的土壤，又为小麦锈病、玉米大斑病等喜湿病害提供了温床。更值得警惕的是，部分地区为追求短期效益，盲目扩种高耗水作物，却忽视了北方土壤（如黄土高原钙质土）保水能力弱、排水性差的特点，不仅浪费了宝贵的水资源，还可能引发次生盐碱化，造成&amp;quot;欲速则不达&amp;quot;的后果。&lt;/p&gt;&lt;!-- 5.3 水资源与洪涝灾害影响 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;5.3&lt;/span&gt;水资源与洪涝灾害影响&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;等降水量线的变化对中国水资源分布和洪涝灾害风险也产生了重要影响。一方面，400毫米等降水量线的北移使得北方地区的水资源条件得到改善。以北京为例，二十多年前，人均水资源占有量不足200立方米，仅为全国平均水平的八分之一、世界人均水平的三十分之一。&lt;/p&gt;&lt;p class=&quot;text-gray-700&quot;&gt;2023年7月的北京一场创纪录暴雨就为北京带来了约50亿立方米水量，形成了水资源6.29亿立方米，其中地表水1.89亿立方米，地下水4.4亿立方米。这表明，降水格局的改变可能会显著改善北方地区的水资源状况。&lt;/p&gt;&lt;p&gt;&lt;!-- 极端降水事件变化图表 --&gt;&lt;/p&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;北方地区极端降水事件变化趋势(1980-2025)&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;extremeRainfallChart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;数据来源：中国气象局、国家气候中心&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;另一方面，降水格局的改变也增加了北方地区的洪涝灾害风险。2025年夏季，京津冀地区遭遇极端降水，北京怀柔、密云部分区域四天降雨量达543.4毫米，接近当地年均降水量总和；内蒙古巴彦淖尔市五原县、呼和浩特市最大小时降雨量均突破历史极值，均引发城区积水、交通中断等连锁问题。&lt;/p&gt;&lt;p&gt;甚至，从未&amp;quot;喝足水&amp;quot;的西北地区，也很难承受这种突变。2021年塔克拉玛干沙漠，突降的暴雨带来的洪水，瞬间便吞没了3万套石油勘探设备；2025年甘肃榆中暴雨引发山洪致10人死亡、33人失联。&lt;/p&gt;&lt;!-- 5.4 社会经济发展影响 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;5.4&lt;/span&gt;社会经济发展影响&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;等降水量线的变化对中国社会经济发展也产生了深远影响。首先，降水格局的改变可能会促进北方地区的经济发展。水资源条件的改善、生态环境的恢复以及农业生产潜力的提高，都可能为北方地区带来新的发展机遇。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;然而，降水格局的改变也可能加剧区域发展不平衡。当雨带长期滞留北方，南方长江中下游地区就往往面临持续性高温干旱，这些年的长江流域罕见大旱和江水断流就是证明。这可能会影响南方地区的经济发展和社会稳定。&lt;/p&gt;&lt;p&gt;&lt;!-- 城市防洪能力挑战 --&gt;&lt;/p&gt;&lt;p class=&quot;text-gray-700 mb-2&quot;&gt;&lt;strong&gt;城市防洪能力挑战：&lt;/strong&gt;北方城市由于早年雨水较少，多数城市排水系统都是参考干旱气候（特别是苏式标准设计，而苏联属于少雨的温带大陆性气候，年降水量仅582毫米），造成排水管道直径设计较窄，且部分管路老化、雨污合流，遇到强降雨就极易堵塞泄洪。&lt;/p&gt;&lt;p class=&quot;text-gray-700&quot;&gt;例如河南郑州早先投入534.8亿元建设的&amp;quot;海绵城市&amp;quot;，却在2021在单日624毫米降雨量面前&amp;quot;停摆&amp;quot;，主城区38个排涝区仅1个达标，至今都还没有缓过来，暴露出设施标准与气候现实的严重错配。&lt;/p&gt;&lt;/section&gt;&lt;!-- 六、未来变化趋势预测 --&gt;&lt;section id=&quot;predictions&quot; class=&quot;bg-white rounded-lg shadow-soft p-6 mb-8&quot;&gt;&lt;p&gt;&lt;em class=&quot;fa fa-binoculars text-primary text-xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;h2 class=&quot;text-2xl font-bold text-gray-800&quot;&gt;六、未来变化趋势预测&lt;/h2&gt;&lt;p&gt;&lt;!-- 6.1 短期变化趋势预测 --&gt;&lt;/p&gt;&lt;h3 class=&quot;text-lg font-semibold text-gray-800 mb-3 flex items-center&quot;&gt;&lt;em class=&quot;fa fa-calendar text-primary mr-2&quot;&gt;&lt;/em&gt;6.1 短期预测(5-10年)&lt;/h3&gt;&lt;p class=&quot;mb-3&quot;&gt;基于当前的气候变化趋势和气象观测数据，短期内中国400毫米和800毫米等降水量线可能会继续北移。&lt;/p&gt;&lt;p class=&quot;mb-3&quot;&gt;国家气候中心监测显示，21世纪以来华北、西北东部年降水量以每10年10-20毫米的速度持续增加。&lt;/p&gt;&lt;p&gt;全球变暖背景下，西太平洋副热带高压的位置和强度可能会继续发生变化，推动等降水量线进一步北移。&lt;/p&gt;&lt;p&gt;&lt;!-- 6.2 中长期变化趋势预测 --&gt;&lt;/p&gt;&lt;h3 class=&quot;text-lg font-semibold text-gray-800 mb-3 flex items-center&quot;&gt;&lt;em class=&quot;fa fa-calendar-check-o text-primary mr-2&quot;&gt;&lt;/em&gt;6.2 中长期预测(10-30年)&lt;/h3&gt;&lt;p class=&quot;mb-3&quot;&gt;从中长期来看，中国等降水量线的变化趋势可能会更加复杂。&lt;/p&gt;&lt;p class=&quot;mb-3&quot;&gt;一方面，全球变暖的持续可能会进一步推动等降水量线北移；另一方面，自然气候变率的影响也可能导致等降水量线出现波动。&lt;/p&gt;&lt;p&gt;多种因素的综合作用可能会导致中国降水格局在未来几十年内发生更为显著的变化。&lt;/p&gt;&lt;p&gt;&lt;!-- 6.3 极端降水事件变化预测 --&gt;&lt;/p&gt;&lt;h3 class=&quot;text-lg font-semibold text-gray-800 mb-3 flex items-center&quot;&gt;&lt;em class=&quot;fa fa-bolt text-primary mr-2&quot;&gt;&lt;/em&gt;6.3 极端降水预测&lt;/h3&gt;&lt;p class=&quot;mb-3&quot;&gt;未来，中国北方地区的极端降水事件可能会更加频繁和强烈。&lt;/p&gt;&lt;p class=&quot;mb-3&quot;&gt;研究表明，全球变暖背景下，极端降水事件的强度和频率都可能增加。&lt;/p&gt;&lt;p&gt;全球升温1.5°C和2.0°C情景下，中国地区极端降水的强度将分别增加约7%和11%，发生概率也将显著提高。&lt;/p&gt;&lt;!-- 未来等降水量线移动预测图表 --&gt;&lt;h4 class=&quot;text-lg font-medium text-gray-700 mb-3&quot;&gt;400mm和800mm等降水量线未来移动趋势预测&lt;/h4&gt;&lt;p&gt;&lt;canvas id=&quot;futureTrendChart&quot;&gt;&lt;/canvas&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-500 text-center mt-2&quot;&gt;基于CMIP6气候模式集合预测结果，阴影区域表示95%置信区间&lt;/p&gt;&lt;/section&gt;&lt;!-- 七、结论与讨论 --&gt;&lt;section id=&quot;conclusion&quot; class=&quot;bg-white rounded-lg shadow-soft p-6&quot;&gt;&lt;p&gt;&lt;em class=&quot;fa fa-check-circle text-primary text-xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;h2 class=&quot;text-2xl font-bold text-gray-800&quot;&gt;七、结论与讨论&lt;/h2&gt;&lt;!-- 7.1 主要结论 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;7.1&lt;/span&gt;主要结论&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;本研究通过分析中国400毫米和800毫米等降水量线的历史变化趋势，得出以下主要结论：&lt;/p&gt;&lt;ol class=&quot;list-decimal pl-6 space-y-3 mb-6 list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;400毫米等降水量线在1961年至2010年期间整体上呈现出向西向南移动的趋势，但其中心点经、纬向变化率分别为-0.022和-0.029，纬向的变化达到了α=0.05的显著水平。然而，进入21世纪后，特别是2010年以来，400毫米等降水量线的变化趋势发生了明显转变，呈现出北移趋势。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;800毫米等降水量线在1961年至2010年期间整体上呈现出向南移动的趋势，其中心点经纬向变化率分别为-0.029和-0.012，在α=0.05时，经度减少的趋势显著。然而，进入21世纪以来，800毫米等降水量线的变化趋势发生了明显逆转，开始迅速北移。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;中国等降水量线的变化受到多种因素的影响，包括大气环流变化（特别是东亚夏季风和西太平洋副热带高压的变化）、全球气候变化、区域气候反馈机制和人为因素等。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;等降水量线的变化对中国生态环境、农业生产、水资源分布、洪涝灾害风险和社会经济发展都产生了深远影响。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;!-- 7.2 科学意义 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;7.2&lt;/span&gt;科学意义&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;本研究的科学意义主要体现在以下几个方面：&lt;/p&gt;&lt;p&gt;&lt;em class=&quot;fa fa-lightbulb-o text-2xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-700 text-center&quot;&gt;揭示了中国关键等降水量线的长期变化趋势和年代际变化特征，为理解中国降水格局的演变提供了新的认识。&lt;/p&gt;&lt;p&gt;&lt;em class=&quot;fa fa-cog text-2xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-700 text-center&quot;&gt;探讨了中国等降水量线变化的驱动机制，为气候模型的改进和气候预测提供了科学依据。&lt;/p&gt;&lt;p&gt;&lt;em class=&quot;fa fa-balance-scale text-2xl&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;p class=&quot;text-sm text-gray-700 text-center&quot;&gt;分析了等降水量线变化的多方面影响，为制定适应气候变化的政策和措施提供了参考。&lt;/p&gt;&lt;!-- 7.3 政策建议 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;7.3&lt;/span&gt;政策建议&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;基于本研究的主要结论，提出以下政策建议：&lt;/p&gt;&lt;p&gt;1&lt;/p&gt;&lt;h4 class=&quot;font-medium text-gray-800&quot;&gt;加强气候变化监测和预警能力建设&lt;/h4&gt;&lt;p class=&quot;text-gray-700 text-sm mt-1&quot;&gt;建立更加完善的气候变化监测网络，提高极端天气事件的预警能力，为防灾减灾提供科学依据。&lt;/p&gt;&lt;p&gt;2&lt;/p&gt;&lt;h4 class=&quot;font-medium text-gray-800&quot;&gt;优化水资源管理和调配&lt;/h4&gt;&lt;p class=&quot;text-gray-700 text-sm mt-1&quot;&gt;根据降水格局的变化，调整水资源管理策略，优化南水北调等重大水利工程的运行方式，提高水资源利用效率。&lt;/p&gt;&lt;p&gt;3&lt;/p&gt;&lt;h4 class=&quot;font-medium text-gray-800&quot;&gt;调整农业生产结构和布局&lt;/h4&gt;&lt;p class=&quot;text-gray-700 text-sm mt-1&quot;&gt;根据等降水量线的变化，调整农业种植结构和区域布局，发展适应气候变化的农业生产模式。&lt;/p&gt;&lt;p&gt;4&lt;/p&gt;&lt;h4 class=&quot;font-medium text-gray-800&quot;&gt;加强生态环境保护和修复&lt;/h4&gt;&lt;p class=&quot;text-gray-700 text-sm mt-1&quot;&gt;利用降水增加的有利条件，加强北方干旱半干旱地区的生态环境保护和修复，提高生态系统的稳定性和适应能力。&lt;/p&gt;&lt;p&gt;5&lt;/p&gt;&lt;h4 class=&quot;font-medium text-gray-800&quot;&gt;提高城市适应气候变化能力&lt;/h4&gt;&lt;p class=&quot;text-gray-700 text-sm mt-1&quot;&gt;加强城市排水系统和防洪设施建设，提高城市应对极端降水事件的能力，减少洪涝灾害损失。&lt;/p&gt;&lt;p&gt;6&lt;/p&gt;&lt;h4 class=&quot;font-medium text-gray-800&quot;&gt;加强区域协调发展&lt;/h4&gt;&lt;p class=&quot;text-gray-700 text-sm mt-1&quot;&gt;考虑降水格局变化对区域发展的影响，加强南北区域之间的协调发展，缩小区域发展差距。&lt;/p&gt;&lt;!-- 7.4 研究局限与展望 --&gt;&lt;h3 class=&quot;text-xl font-semibold text-gray-800 mb-4 flex items-center&quot;&gt;&lt;span class=&quot;w-8 h-8 rounded-full bg-primary/10 flex items-center justify-center mr-2 text-primary&quot;&gt;7.4&lt;/span&gt;研究局限与展望&lt;/h3&gt;&lt;p class=&quot;mb-4&quot;&gt;本研究也存在一些局限性。首先，由于气象观测数据的限制，对400毫米和800毫米等降水量线的变化趋势分析主要基于点观测数据，可能存在一定的空间代表性问题。其次，等降水量线变化的驱动机制复杂，本研究可能未能完全涵盖所有影响因素。此外，等降水量线变化对社会经济系统的影响涉及多个方面，需要更深入的综合评估。&lt;/p&gt;&lt;p class=&quot;mb-4&quot;&gt;未来研究可以从以下几个方面进行拓展：&lt;/p&gt;&lt;ul class=&quot;space-y-3 list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;em class=&quot;fa fa-arrow-right text-primary mt-1 mr-2&quot;&gt;&lt;/em&gt;&lt;strong&gt;加强高分辨率气候模型研究&lt;/strong&gt;：利用更高分辨率的气候模型，更准确地模拟和预测中国降水格局的变化，特别是等降水量线的移动。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;em class=&quot;fa fa-arrow-right text-primary mt-1 mr-2&quot;&gt;&lt;/em&gt;&lt;strong&gt;开展多尺度气候影响评估&lt;/strong&gt;：从区域、流域和局地尺度开展气候影响评估，更全面地了解等降水量线变化对不同地区和不同部门的影响。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;em class=&quot;fa fa-arrow-right text-primary mt-1 mr-2&quot;&gt;&lt;/em&gt;&lt;strong&gt;深入研究极端降水事件变化&lt;/strong&gt;：加强对极端降水事件变化规律和机制的研究，提高对极端天气事件的预测能力和应对能力。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;em class=&quot;fa fa-arrow-right text-primary mt-1 mr-2&quot;&gt;&lt;/em&gt;&lt;strong&gt;探索气候变化适应策略&lt;/strong&gt;：结合等降水量线变化的趋势和影响，探索更加有效的气候变化适应策略，为政策制定提供科学依据。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class=&quot;mt-6&quot;&gt;总之，中国400毫米和800毫米等降水量线的北移是全球气候变化背景下区域气候系统调整的重要表现，这一变化对中国生态环境、农业生产、水资源和社会经济发展都产生了深远影响。深入研究等降水量线的变化趋势和驱动机制，对于理解气候变化的区域响应和制定有效的适应策略具有重要意义。&lt;/p&gt;&lt;/section&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/main&gt;&lt;!-- 回到顶部按钮 --&gt;&lt;p&gt;&lt;button id=&quot;back-to-top&quot; class=&quot;fixed bottom-8 right-8 bg-primary text-white w-12 h-12 rounded-full flex items-center justify-center shadow-lg opacity-0 invisible transition-all duration-300 hover:bg-primary/90 focus:outline-none&quot;&gt;&lt;em class=&quot;fa fa-arrow-up&quot;&gt;&lt;/em&gt;&lt;/button&gt;&lt;/p&gt;&lt;!-- 页脚 --&gt;&lt;footer class=&quot;bg-gray-800 text-white py-8&quot;&gt;&lt;h3 class=&quot;text-xl font-semibold mb-4&quot;&gt;中国400毫米和800毫米等降水量线的历史变化趋势研究&lt;/h3&gt;&lt;p class=&quot;text-gray-400 mb-6&quot;&gt;本研究旨在系统分析中国关键等降水量线的历史变化趋势、驱动机制及其多方面影响&lt;/p&gt;&lt;p&gt;© 2025 气候研究团队 | 数据来源：国家气候中心、中国气象局、相关科研文献&lt;/p&gt;&lt;/footer&gt;&lt;!-- JavaScript --&gt;&lt;script&gt;// 导航栏滚动效果
        const header = document.getElementById(&#039;main-header&#039;);
        const backToTop = document.getElementById(&#039;back-to-top&#039;);
        
        window.addEventListener(&#039;scroll&#039;, function() {
            if (window.scrollY &gt;100) {
                header.classList.add(&#039;nav-scrolled&#039;);
                backToTop.classList.remove(&#039;opacity-0&#039;, &#039;invisible&#039;);
                backToTop.classList.add(&#039;opacity-100&#039;, &#039;visible&#039;);
            } else {
                header.classList.remove(&#039;nav-scrolled&#039;);
                backToTop.classList.add(&#039;opacity-0&#039;, &#039;invisible&#039;);
                backToTop.classList.remove(&#039;opacity-100&#039;, &#039;visible&#039;);
            }
        });
        
        // 移动端菜单切换
        const menuToggle = document.getElementById(&#039;menu-toggle&#039;);
        const mobileMenu = document.getElementById(&#039;mobile-menu&#039;);
        
        menuToggle.addEventListener(&#039;click&#039;, function() {
            mobileMenu.classList.toggle(&#039;mobile-expanded&#039;);
            if (mobileMenu.classList.contains(&#039;mobile-expanded&#039;)) {
                menuToggle.innerHTML = &#039;&lt;i class=&quot;fa fa-times text-xl&quot;&gt;&lt;/i&gt;&#039;;
            } else {
                menuToggle.innerHTML = &#039;&lt;i class=&quot;fa fa-bars text-xl&quot;&gt;&lt;/i&gt;&#039;;
            }
        });
        
        // 回到顶部功能
        backToTop.addEventListener(&#039;click&#039;, function() {
            window.scrollTo({
                top: 0,
                behavior: &#039;smooth&#039;
            });
        });
        
        // 400毫米等降水量线变化趋势图
        const line400Ctx = document.getElementById(&#039;line400Chart&#039;).getContext(&#039;2d&#039;);
        new Chart(line400Ctx, {
            type: &#039;line&#039;,
            data: {
                labels: [&#039;1961&#039;, &#039;1970&#039;, &#039;1980&#039;, &#039;1990&#039;, &#039;2000&#039;, &#039;2010&#039;, &#039;2020&#039;, &#039;2025&#039;],
                datasets: [{
                    label: &#039;400mm等降水量线平均纬度&#039;,
                    data: [38.2, 38.1, 37.9, 37.8, 37.7, 37.9, 38.5, 38.8],
                    borderColor: &#039;#1a73e8&#039;,
                    backgroundColor: &#039;rgba(26, 115, 232, 0.1)&#039;,
                    borderWidth: 2,
                    tension: 0.3,
                    fill: true,
                    pointBackgroundColor: &#039;#1a73e8&#039;,
                    pointRadius: 4,
                    pointHoverRadius: 6
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: &#039;top&#039;,
                    },
                    tooltip: {
                        mode: &#039;index&#039;,
                        intersect: false,
                        callbacks: {
                            label: function(context) {
                                return `纬度: ${context.raw}°N`;
                            }
                        }
                    }
                },
                scales: {
                    y: {
                        min: 37.5,
                        max: 39.0,
                        title: {
                            display: true,
                            text: &#039;纬度 (°N)&#039;
                        }
                    },
                    x: {
                        title: {
                            display: true,
                            text: &#039;年份&#039;
                        }
                    }
                }
            }
        });
        
        // 生态环境改善情况图表
        const ecoImprovementCtx = document.getElementById(&#039;ecoImprovementChart&#039;).getContext(&#039;2d&#039;);
        new Chart(ecoImprovementCtx, {
            type: &#039;bar&#039;,
            data: {
                labels: [&#039;湿地面积&#039;, &#039;草原植被盖度&#039;, &#039;森林覆盖率&#039;, &#039;沙尘暴天数&#039;, &#039;湖泊水位&#039;],
                datasets: [{
                    label: &#039;2000年水平&#039;,
                    data: [60, 30, 35, 100, 50],
                    backgroundColor: &#039;rgba(156, 163, 175, 0.6)&#039;,
                    borderColor: &#039;rgba(156, 163, 175, 1)&#039;,
                    borderWidth: 1
                }, {
                    label: &#039;2025年水平&#039;,
                    data: [130, 49.7, 50, 27, 180],
                    backgroundColor: &#039;rgba(26, 115, 232, 0.6)&#039;,
                    borderColor: &#039;rgba(26, 115, 232, 1)&#039;,
                    borderWidth: 1
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: &#039;top&#039;,
                    },
                    tooltip: {
                        mode: &#039;index&#039;,
                        intersect: false,
                        callbacks: {
                            label: function(context) {
                                let label = context.dataset.label || &#039;&#039;;
                                if (label) {
                                    label += &#039;: &#039;;
                                }
                                if (context.parsed.y !== null) {
                                    if (context.label === &#039;沙尘暴天数&#039;) {
                                        label += context.parsed.y + &#039;% (相对值)&#039;;
                                    } else {
                                        label += context.parsed.y + &#039;% (相对值)&#039;;
                                    }
                                }
                                return label;
                            }
                        }
                    }
                },
                scales: {
                    y: {
                        beginAtZero: true,
                        title: {
                            display: true,
                            text: &#039;相对变化 (%)&#039;
                        }
                    },
                    x: {
                        title: {
                            display: true,
                            text: &#039;生态指标&#039;
                        }
                    }
                }
            }
        });
        
        // 800毫米等降水量线变化趋势图
        const line800Ctx = document.getElementById(&#039;line800Chart&#039;).getContext(&#039;2d&#039;);
        new Chart(line800Ctx, {
            type: &#039;line&#039;,
            data: {
                labels: [&#039;1961&#039;, &#039;1970&#039;, &#039;1980&#039;, &#039;1990&#039;, &#039;2000&#039;, &#039;2010&#039;, &#039;2020&#039;, &#039;2025&#039;],
                datasets: [{
                    label: &#039;800mm等降水量线平均纬度&#039;,
                    data: [33.8, 33.6, 33.2, 33.0, 32.8, 33.1, 33.5, 33.7],
                    borderColor: &#039;#34a853&#039;,
                    backgroundColor: &#039;rgba(52, 168, 83, 0.1)&#039;,
                    borderWidth: 2,
                    tension: 0.3,
                    fill: true,
                    pointBackgroundColor: &#039;#34a853&#039;,
                    pointRadius: 4,
                    pointHoverRadius: 6
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: &#039;top&#039;,
                    },
                    tooltip: {
                        mode: &#039;index&#039;,
                        intersect: false,
                        callbacks: {
                            label: function(context) {
                                return `纬度: ${context.raw}°N`;
                            }
                        }
                    }
                },
                scales: {
                    y: {
                        min: 32.5,
                        max: 34.0,
                        title: {
                            display: true,
                            text: &#039;纬度 (°N)&#039;
                        }
                    },
                    x: {
                        title: {
                            display: true,
                            text: &#039;年份&#039;
                        }
                    }
                }
            }
        });
        
        // 南北降水变化对比图表
        const northSouthRainfallCtx = document.getElementById(&#039;northSouthRainfallChart&#039;).getContext(&#039;2d&#039;);
        new Chart(northSouthRainfallCtx, {
            type: &#039;line&#039;,
            data: {
                labels: [&#039;1961&#039;, &#039;1970&#039;, &#039;1980&#039;, &#039;1990&#039;, &#039;2000&#039;, &#039;2010&#039;, &#039;2020&#039;, &#039;2025&#039;],
                datasets: [{
                    label: &#039;北方地区年降水量&#039;,
                    data: [420, 415, 405, 400, 410, 425, 445, 460],
                    borderColor: &#039;#1a73e8&#039;,
                    backgroundColor: &#039;rgba(26, 115, 232, 0.1)&#039;,
                    borderWidth: 2,
                    tension: 0.3,
                    yAxisID: &#039;y&#039;
                }, {
                    label: &#039;南方地区年降水量&#039;,
                    data: [1250, 1260, 1270, 1265, 1255, 1240, 1230, 1220],
                    borderColor: &#039;#ea4335&#039;,
                    backgroundColor: &#039;rgba(234, 67, 53, 0.1)&#039;,
                    borderWidth: 2,
                    tension: 0.3,
                    yAxisID: &#039;y1&#039;
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: &#039;top&#039;,
                    },
                    tooltip: {
                        mode: &#039;index&#039;,
                        intersect: false
                    }
                },
                scales: {
                    y: {
                        type: &#039;linear&#039;,
                        display: true,
                        position: &#039;left&#039;,
                        title: {
                            display: true,
                            text: &#039;北方地区年降水量 (mm)&#039;
                        },
                        min: 390,
                        max: 470
                    },
                    y1: {
                        type: &#039;linear&#039;,
                        display: true,
                        position: &#039;right&#039;,
                        title: {
                            display: true,
                            text: &#039;南方地区年降水量 (mm)&#039;
                        },
                        min: 1200,
                        max: 1300,
                        grid: {
                            drawOnChartArea: false
                        }
                    },
                    x: {
                        title: {
                            display: true,
                            text: &#039;年份&#039;
                        }
                    }
                }
            }
        });
        
        // 驱动因素重要性分析图表
        const driverImportanceCtx = document.getElementById(&#039;driverImportanceChart&#039;).getContext(&#039;2d&#039;);
        new Chart(driverImportanceCtx, {
            type: &#039;radar&#039;,
            data: {
                labels: [
                    &#039;东亚夏季风变化&#039;,
                    &#039;西太平洋副高变化&#039;,
                    &#039;全球变暖&#039;,
                    &#039;区域反馈机制&#039;,
                    &#039;温室气体排放&#039;,
                    &#039;气溶胶变化&#039;
                ],
                datasets: [{
                    label: &#039;对400mm线影响&#039;,
                    data: [85, 80, 75, 90, 65, 50],
                    backgroundColor: &#039;rgba(26, 115, 232, 0.2)&#039;,
                    borderColor: &#039;rgba(26, 115, 232, 0.8)&#039;,
                    pointBackgroundColor: &#039;rgba(26, 115, 232, 1)&#039;,
                    pointBorderColor: &#039;#fff&#039;,
                    pointHoverBackgroundColor: &#039;#fff&#039;,
                    pointHoverBorderColor: &#039;rgba(26, 115, 232, 1)&#039;
                }, {
                    label: &#039;对800mm线影响&#039;,
                    data: [90, 85, 70, 65, 75, 60],
                    backgroundColor: &#039;rgba(52, 168, 83, 0.2)&#039;,
                    borderColor: &#039;rgba(52, 168, 83, 0.8)&#039;,
                    pointBackgroundColor: &#039;rgba(52, 168, 83, 1)&#039;,
                    pointBorderColor: &#039;#fff&#039;,
                    pointHoverBackgroundColor: &#039;#fff&#039;,
                    pointHoverBorderColor: &#039;rgba(52, 168, 83, 1)&#039;
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                elements: {
                    line: {
                        borderWidth: 2
                    }
                },
                scales: {
                    r: {
                        angleLines: {
                            display: true
                        },
                        suggestedMin: 0,
                        suggestedMax: 100,
                        ticks: {
                            stepSize: 20
                        }
                    }
                },
                plugins: {
                    legend: {
                        position: &#039;top&#039;
                    },
                    tooltip: {
                        callbacks: {
                            label: function(context) {
                                return `${context.dataset.label}: ${context.raw}%`;
                            }
                        }
                    }
                }
            }
        });
        
        // 生态环境变化对比图表
        const ecoChangeChart = document.getElementById(&#039;ecoChangeChart&#039;).getContext(&#039;2d&#039;);
        new Chart(ecoChangeChart, {
            type: &#039;bar&#039;,
            data: {
                labels: [&#039;内蒙古草原盖度&#039;, &#039;青土湖面积&#039;, &#039;塔里木河流量&#039;, &#039;大青山森林覆盖率&#039;, &#039;察汗淖尔面积&#039;],
                datasets: [{
                    label: &#039;2000年&#039;,
                    data: [30, 0, 40, 35, 15],
                    backgroundColor: &#039;rgba(156, 163, 175, 0.6)&#039;,
                    borderColor: &#039;rgba(156, 163, 175, 1)&#039;,
                    borderWidth: 1
                }, {
                    label: &#039;2025年&#039;,
                    data: [49.7, 85, 85, 50, 120],
                    backgroundColor: &#039;rgba(52, 168, 83, 0.6)&#039;,
                    borderColor: &#039;rgba(52, 168, 83, 1)&#039;,
                    borderWidth: 1
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: &#039;top&#039;,
                    },
                    tooltip: {
                        mode: &#039;index&#039;,
                        intersect: false,
                        callbacks: {
                            label: function(context) {
                                let label = context.dataset.label || &#039;&#039;;
                                if (label) {
                                    label += &#039;: &#039;;
                                }
                                if (context.parsed.y !== null) {
                                    if (context.label.includes(&#039;盖度&#039;) || context.label.includes(&#039;覆盖率&#039;)) {
                                        label += context.parsed.y + &#039;%&#039;;
                                    } else {
                                        label += context.parsed.y + &#039;% (相对值)&#039;;
                                    }
                                }
                                return label;
                            }
                        }
                    }
                },
                scales: {
                    y: {
                        beginAtZero: true,
                        title: {
                            display: true,
                            text: &#039;数值 (%)&#039;
                        }
                    },
                    x: {
                        title: {
                            display: true,
                            text: &#039;生态指标&#039;
                        }
                    }
                }
            }
        });
        
        // 农业种植结构变化图表
        const agricultureChangeChart = document.getElementById(&#039;agricultureChangeChart&#039;).getContext(&#039;2d&#039;);
        new Chart(agricultureChangeChart, {
            type: &#039;doughnut&#039;,
            data: {
                labels: [&#039;小麦&#039;, &#039;玉米&#039;, &#039;水稻&#039;, &#039;杂粮&#039;, &#039;经济作物&#039;],
                datasets: [{
                    label: &#039;2000年种植结构&#039;,
                    data: [35, 25, 5, 25, 10],
                    backgroundColor: [
                        &#039;rgba(251, 188, 4, 0.7)&#039;,
                        &#039;rgba(52, 168, 83, 0.7)&#039;,
                        &#039;rgba(26, 115, 232, 0.7)&#039;,
                        &#039;rgba(156, 163, 175, 0.7)&#039;,
                        &#039;rgba(117, 79, 190, 0.7)&#039;
                    ],
                    borderColor: [
                        &#039;rgba(251, 188, 4, 1)&#039;,
                        &#039;rgba(52, 168, 83, 1)&#039;,
                        &#039;rgba(26, 115, 232, 1)&#039;,
                        &#039;rgba(156, 163, 175, 1)&#039;,
                        &#039;rgba(117, 79, 190, 1)&#039;
                    ],
                    borderWidth: 1
                }, {
                    label: &#039;2025年种植结构&#039;,
                    data: [30, 28, 12, 18, 12],
                    backgroundColor: [
                        &#039;rgba(251, 188, 4, 0.5)&#039;,
                        &#039;rgba(52, 168, 83, 0.5)&#039;,
                        &#039;rgba(26, 115, 232, 0.5)&#039;,
                        &#039;rgba(156, 163, 175, 0.5)&#039;,
                        &#039;rgba(117, 79, 190, 0.5)&#039;
                    ],
                    borderColor: [
                        &#039;rgba(251, 188, 4, 1)&#039;,
                        &#039;rgba(52, 168, 83, 1)&#039;,
                        &#039;rgba(26, 115, 232, 1)&#039;,
                        &#039;rgba(156, 163, 175, 1)&#039;,
                        &#039;rgba(117, 79, 190, 1)&#039;
                    ],
                    borderWidth: 1
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: &#039;right&#039;,
                    },
                    tooltip: {
                        callbacks: {
                            label: function(context) {
                                return `${context.label}: ${context.raw}%`;
                            }
                        }
                    }
                },
                cutout: &#039;60%&#039;
            }
        });
        
        // 极端降水事件变化图表
        const extremeRainfallCtx = document.getElementById(&#039;extremeRainfallChart&#039;).getContext(&#039;2d&#039;);
        new Chart(extremeRainfallCtx, {
            type: &#039;bar&#039;,
            data: {
                labels: [&#039;1980s&#039;, &#039;1990s&#039;, &#039;2000s&#039;, &#039;2010s&#039;, &#039;2020-2025&#039;],
                datasets: [{
                    label: &#039;极端降水事件频次&#039;,
                    data: [12, 15, 18, 25, 32],
                    backgroundColor: &#039;rgba(234, 67, 53, 0.6)&#039;,
                    borderColor: &#039;rgba(234, 67, 53, 1)&#039;,
                    borderWidth: 1
                }, {
                    label: &#039;极端降水事件强度&#039;,
                    data: [85, 90, 95, 110, 130],
                    backgroundColor: &#039;rgba(26, 115, 232, 0.6)&#039;,
                    borderColor: &#039;rgba(26, 115, 232, 1)&#039;,
                    borderWidth: 1
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: &#039;top&#039;,
                    },
                    tooltip: {
                        mode: &#039;index&#039;,
                        intersect: false,
                        callbacks: {
                            label: function(context) {
                                let label = context.dataset.label || &#039;&#039;;
                                if (label) {
                                    label += &#039;: &#039;;
                                }
                                if (context.parsed.y !== null) {
                                    if (label.includes(&#039;频次&#039;)) {
                                        label += context.parsed.y + &#039; 次/10年&#039;;
                                    } else {
                                        label += context.parsed.y + &#039; % (相对值)&#039;;
                                    }
                                }
                                return label;
                            }
                        }
                    }
                },
                scales: {
                    y: {
                        beginAtZero: true,
                        title: {
                            display: true,
                            text: &#039;频次 (次/10年) / 强度 (%相对值)&#039;
                        }
                    },
                    x: {
                        title: {
                            display: true,
                            text: &#039;年代&#039;
                        }
                    }
                }
            }
        });
        
        // 未来趋势预测图表
        const futureTrendCtx = document.getElementById(&#039;futureTrendChart&#039;).getContext(&#039;2d&#039;);
        new Chart(futureTrendCtx, {
            type: &#039;line&#039;,
            data: {
                labels: [&#039;2025&#039;, &#039;2030&#039;, &#039;2035&#039;, &#039;2040&#039;, &#039;2045&#039;, &#039;2050&#039;],
                datasets: [{
                    label: &#039;400mm等降水量线预测&#039;,
                    data: [38.8, 39.0, 39.2, 39.3, 39.5, 39.6],
                    borderColor: &#039;#1a73e8&#039;,
                    backgroundColor: &#039;rgba(26, 115, 232, 0.1)&#039;,
                    borderWidth: 2,
                    tension: 0.3,
                    fill: true,
                    pointBackgroundColor: &#039;#1a73e8&#039;,
                    pointRadius: 4,
                    pointHoverRadius: 6
                }, {
                    label: &#039;800mm等降水量线预测&#039;,
                    data: [33.7, 33.8, 33.9, 34.0, 34.1, 34.2],
                    borderColor: &#039;#34a853&#039;,
                    backgroundColor: &#039;rgba(52, 168, 83, 0.1)&#039;,
                    borderWidth: 2,
                    tension: 0.3,
                    fill: true,
                    pointBackgroundColor: &#039;#34a853&#039;,
                    pointRadius: 4,
                    pointHoverRadius: 6
                }, {
                    label: &#039;400mm线95%置信区间(上)&#039;,
                    data: [39.0, 39.3, 39.5, 39.7, 39.9, 40.1],
                    borderColor: &#039;rgba(26, 115, 232, 0.3)&#039;,
                    borderWidth: 1,
                    borderDash: [5, 5],
                    pointRadius: 0,
                    fill: false
                }, {
                    label: &#039;400mm线95%置信区间(下)&#039;,
                    data: [38.6, 38.7, 38.9, 39.0, 39.1, 39.2],
                    borderColor: &#039;rgba(26, 115, 232, 0.3)&#039;,
                    borderWidth: 1,
                    borderDash: [5, 5],
                    pointRadius: 0,
                    fill: false
                }, {
                    label: &#039;800mm线95%置信区间(上)&#039;,
                    data: [33.9, 34.1, 34.3, 34.4, 34.6, 34.8],
                    borderColor: &#039;rgba(52, 168, 83, 0.3)&#039;,
                    borderWidth: 1,
                    borderDash: [5, 5],
                    pointRadius: 0,
                    fill: false
                }, {
                    label: &#039;800mm线95%置信区间(下)&#039;,
                    data: [33.5, 33.6, 33.7, 33.8, 33.9, 34.0],
                    borderColor: &#039;rgba(52, 168, 83, 0.3)&#039;,
                    borderWidth: 1,
                    borderDash: [5, 5],
                    pointRadius: 0,
                    fill: false
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: {
                        position: &#039;top&#039;,
                    },
                    tooltip: {
                        mode: &#039;index&#039;,
                        intersect: false,
                        callbacks: {
                            label: function(context) {
                                if (context.dataset.label.includes(&#039;置信区间&#039;)) {
                                    return null; // 不显示置信区间的tooltip
                                }
                                return `${context.dataset.label}: ${context.raw}°N`;
                            }
                        }
                    }
                },
                scales: {
                    y: {
                        min: 33.0,
                        max: 40.5,
                        title: {
                            display: true,
                            text: &#039;纬度 (°N)&#039;
                        }
                    },
                    x: {
                        title: {
                            display: true,
                            text: &#039;年份&#039;
                        }
                    }
                }
            }
        });
        
        // 平滑滚动所有锚点链接
        document.querySelectorAll(&#039;a[href^=&quot;#&quot;]&#039;).forEach(anchor =&gt; {
            anchor.addEventListener(&#039;click&#039;, function (e) {
                e.preventDefault();
                
                // 移动端菜单关闭
                if (mobileMenu.classList.contains(&#039;mobile-expanded&#039;)) {
                    mobileMenu.classList.remove(&#039;mobile-expanded&#039;);
                    menuToggle.innerHTML = &#039;&lt;i class=&quot;fa fa-bars text-xl&quot;&gt;&lt;/i&gt;&#039;;
                }
                
                const targetId = this.getAttribute(&#039;href&#039;);
                const targetElement = document.querySelector(targetId);
                
                if (targetElement) {
                    window.scrollTo({
                        top: targetElement.offsetTop - 80, // 考虑导航栏高度
                        behavior: &#039;smooth&#039;
                    });
                }
            });
        });&lt;/script&gt;&lt;!--!doctype--&gt;</description><pubDate>Wed, 15 Oct 2025 10:31:05 +0800</pubDate></item><item><title>打造一个129天科百爆凌波城</title><link>https://www.jishuzhai.cn/post/21.html</link><description>&lt;p&gt;以往打造百爆凌波城，神器提供的 85 - 91 点物理暴击是关键支撑，但带神器任务需要耗费大量MHB，成本颇高。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;2025年4月，梦幻西游推出了命魂之玉系统。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap: wrap;&quot;&gt;如今有了物爆属性的玉魄，这一局面得以改善。高品质的物爆玉魄所提供的物理暴击等级极为可观，甚至能够替代神器的物理暴击加成，助力平民凌波城玩家达成百爆目标。一些极品的上古玉魄・阳，其附加的物理暴击数值堪比甚至超过神器加成，而且还可以通过五色灵尘提升属性数值 。在打造百爆凌波城时，拥有合适的物爆玉魄，玩家无需再执着于追求神器神器佩戴，大大降低了百爆凌波城的打造成本，无论是在装备购置还是时间投入上，都让更多玩家有机会实现百爆梦想。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/06/202506141922334944071.png&quot; alt=&quot;QQ截图20250614191521.png&quot; title=&quot;QQ截图20250614191521.png&quot; style=&quot;text-wrap: wrap;&quot;/&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/06/202506141922569624830.png&quot; alt=&quot;QQ截图20250614191538.png&quot; title=&quot;QQ截图20250614191538.png&quot; style=&quot;text-wrap: wrap;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;上古玉魄·阳增加的物理暴击属性，&lt;span style=&quot;text-wrap: wrap;&quot;&gt;每条物爆&lt;/span&gt;一级五色灵尘能够增加6点物理暴击等级，&lt;/p&gt;&lt;p&gt;下排2条物爆上古玉魄，6段即可增加72点物理暴击等级，玉魄基础物理暴击等级再增加6-20点，6段即可增加78-92点物理暴击等级，完全能够&lt;span style=&quot;text-wrap: wrap;&quot;&gt;替代神器所带来的物理暴击加成。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;凌波城门派特色自带 1% 物理暴击几率&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;根据梦幻老王早期打造百爆凌波给出的公式：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;凌波城暴击率=（人物本身5%+凌波城门派特色1%+高比卡20%+灵饰和装备带来的物爆概率）x2（破击经脉暴击率翻倍&lt;span style=&quot;text-wrap: wrap;&quot;&gt;）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;那只需要堆到面板24%物爆，即可达成百爆凌波&lt;/p&gt;&lt;p&gt;但是根据后面搜集到的视频资料显示，26.5%的面板暴击率，依然会出现大量不暴击情况。&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;2023年梦幻雪碧的视频提到，&lt;span style=&quot;text-wrap: wrap;&quot;&gt;人物本身5%和凌波城门派特色1%物爆几率，是不受破击经脉翻倍的。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;凌波城暴击率=（高比卡20%+灵饰和装备带来的物爆概率）x2（破击经脉暴击率翻倍）+人物本身5%+凌波城门派特色1%&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;那任务需要堆到面板27%物爆，才能达到百爆凌波。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;根据物理暴击率计算公式：物理暴击率=物理暴击等级/等级x10&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;129级27%物理暴击率需要：0.27x129x10=348.3点物理暴击等级&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;也就是说我们需要堆超过349点物理暴击等级，就能实现百爆凌波。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;由于前期的计算失误，购置了&lt;span style=&quot;text-wrap: wrap;&quot;&gt;3物爆&lt;/span&gt;耳饰和2物爆玉魄之后，才发现面板&lt;span style=&quot;text-wrap: wrap;&quot;&gt;物爆几率&lt;/span&gt;24%是达不到百爆的&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/06/202506141950279507039.png&quot; alt=&quot;QQ截图20250614194859.png&quot; title=&quot;QQ截图20250614194859.png&quot;/&gt;&amp;nbsp;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/06/202506141924416883866.png&quot; alt=&quot;QQ截图20250614192426.png&quot; title=&quot;QQ截图20250614192426.png&quot; style=&quot;text-wrap: wrap;&quot;/&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;耳饰和&lt;span style=&quot;text-wrap: wrap;&quot;&gt;玉魄 一共带来了 8+8+12+28x3=112&amp;nbsp; &amp;nbsp;10+5+36x2=87&amp;nbsp; &amp;nbsp; 共带来了199点物理暴击，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;还需要150点物理暴击。根据五色灵尘合成计算器，7级需要6760W，8级需要16320W，价格是远远低于8级星辉石价格的。 但是9级需要39400W，是性价比极低的。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;150-6x2x2=126，上古玉魄上到8段之后，还需要126点物爆等级。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;如果使用7段&lt;span style=&quot;text-wrap: wrap;&quot;&gt;3物爆&lt;/span&gt;戒指&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;126-28x3=42&amp;nbsp; 需要戒指3条属性达到42物理暴击，100国标只能达到30点，需要120戒指并且要爆属性才能达到42。&lt;/p&gt;&lt;p&gt;7段戒指应该是无法实现的。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;使用8段&lt;span style=&quot;text-wrap: wrap;&quot;&gt;3物爆&lt;/span&gt;戒指&lt;/p&gt;&lt;p&gt;126-32x3=30&amp;nbsp; 100的8段国标&lt;span style=&quot;text-wrap: wrap;&quot;&gt;3物爆&lt;/span&gt;戒指，或者80爆属性&lt;span style=&quot;text-wrap: wrap;&quot;&gt;3物爆&lt;/span&gt;戒指，就可以轻松达到。&lt;/p&gt;&lt;p&gt;但在实际过程中，发现8段100戒指价格比80高出很多，但是80爆属性到30的戒指又很少。等待一个星期依然没有找到合适的戒指。&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;但在此期间，区内出现了一个不错的2物爆上古玉魄，能够轻松让我扩大能挑选的戒指范围，果断拿下。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/06/20250614163959174989039935774.png&quot; alt=&quot;20250614163959174989039935774.png&quot; title=&quot;20250614163959174989039935774.png&quot; style=&quot;text-wrap: wrap;&quot;/&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/06/202506142005173487971.png&quot; alt=&quot;QQ截图20250614200504.png&quot; title=&quot;QQ截图20250614200504.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;这样只需要8段3物爆戒指基础属性达到25就能轻松百爆。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/06/202506142008493450215.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap: wrap;&quot;&gt;拿下拿下。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/06/202506142019041854088.png&quot; alt=&quot;QQ截图20250614201837.png&quot; title=&quot;QQ截图20250614201837.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;根据凌波城百爆计算器计算，面板物爆已然达到353，物理暴击率27.36%，变卡加经脉理论暴击达到100.73%&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;经过几千回合&lt;span style=&quot;text-wrap: wrap;&quot;&gt;变高级必杀卡&lt;/span&gt;测试，没出现不暴击的情况。 天科129百爆凌波达成！暴击兽启动&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sat, 14 Jun 2025 16:39:03 +0800</pubDate></item><item><title>梦幻西游五色灵尘合成计算器</title><link>https://www.jishuzhai.cn/post/20.html</link><description>&lt;p class=&quot;calculator-container&quot;&gt;
    &lt;p class=&quot;calculator-title&quot;&gt;五色灵尘合成计算器&lt;/p&gt;
    &lt;p class=&quot;calculator-form&quot;&gt;
        &lt;p class=&quot;calculator-label&quot;&gt;请输入目标等级 (1-15):&lt;/p&gt;
        &lt;input type=&quot;number&quot; id=&quot;dustLevel&quot; min=&quot;1&quot; max=&quot;15&quot; value=&quot;5&quot; class=&quot;calculator-input&quot; onchange=&quot;initOwnedInputs()&quot;&gt;
        &lt;p class=&quot;calculator-label&quot;&gt;请输入1级五色灵尘单价 (可选):&lt;/p&gt;
        &lt;input type=&quot;number&quot; id=&quot;dustPrice&quot; min=&quot;0&quot; step=&quot;0.01&quot; placeholder=&quot;输入单价以计算价格&quot; class=&quot;calculator-input&quot;&gt;
        &lt;p &gt;&lt;button onclick=&quot;calculateDust()&quot; class=&quot;calculator-button&quot;&gt;计算&lt;/button&gt;&lt;/p&gt;
        &lt;p class=&quot;owned-inputs&quot;&gt;
            &lt;p class=&quot;calculator-subtitle&quot;&gt;已拥有的灵尘数量:&lt;/p&gt;
            &lt;div id=&quot;ownedInputsContainer&quot;&gt;&lt;/div&gt;
        &lt;/p&gt;
        

    &lt;/p&gt;
    &lt;p class=&quot;calculator-result&quot;&gt;
        &lt;p class=&quot;calculator-result-title&quot;&gt;计算结果 (目标等级: &lt;span id=&quot;resultLevel&quot;&gt;5&lt;/span&gt;):&lt;/p&gt;
        
        &lt;p class=&quot;calculator-subtitle&quot; id=&quot;combinedSubtitle&quot;&gt;等级 5 详情与1到5级汇总:&lt;/p&gt;
        &lt;p class=&quot;table-responsive&quot;&gt;
            &lt;table class=&quot;calculator-table&quot; id=&quot;combinedTable&quot;&gt;&lt;/table&gt;
        &lt;/p&gt;
        
        &lt;p id=&quot;priceSection&quot; class=&quot;calculator-price&quot; style=&quot;display:none&quot;&gt;&lt;/p&gt;
    &lt;/p&gt;
&lt;/p&gt;
&lt;style&gt;
.calculator-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;background:#f5f5f5;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}
.calculator-title{font-size:24px;font-weight:bold;margin-bottom:15px;color:#333;text-align:center}
.calculator-form{margin-bottom:20px}
.calculator-label{display:block;font-weight:bold}
.calculator-input{width:100%;padding:7px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}
.calculator-button{width:100%;padding:10px;background:#4CAF50;color:white;border:none;border-radius:4px;cursor:pointer;font-weight:bold;margin-top:10px}
.calculator-button:hover{background:#45a049}
.calculator-result{margin-top:20px;padding:15px;background:#e8f5e9;border-radius:4px}
.calculator-result-title{font-weight:bold;margin-bottom:10px}
.calculator-result-item{margin-bottom:5px}
.calculator-table{width:100%;border-collapse:collapse;margin-top:15px}
.calculator-table th,.calculator-table td{border:1px solid #ddd;padding:6px;text-align:left}
.calculator-table th{background-color:#f2f2f2}
.calculator-price{margin-top:15px;font-weight:bold}
.calculator-subtitle{font-size:18px;font-weight:bold;margin-top:15px;margin-bottom:10px}
.table-responsive{overflow-x:auto}
.owned-inputs{margin-top:15px}
.owned-inputs .input-group{display:flex;gap:10px;margin-bottom:10px}
.owned-inputs .input-group input{flex:1}
/* 添加缺少的颜色样式定义 */
.color-red{color:red}
.color-green{color:green}
.single.indent p{text-indent: 0;margin-bottom: 0;}
&lt;/style&gt;

&lt;script&gt;
// 将sqrt2定义移到全局作用域，使其在所有函数中都可访问
const sqrt2 = Math.sqrt(2);

function calculateDust() {
    console.log(&#039;计算按钮被点击&#039;); // 添加日志确认按钮事件
    const level = parseInt(document.getElementById(&#039;dustLevel&#039;).value);
    const priceInput = document.getElementById(&#039;dustPrice&#039;);
    const price = priceInput.value.trim() === &#039;&#039; ? 0 : parseFloat(priceInput.value);
    
    if (isNaN(level) || level &lt; 1 || level &gt; 15) {
        alert(&#039;请输入有效的等级（1-15）&#039;);
        return;
    }
    
    // 更新目标等级显示
    document.getElementById(&#039;resultLevel&#039;).textContent = level;
    
    // 更新副标题显示
    document.getElementById(&#039;combinedSubtitle&#039;).textContent = `等级 ${level} 详情与1到${level}级汇总:`;
    
    // 获取已拥有的灵尘数量
    const ownedDust = {};
    for (let i = 1; i &lt;= 15; i++) {
        const input = document.getElementById(`ownedLevel${i}`);
        if (input) {
            const value = parseInt(input.value) || 0;
            ownedDust[i] = value;
        }
    }
    
    const results = calculateDustDetails(level, ownedDust);
    displayResults(results, level, price, ownedDust);
}

function calculateDustDetails(targetLevel, ownedDust) {
    const details = [];
    
    // 计算每个等级的数据
    for (let i = 1; i &lt;= targetLevel; i++) {
        const single = Math.round(((Math.pow(1 + sqrt2, i) - Math.pow(1 - sqrt2, i)) / (2 * sqrt2)));
        const total = Math.round(((Math.pow(1 + sqrt2, i + 1) + Math.pow(1 - sqrt2, i + 1) - 2) / 4));
        
        // 计算已拥有的等价1级灵尘数量
        let ownedValueInLevel1 = 0;
        for (const level in ownedDust) {
            if (level &gt;= i) continue; // 只考虑低于当前等级的灵尘
            
            const levelValue = Math.round(((Math.pow(1 + sqrt2, level) - Math.pow(1 - sqrt2, level)) / (2 * sqrt2)));
            ownedValueInLevel1 += ownedDust[level] * levelValue;
        }
        
        // 计算还需要的1级灵尘数量（考虑已拥有的）
        let remaining = Math.max(0, single - ownedValueInLevel1);
        
        // 计算需要的体力
        const stamina = calculateStamina(i);
        const staminaValue = (stamina / 40) * 0.3;
        
        // 计算1到当前等级总需要体力
        const totalStamina = calculateTotalStamina(i);
        
        details.push({
            level: i,
            single: single,
            total: total,
            ownedValueInLevel1: ownedValueInLevel1,
            remaining: remaining,
            stamina: stamina,
            staminaValue: staminaValue,
            totalStamina: totalStamina
        });
    }
    
    return details;
}

function calculateStamina(n) {
    // 实现提供的体力计算公式
    const term1 = Math.round(((Math.pow(1 + sqrt2, n + 1) - Math.pow(1 - sqrt2, n + 1)) / (2 * sqrt2)));
    const term2 = Math.round(((Math.pow(1 + sqrt2, n) - Math.pow(1 - sqrt2, n)) / (2 * sqrt2)));
    return 15 * (2 * term1 - term2 - n - 2);
}

function calculateTotalStamina(n) {
    // 新公式：ROUND(15/4*((5+3*SQRT(2))*POWER(1+SQRT(2),等级)+(5-3*SQRT(2))*POWER(1-SQRT(2),等级))-15/2*(等级^2+5*等级+5),0)
    const term1 = (5 + 3 * sqrt2) * Math.pow(1 + sqrt2, n);
    const term2 = (5 - 3 * sqrt2) * Math.pow(1 - sqrt2, n);
    const part1 = (15/4) * (term1 + term2);
    const part2 = (15/2) * (Math.pow(n, 2) + 5 * n + 5);
    return Math.round(part1 - part2);
}

// 格式化价格显示，取整并去掉小数点后的0
function formatPrice(price) {
    if (price === 0) return &#039;-&#039;;
    return Math.round(price).toString();
}

function displayResults(results, targetLevel, price, ownedDust) {
    console.log(&#039;开始显示结果&#039;); // 添加日志确认函数执行
    const combinedTable = document.getElementById(&#039;combinedTable&#039;);
    const priceSection = document.getElementById(&#039;priceSection&#039;);
    
    // 清空表格
    combinedTable.innerHTML = &#039;&#039;;
    
    // 获取目标等级的结果
    const targetResult = results[results.length - 1];
    
    // 计算1到目标等级总共需要的价格
    let totalNeededDust = targetResult.total;
    let ownedDustValue = 0;
    
    // 计算已拥有的所有灵尘的等价1级数量
    for (const level in ownedDust) {
        const levelValue = Math.round(((Math.pow(1 + sqrt2, level) - Math.pow(1 - sqrt2, level)) / (2 * sqrt2)));
        ownedDustValue += ownedDust[level] * levelValue;
    }
    
    // 计算还需要的1级灵尘总数
    let totalRemaining = Math.max(0, totalNeededDust - ownedDustValue);
    let totalRemainingPrice = totalRemaining * price;
    
    // 计算1到目标等级的总体力价值
    let totalStaminaValue = (targetResult.totalStamina / 40) * 0.3;
    
    // 计算当前等级共需价格
    const currentLevelTotalPrice = targetResult.single * price;
    
    // 创建合并后的表格 - 四列布局（移除了目标等级行）
    let combinedRows = `
        &lt;tr&gt;
            &lt;th colspan=&quot;2&quot;&gt;等级 ${targetLevel} 详情&lt;/th&gt;
            &lt;th colspan=&quot;2&quot;&gt;1到${targetLevel}级汇总&lt;/th&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;合成当前等级所需1级数量&lt;/td&gt;
            &lt;td&gt;${targetResult.single}&lt;/td&gt;
            &lt;td&gt;1到${targetLevel}级总计所需1级数量&lt;/td&gt;
            &lt;td&gt;${targetResult.total}&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;还需1级数量&lt;/td&gt;
            &lt;td class=&quot;${targetResult.remaining &gt; 0 ? &#039;color-red&#039; : &#039;color-green&#039;}&quot;&gt;${targetResult.remaining}&lt;/td&gt;
            &lt;td&gt;1到${targetLevel}级还需1级数量&lt;/td&gt;
            &lt;td class=&quot;${totalRemaining &gt; 0 ? &#039;color-red&#039; : &#039;color-green&#039;}&quot;&gt;${totalRemaining}&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;还需MHB&lt;/td&gt;
            &lt;td class=&quot;${targetResult.remaining * price &gt; 0 ? &#039;color-red&#039; : &#039;color-green&#039;}&quot;&gt;${price &gt; 0 ? formatPrice(targetResult.remaining * price) : &#039;-&#039;}&lt;/td&gt;
            &lt;td&gt;1到${targetLevel}级还需MHB&lt;/td&gt;
            &lt;td class=&quot;${totalRemainingPrice &gt; 0 ? &#039;color-red&#039; : &#039;color-green&#039;}&quot;&gt;${price &gt; 0 ? formatPrice(totalRemainingPrice) : &#039;-&#039;}&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;合成当前等级需要体力&lt;/td&gt;
            &lt;td&gt;${targetResult.stamina}&lt;/td&gt;
            &lt;td&gt;1到${targetLevel}级总需要体力&lt;/td&gt;
            &lt;td&gt;${targetResult.totalStamina}&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;合成当前等级体力价值(万)&lt;/td&gt;
            &lt;td&gt;${targetResult.staminaValue.toFixed(2)}&lt;/td&gt;
            &lt;td&gt;1到${targetLevel}级总需要体力价值(万)&lt;/td&gt;
            &lt;td&gt;${totalStaminaValue.toFixed(2)}&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;${targetLevel}级共需价格&lt;/td&gt;
            &lt;td&gt;${price &gt; 0 ? formatPrice(currentLevelTotalPrice) : &#039;-&#039;}&lt;/td&gt;
            &lt;td&gt;1到${targetLevel}级共需价格&lt;/td&gt;
            &lt;td&gt;${price &gt; 0 ? formatPrice(targetResult.total * price) : &#039;-&#039;}&lt;/td&gt;
        &lt;/tr&gt;
    `;
    combinedTable.innerHTML = combinedRows;
    
    // 隐藏原来的价格汇总区域
    priceSection.style.display = &#039;none&#039;;
}

// 页面加载时初始化表格和已拥有输入框
document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
    console.log(&#039;DOM加载完成&#039;); // 添加日志确认DOM加载
    // 初始化已拥有数量的输入框
    initOwnedInputs();
    calculateDust(); // 默认计算一次
});

function initOwnedInputs() {
    const container = document.getElementById(&#039;ownedInputsContainer&#039;);
    container.innerHTML = &#039;&#039;;
    
    const maxLevel = Math.min(parseInt(document.getElementById(&#039;dustLevel&#039;).value) || 5, 15);
    
    for (let i = 1; i &lt;= maxLevel; i++) {
        const inputGroup = document.createElement(&#039;div&#039;);
        inputGroup.className = &#039;input-group&#039;;
        inputGroup.innerHTML = `
            &lt;label class=&quot;calculator-label&quot; for=&quot;ownedLevel${i}&quot;&gt;等级 ${i} 已拥有数量:&lt;/label&gt;
            &lt;input type=&quot;number&quot; id=&quot;ownedLevel${i}&quot; min=&quot;0&quot; value=&quot;0&quot; class=&quot;calculator-input&quot;&gt;
        `;
        container.appendChild(inputGroup);
    }
}

// 当目标等级改变时，更新已拥有数量的输入框
document.getElementById(&#039;dustLevel&#039;).addEventListener(&#039;change&#039;, function() {
    if (this.value &gt; 15) {
        this.value = 15;
    }
    initOwnedInputs();
    // 当等级改变时自动计算
    calculateDust();
});
&lt;/script&gt;
</description><pubDate>Fri, 13 Jun 2025 19:35:51 +0800</pubDate></item><item><title>梦幻西游凌波城百爆计算器</title><link>https://www.jishuzhai.cn/post/19.html</link><description>&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr class=&quot;firstRow&quot;&gt;
            &lt;td width=&quot;100%&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;&quot;&gt;
                &lt;h3&gt;
                    梦幻西游凌波城百爆计算器
                &lt;/h3&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width=&quot;100%&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;&quot;&gt;
              使用说明：人物基础暴击按照5%计算（实际可能3-5%之间），凌波城增加1%暴击。
              &lt;BR&gt;根据梦幻老王、梦幻雪碧2023年视频测试结果，本计算器按照人物和门派特色不翻倍计算。
                &lt;BR&gt;（结果会自动保存刷新不清空，需要手动清空）
                  &lt;a title=&quot;天科129百爆凌波&quot; href=&quot;https://www.jishuzhai.cn/post/21.html&quot; target=&quot;_blank&quot;&gt;附天科129百爆凌波城打造过程&lt;/a&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
  &lt;tbody&gt;
      &lt;tr class=&quot;firstRow&quot;&gt;
          &lt;td width=&quot;100%&quot; valign=&quot;top&quot; style=&quot;word-break: break-all;&quot;&gt;
    &lt;P&gt;
      &lt;label&gt;等级：&lt;/label&gt;
      &lt;input type=&quot;number&quot; id=&quot;level&quot; min=&quot;1&quot; max=&quot;175&quot; placeholder=&quot;输入等级1-175&quot;&gt;　
      &lt;label style=&quot;width:70px&quot;&gt;破击：&lt;/label&gt;
      &lt;input type=&quot;checkbox&quot; id=&quot;poji&quot;&gt;是否点破击经脉
    &lt;/P&gt;
     &lt;P&gt;
      &lt;label&gt;变身卡：&lt;/label&gt;
      &lt;input type=&quot;radio&quot; id=&quot;no-card&quot; name=&quot;card-type&quot; value=&quot;none&quot; checked&gt;无
      &lt;input type=&quot;radio&quot; id=&quot;bisha&quot; name=&quot;card-type&quot; value=&quot;bisha&quot;&gt;必杀
      &lt;input type=&quot;radio&quot; id=&quot;gaojibisha&quot; name=&quot;card-type&quot; value=&quot;gaojibisha&quot;&gt;高级必杀
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label&gt;戒指基础暴击：&lt;/label&gt;
      &lt;input type=&quot;number&quot; id=&quot;ring1&quot; min=&quot;0&quot; max=&quot;10000&quot;  placeholder=&quot;戒指1&quot;&gt;
      &lt;input type=&quot;number&quot; id=&quot;ring2&quot; min=&quot;0&quot; max=&quot;10000&quot;  placeholder=&quot;戒指2&quot;&gt;
      &lt;input type=&quot;number&quot; id=&quot;ring3&quot; min=&quot;0&quot; max=&quot;10000&quot;  placeholder=&quot;戒指3&quot;&gt;
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label style=&quot;color: blue&quot;&gt;戒指精炼等级：&lt;/label&gt;
      &lt;input type=&quot;number&quot; id=&quot;ringRefine&quot; min=&quot;0&quot; max=&quot;10000&quot; placeholder=&quot;精炼等级&quot;&gt;
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label&gt;耳饰基础暴击：&lt;/label&gt;
      &lt;input type=&quot;number&quot; id=&quot;earring1&quot; min=&quot;0&quot; max=&quot;10000&quot; placeholder=&quot;耳饰1&quot;&gt;
      &lt;input type=&quot;number&quot; id=&quot;earring2&quot; min=&quot;0&quot; max=&quot;10000&quot; placeholder=&quot;耳饰2&quot;&gt;
      &lt;input type=&quot;number&quot; id=&quot;earring3&quot; min=&quot;0&quot; max=&quot;10000&quot; placeholder=&quot;耳饰3&quot;&gt;
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label style=&quot;color: blue&quot;&gt;耳饰精炼等级：&lt;/label&gt;
      &lt;input type=&quot;number&quot; id=&quot;earringRefine&quot; min=&quot;0&quot; max=&quot;10000&quot; placeholder=&quot;精炼等级&quot;&gt;
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label&gt;玉魄基础暴击：&lt;/label&gt;
      &lt;input type=&quot;number&quot; id=&quot;jade1&quot; min=&quot;0&quot; max=&quot;10000&quot; placeholder=&quot;上排基础暴击&quot;&gt;
      &lt;input type=&quot;number&quot; id=&quot;jade2&quot; min=&quot;0&quot; max=&quot;10000&quot; placeholder=&quot;下排基础暴击&quot;&gt;
      &lt;span style=&quot;font-size: 0.9em; color: #666;&quot;&gt;（注：玉魄上排基础暴击等级一起填到第一格）&lt;/span&gt;
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label style=&quot;color: blue&quot;&gt;玉魄灵尘等级：&lt;/label&gt;
      &lt;input type=&quot;number&quot; id=&quot;jadeDust&quot; min=&quot;0&quot; max=&quot;10000&quot; placeholder=&quot;灵尘等级&quot;&gt;
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label&gt;同属性玉加成：&lt;/label&gt;
      &lt;select id=&quot;jadeBonus&quot; onchange=&quot;document.getElementById(&#039;jade2&#039;).disabled = (this.value === &#039;1&#039;);document.addEventListener(&#039;DOMContentLoaded&#039;, updateJade2Status);&quot;&gt;
        &lt;option value=&quot;0&quot;&gt;主属性不同&lt;/option&gt;
        &lt;option value=&quot;1&quot;&gt;+1&lt;/option&gt;
        &lt;option value=&quot;2&quot;&gt;+2&lt;/option&gt;
      &lt;/select&gt;
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label style=&quot;letter-spacing: 3px;&quot;&gt;&lt;B&gt;面板暴击率：&lt;/B&gt;&lt;/label&gt;
      &lt;input type=&quot;text&quot; id=&quot;panelResult&quot; readonly style=&quot;font-weight: bold;&quot;&gt;
    &lt;/P&gt;    
    &lt;P&gt;
      &lt;label style=&quot;letter-spacing: 3px;&quot;&gt;&lt;B&gt;实战暴击率：&lt;/B&gt;&lt;/label&gt;
      &lt;input type=&quot;text&quot; id=&quot;result&quot; readonly style=&quot;font-weight: bold;&quot;&gt;　　　
      &lt;button id=&quot;calculate-results&quot;&gt;计算结果&lt;/button&gt;
      &lt;button id=&quot;clear-all&quot;&gt;清空数据&lt;/button&gt;
    &lt;/P&gt;
    &lt;P&gt;
    &lt;label style=&quot;letter-spacing: 8px;&quot;&gt;计算过程：&lt;/label&gt;
    &lt;button id=&quot;toggle-steps&quot; class=&quot;btn btn-info&quot;&gt;显示计算过程&lt;/button&gt;
    &lt;/P&gt; 
    &lt;P id=&quot;calculation-steps&quot; style=&quot;margin-top:15px;padding:15px;border:1px solid #ddd;display: none;&quot;&gt;&lt;/P&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;style&gt;
  table {
      width: 100%;
      max-width: 1200px; /* 增加最大宽度限制 */
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      margin: 0 auto; /* 居中显示 */
  }

 .firstRow {
      background-color: #f2f2f2;
  }

  td {
      padding: 15px; /* 增加内边距 */
      border-bottom: 1px solid #ddd;
  }

  h3 {
      margin: 0;
      color: #333;
      font-size: 1.5em; /* 增加标题大小 */
  }

  p {
      margin: 10px 0; /* 增加段落间距 */
      line-height: 1.5; /* 优化行高 */
  }

  label {
      display: inline-block;
      width: 140px; /* 增加标签宽度 */
      /* font-weight: bold; 字体加粗 */
      vertical-align: middle; /* 垂直居中对齐 */
  }

  input[type=&quot;number&quot;],
  input[type=&quot;text&quot;] {
      width: 100px; /* 增加输入框宽度 */
      padding: 6px; /* 增加内边距 */
      border: 1px solid #ccc;
      border-radius: 4px; /* 增加圆角 */
      font-size: 1em; /* 统一字体大小 */
  }
  input[type=&quot;text&quot;] {
    width: 200px; /* 增加输入框宽度 */
  }
  input[type=&quot;radio&quot;],
  input[type=&quot;checkbox&quot;] {
      margin-right: 8px; /* 增加间距 */
      vertical-align: middle; /* 垂直居中对齐 */
  }

  select {
      padding: 8px; /* 增加内边距 */
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 1em; /* 统一字体大小 */
  }

  button {
      padding: 10px 20px; /* 增加按钮大小 */
      background-color: #007BFF;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      font-size: 1em; /* 统一字体大小 */
      margin-right: 10px; /* 增加按钮间距 */
  }

  button:hover {
      background-color: #0056b3;
  }

 .btn-info {
      background-color: #17a2b8;
  }

 .btn-info:hover {
      background-color: #138496;
  }

 .step {
      margin-bottom: 15px; /* 增加间距 */
      padding: 15px; /* 增加内边距 */
      border: 1px solid #eee;
      background-color: #f9f9f9;
      border-radius: 4px; /* 增加圆角 */
  }

 .final-result {
      background-color: #e9f7ff;
      border: 1px solid #b3d7ff;
      font-weight: bold; /* 加粗最终结果 */
  }
  /* .single p {
    margin-bottom: 5px; */
  }
 .error {
      color: red;
      font-weight: bold; /* 加粗错误信息 */
  }

  /* 响应式布局 */
  @media (max-width: 760px) {
      label {
          width: 100%; /* 在小屏幕上标签占满宽度 */
          margin-bottom: 5px;
      }
      .single.indent p{
        text-indent: 0;
      }
      .inline-label {
       width: auto;
       margin-right: 8px;
       margin-bottom: 0;
      }
      input[type=&quot;number&quot;],
      input[type=&quot;text&quot;],
      select {
          width: 100%; /* 在小屏幕上输入框占满宽度 */
          margin-bottom: 10px;
      }
      
      button {
          width: 100%; /* 在小屏幕上按钮占满宽度 */
          margin-bottom: 10px;
          padding: 12px 0;
          font-size: 1.1em;
      }
       .step {  
        padding: 10px;
        margin-bottom: 10px;
      }
      h3 {
         font-size: 1.2em;
        }
        td {
          padding: 10px;
        }
        .result-input {
           width: 100%;
          }
  }
&lt;/style&gt;
&lt;script&gt;
  document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
    const e = &#039;gameCalculatorData&#039;;
    const t = document.getElementById(&#039;calculation-steps&#039;);
    const n = document.getElementById(&#039;toggle-steps&#039;);
    const calculateBtn = document.getElementById(&#039;calculate-results&#039;);
    const clearBtn = document.getElementById(&#039;clear-all&#039;);
    
    // 从localStorage加载保存的数据
    function loadSavedData() {
      const savedData = localStorage.getItem(e);
      if (savedData) {
        try {
          const parsedData = JSON.parse(savedData);
          parsedData.level &amp;&amp; (document.getElementById(&#039;level&#039;).value = parsedData.level);
          void 0 !== parsedData.poji &amp;&amp; (document.getElementById(&#039;poji&#039;).checked = parsedData.poji);
          parsedData.cardType &amp;&amp; (document.getElementById(parsedData.cardType).checked = true);
          parsedData.ring1 &amp;&amp; (document.getElementById(&#039;ring1&#039;).value = parsedData.ring1);
          parsedData.ring2 &amp;&amp; (document.getElementById(&#039;ring2&#039;).value = parsedData.ring2);
          parsedData.ring3 &amp;&amp; (document.getElementById(&#039;ring3&#039;).value = parsedData.ring3);
          parsedData.ringRefine &amp;&amp; (document.getElementById(&#039;ringRefine&#039;).value = parsedData.ringRefine);
          parsedData.earring1 &amp;&amp; (document.getElementById(&#039;earring1&#039;).value = parsedData.earring1);
          parsedData.earring2 &amp;&amp; (document.getElementById(&#039;earring2&#039;).value = parsedData.earring2);
          parsedData.earring3 &amp;&amp; (document.getElementById(&#039;earring3&#039;).value = parsedData.earring3);
          parsedData.earringRefine &amp;&amp; (document.getElementById(&#039;earringRefine&#039;).value = parsedData.earringRefine);
          parsedData.jade1 &amp;&amp; (document.getElementById(&#039;jade1&#039;).value = parsedData.jade1);
          parsedData.jade2 &amp;&amp; (document.getElementById(&#039;jade2&#039;).value = parsedData.jade2);
          parsedData.jadeDust &amp;&amp; (document.getElementById(&#039;jadeDust&#039;).value = parsedData.jadeDust);
          void 0 !== parsedData.jadeBonus &amp;&amp; (document.getElementById(&#039;jadeBonus&#039;).value = parsedData.jadeBonus);
          parsedData.result &amp;&amp; (document.getElementById(&#039;result&#039;).value = parsedData.result);
          parsedData.panelResult &amp;&amp; (document.getElementById(&#039;panelResult&#039;).value = parsedData.panelResult);
          return true;
        } catch (error) {
          console.error(&#039;Failed to load saved form data:&#039;, error);
          return false;
        }
      }
      return false;
    }
    
    // 保存当前表单数据到localStorage
    function saveData() {
      const data = {
        level: document.getElementById(&#039;level&#039;).value,
        poji: document.getElementById(&#039;poji&#039;).checked,
        cardType: document.querySelector(&#039;input[name=&quot;card-type&quot;]:checked&#039;).value,
        ring1: document.getElementById(&#039;ring1&#039;).value,
        ring2: document.getElementById(&#039;ring2&#039;).value,
        ring3: document.getElementById(&#039;ring3&#039;).value,
        ringRefine: document.getElementById(&#039;ringRefine&#039;).value,
        earring1: document.getElementById(&#039;earring1&#039;).value,
        earring2: document.getElementById(&#039;earring2&#039;).value,
        earring3: document.getElementById(&#039;earring3&#039;).value,
        earringRefine: document.getElementById(&#039;earringRefine&#039;).value,
        jade1: document.getElementById(&#039;jade1&#039;).value,
        jade2: document.getElementById(&#039;jade2&#039;).value,
        jadeDust: document.getElementById(&#039;jadeDust&#039;).value,
        jadeBonus: document.getElementById(&#039;jadeBonus&#039;).value,
        result: document.getElementById(&#039;result&#039;).value,
        panelResult: document.getElementById(&#039;panelResult&#039;).value,
        calculationStepsVisible: t.style.display !== &#039;none&#039;
      };
      localStorage.setItem(e, JSON.stringify(data));
    }
    
    // 清空所有表单数据
    function clearAll() {
      document.getElementById(&#039;level&#039;).value = &#039;&#039;;
      document.getElementById(&#039;poji&#039;).checked = false;
      document.getElementById(&#039;no-card&#039;).checked = true;
      document.getElementById(&#039;ring1&#039;).value = &#039;&#039;;
      document.getElementById(&#039;ring2&#039;).value = &#039;&#039;;
      document.getElementById(&#039;ring3&#039;).value = &#039;&#039;;
      document.getElementById(&#039;ringRefine&#039;).value = &#039;&#039;;
      document.getElementById(&#039;earring1&#039;).value = &#039;&#039;;
      document.getElementById(&#039;earring2&#039;).value = &#039;&#039;;
      document.getElementById(&#039;earring3&#039;).value = &#039;&#039;;
      document.getElementById(&#039;earringRefine&#039;).value = &#039;&#039;;
      document.getElementById(&#039;jade1&#039;).value = &#039;&#039;;
      document.getElementById(&#039;jade2&#039;).value = &#039;&#039;;
      document.getElementById(&#039;jadeDust&#039;).value = &#039;&#039;;
      document.getElementById(&#039;jadeBonus&#039;).value = &#039;0&#039;;
      document.getElementById(&#039;result&#039;).value = &#039;&#039;;
      document.getElementById(&#039;panelResult&#039;).value = &#039;&#039;;
      t.innerHTML = &#039;&#039;;
      
      // 保存清除后的状态
      saveData();
      
      // 重置按钮状态
      updateToggleButton();
    }
    
    // 更新&quot;显示/隐藏计算过程&quot;按钮状态
    function updateToggleButton() {
      const isVisible = t.style.display !== &#039;none&#039;;
      n.textContent = isVisible ? &#039;隐藏计算过程&#039; : &#039;显示计算过程&#039;;
      
      // 添加按钮状态的视觉反馈
      if (isVisible) {
        n.classList.add(&#039;active&#039;);
      } else {
        n.classList.remove(&#039;active&#039;);
      }
    }
    
    // 暴击率计算函数
    function calculate() {
      const level = parseFloat(document.getElementById(&#039;level&#039;).value) || 0;
      const hasPoji = document.getElementById(&#039;poji&#039;).checked;
      const cardType = document.querySelector(&#039;input[name=&quot;card-type&quot;]:checked&#039;).value;
      const ring1 = parseFloat(document.getElementById(&#039;ring1&#039;).value) || 0;
      const ring2 = parseFloat(document.getElementById(&#039;ring2&#039;).value) || 0;
      const ring3 = parseFloat(document.getElementById(&#039;ring3&#039;).value) || 0;
      const ringRefine = parseFloat(document.getElementById(&#039;ringRefine&#039;).value) || 0;
      const earring1 = parseFloat(document.getElementById(&#039;earring1&#039;).value) || 0;
      const earring2 = parseFloat(document.getElementById(&#039;earring2&#039;).value) || 0;
      const earring3 = parseFloat(document.getElementById(&#039;earring3&#039;).value) || 0;
      const earringRefine = parseFloat(document.getElementById(&#039;earringRefine&#039;).value) || 0;
      const jade1 = parseFloat(document.getElementById(&#039;jade1&#039;).value) || 0;
      const jade2Input = document.getElementById(&#039;jade2&#039;);
      const jade2 = jade2Input.disabled ? 0 : parseFloat(jade2Input.value) || 0;
      const jadeDust = parseFloat(document.getElementById(&#039;jadeDust&#039;).value) || 0;
      const jadeBonus = parseFloat(document.getElementById(&#039;jadeBonus&#039;).value) || 0;
      
      // 检查等级是否在有效范围内
      if (level &lt;= 0 || level &gt; 175) {
        document.getElementById(&#039;result&#039;).value = &#039;错误：等级必须在1-175&#039;;
        document.getElementById(&#039;panelResult&#039;).value = &#039;错误：等级必须在1-175&#039;;
        t.innerHTML = &#039;&lt;p class=&quot;error&quot;&gt;等级必须在1-175之间&lt;/p&gt;&#039;;
        
        // 显示错误信息但不强制显示计算步骤
        updateToggleButton();
        return;
      }
      
      let ringCount = 0;
      let ringBaseCrit = 0;
      let steps = &#039;&#039;;
      
      // 戒指计算
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;1. 戒指计算：&lt;/strong&gt;&lt;/p&gt;&#039;;
      if (ring1 &gt; 0) ringCount++, ringBaseCrit += ring1, steps += &#039;&lt;p&gt;  - 戒指1：&#039; + ring1 + &#039;&lt;/p&gt;&#039;;
      if (ring2 &gt; 0) ringCount++, ringBaseCrit += ring2, steps += &#039;&lt;p&gt;  - 戒指2：&#039; + ring2 + &#039;&lt;/p&gt;&#039;;
      if (ring3 &gt; 0) ringCount++, ringBaseCrit += ring3, steps += &#039;&lt;p&gt;  - 戒指3：&#039; + ring3 + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 非空戒指数量：&#039; + ringCount + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 戒指精炼等级：&#039; + ringRefine + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 戒指基础暴击总和：&#039; + ringBaseCrit + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 戒指精炼贡献：&#039; + ringRefine + &#039;×4×&#039; + ringCount + &#039;=&#039; + (ringRefine * 4 * ringCount) + &#039;&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 耳饰计算
      let earringCount = 0;
      let earringBaseCrit = 0;
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;2. 耳饰计算：&lt;/strong&gt;&lt;/p&gt;&#039;;
      if (earring1 &gt; 0) earringCount++, earringBaseCrit += earring1, steps += &#039;&lt;p&gt;  - 耳饰1：&#039; + earring1 + &#039;&lt;/p&gt;&#039;;
      if (earring2 &gt; 0) earringCount++, earringBaseCrit += earring2, steps += &#039;&lt;p&gt;  - 耳饰2：&#039; + earring2 + &#039;&lt;/p&gt;&#039;;
      if (earring3 &gt; 0) earringCount++, earringBaseCrit += earring3, steps += &#039;&lt;p&gt;  - 耳饰3：&#039; + earring3 + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 非空耳饰数量：&#039; + earringCount + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 耳饰精炼等级：&#039; + earringRefine + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 耳饰基础暴击总和：&#039; + earringBaseCrit + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 耳饰精炼贡献：&#039; + earringRefine + &#039;×4×&#039; + earringCount + &#039;=&#039; + (earringRefine * 4 * earringCount) + &#039;&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 玉魄计算
      let jadeCount = 0;
      let jadeBaseCrit = 0;
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;3. 玉魄计算：&lt;/strong&gt;&lt;/p&gt;&#039;;
      if (jade1 &gt; 0) jadeCount++, jadeBaseCrit += jade1, steps += &#039;&lt;p&gt;  - 玉魄1：&#039; + jade1 + &#039;&lt;/p&gt;&#039;;
      if (jade2 &gt; 0) jadeCount++, jadeBaseCrit += jade2, steps += &#039;&lt;p&gt;  - 玉魄2：&#039; + jade2 + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 非空玉魄数量：&#039; + jadeCount + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 玉魄基础暴击总和：&#039; + jadeBaseCrit + &#039;&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 玉魄灵尘计算
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;4. 玉魄灵尘计算：&lt;/strong&gt;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 玉魄灵尘等级：&#039; + jadeDust + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 玉魄灵尘贡献：&#039; + jadeDust + &#039;×6×&#039; + jadeCount + &#039;=&#039; + (jadeDust * 6 * jadeCount) + &#039;&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 基础暴击总和
      let baseCrit = ringBaseCrit + ringRefine * 4 * ringCount + earringBaseCrit + earringRefine * 4 * earringCount + jadeBaseCrit + jadeDust * 6 * jadeCount;
      
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;5. 基础暴击总和：&lt;/strong&gt;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 戒指贡献：&#039; + ringBaseCrit + &#039;+&#039; + (ringRefine * 4 * ringCount) + &#039;=&#039; + (ringBaseCrit + ringRefine * 4 * ringCount) + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 耳饰贡献：&#039; + earringBaseCrit + &#039;+&#039; + (earringRefine * 4 * earringCount) + &#039;=&#039; + (earringBaseCrit + earringRefine * 4 * earringCount) + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 玉魄贡献：&#039; + jadeBaseCrit + &#039;+&#039; + (jadeDust * 6 * jadeCount) + &#039;=&#039; + (jadeBaseCrit + jadeDust * 6 * jadeCount) + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 基础暴击总和：&#039; + (ringBaseCrit + ringRefine * 4 * ringCount) + &#039;+&#039; + (earringBaseCrit + earringRefine * 4 * earringCount) + &#039;+&#039; + (jadeBaseCrit + jadeDust * 6 * jadeCount) + &#039;=&#039; + baseCrit + &#039;&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 玉魄加成
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;6. 玉魄加成：&lt;/strong&gt;&lt;/p&gt;&#039;;
      
      // 修复玉魄加成计算
      let jadeBonusValue = jadeBonus === 1 ? 6 : (jadeBonus === 2 ? 12 : 0);
      steps += &#039;&lt;p&gt;  - 玉魄加成值：&#039; + jadeBonusValue + &#039;&lt;/p&gt;&#039;;
      
      if (jadeBonus === 1) baseCrit += 6;
      if (jadeBonus === 2) baseCrit += 24;
      
      steps += &#039;&lt;p&gt;  - 加成后暴击总和：&#039; + baseCrit + &#039;&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 面板暴击率计算
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;7. 面板暴击率计算：&lt;/strong&gt;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 公式：面板暴击率 = (加成后暴击总和/等级×10)&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 计算：(&#039; + baseCrit + &#039;/&#039; + level + &#039;×10)=&#039; + (baseCrit / level * 10).toFixed(2) + &#039;%&lt;/p&gt;&#039;;
      
      let panelRate = baseCrit / level * 10;
      steps += &#039;&lt;p&gt;  - 最终面板暴击率：&#039; + panelRate.toFixed(2) + &#039;%&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 变身卡加成
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;8. 变身卡加成：&lt;/strong&gt;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 变身卡类型：&#039; + (cardType === &#039;none&#039; ? &#039;无&#039; : cardType === &#039;bisha&#039; ? &#039;必杀&#039; : &#039;高级必杀&#039;) + &#039;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 变身卡加成值：&#039; + (cardType === &#039;bisha&#039; ? &#039;10%&#039; : cardType === &#039;gaojibisha&#039; ? &#039;20%&#039; : &#039;0%&#039;) + &#039;&lt;/p&gt;&#039;;
      
      let realRate = panelRate;
      if (cardType === &#039;bisha&#039;) {
        realRate += 10;
        steps += &#039;&lt;p&gt;  - 计算：&#039; + panelRate.toFixed(2) + &#039;% + 10% = &#039; + realRate.toFixed(2) + &#039;%&lt;/p&gt;&#039;;
      } else if (cardType === &#039;gaojibisha&#039;) {
        realRate += 20;
        steps += &#039;&lt;p&gt;  - 计算：&#039; + panelRate.toFixed(2) + &#039;% + 20% = &#039; + realRate.toFixed(2) + &#039;%&lt;/p&gt;&#039;;
      }
      
      steps += &#039;&lt;p&gt;  - 变身卡加成后：&#039; + realRate.toFixed(2) + &#039;%&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 破击效果
      if (hasPoji) {
        steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;9. 破击效果：&lt;/strong&gt;&lt;/p&gt;&#039;;
        steps += &#039;&lt;p&gt;  - 破击状态：已选择&lt;/p&gt;&#039;;
        steps += &#039;&lt;p&gt;  - 破击效果：暴击率×2&lt;/p&gt;&#039;;
        steps += &#039;&lt;p&gt;  - 计算：&#039; + realRate.toFixed(2) + &#039;%×2=&#039; + (realRate * 2).toFixed(2) + &#039;%&lt;/p&gt;&#039;;
        realRate *= 2;
        steps += &#039;&lt;/div&gt;&#039;;
      }
      
      // 实战暴击率计算
      steps += &#039;&lt;div class=&quot;step&quot;&gt;&lt;p&gt;&lt;strong&gt;10. 实战暴击率计算：&lt;/strong&gt;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 公式：实战暴击率 = 最终暴击率 + 5%（人物基础） + 1%（门派特色）&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 计算：&#039; + realRate.toFixed(2) + &#039;% + 5% + 1% = &#039; + (realRate + 5 + 1).toFixed(2) + &#039;%&lt;/p&gt;&lt;/div&gt;&#039;;
      
      realRate = realRate + 5 + 1;
      
      // 最终结果
      steps += &#039;&lt;div class=&quot;step final-result&quot;&gt;&lt;p&gt;&lt;strong&gt;11. 最终结果：&lt;/strong&gt;&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 面板暴击率：&#039; + panelRate.toFixed(2) + &#039;%&lt;/p&gt;&#039;;
      steps += &#039;&lt;p&gt;  - 实战暴击率：&#039; + realRate.toFixed(2) + &#039;%&lt;/p&gt;&lt;/div&gt;&#039;;
      
      // 更新结果显示
      document.getElementById(&#039;panelResult&#039;).value = panelRate.toFixed(2) + &#039;%&#039;;
      document.getElementById(&#039;result&#039;).value = realRate.toFixed(2) + &#039;%&#039;;
      
      // 更新计算步骤显示
      t.innerHTML = steps;
      
      // 保存计算结果
      saveData();
      
      // 更新按钮状态但不强制显示
      updateToggleButton();
    }
    
    // 初始化按钮状态
    function initButtonStates() {
      // 从localStorage加载显示状态
      const savedData = localStorage.getItem(e);
      if (savedData) {
        try {
          const parsedData = JSON.parse(savedData);
          if (parsedData.calculationStepsVisible !== undefined) {
            t.style.display = parsedData.calculationStepsVisible ? &#039;block&#039; : &#039;none&#039;;
          } else {
            // 默认为隐藏
            t.style.display = &#039;none&#039;;
          }
        } catch (error) {
          console.error(&#039;Failed to parse saved data:&#039;, error);
          t.style.display = &#039;none&#039;;
        }
      } else {
        // 默认为隐藏
        t.style.display = &#039;none&#039;;
      }
      
      // 更新按钮文本
      updateToggleButton();
    }
    
    // 绑定事件监听器
    calculateBtn.addEventListener(&#039;click&#039;, function() {
      calculate();
    });
    
    clearBtn.addEventListener(&#039;click&#039;, function() {
      clearAll();
    });
    
    // 监听表单变化，自动保存数据
    document.querySelectorAll(&#039;input, select&#039;).forEach(element =&gt; {
      element.addEventListener(&#039;change&#039;, saveData);
    });
    
    // 切换计算步骤显示/隐藏
    n.addEventListener(&#039;click&#039;, function() {
      const currentDisplay = t.style.display;
      t.style.display = currentDisplay === &#039;none&#039; ? &#039;block&#039; : &#039;none&#039;;
      updateToggleButton();
      
      // 保存显示状态
      saveData();
    });
    
    // 初始化按钮状态
    initButtonStates();
    
    // 加载保存的数据或初始化表单
    loadSavedData() || clearAll();
  });
  &lt;/script&gt;
</description><pubDate>Fri, 13 Jun 2025 11:28:29 +0800</pubDate></item><item><title>配置SSL证书</title><link>https://www.jishuzhai.cn/post/18.html</link><description>&lt;p&gt;根据DNS解析规则，TXT记录的&lt;span style=&quot;\&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;!--autointro--&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;根据DNS解析规则，TXT记录的&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;主机名（即子域名部分）需遵循以下规范：&lt;/span&gt;&lt;/p&gt;&lt;h3 style=&quot;\&quot;&gt;‌一、&lt;span style=&quot;\&quot;&gt;TXT&lt;/span&gt;主机记录命名限制‌&lt;/h3&gt;&lt;p style=&quot;\&quot;&gt;‌禁止以.开头或结尾‌&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;例如：._acme-challenge.jishuzhai.cn&amp;nbsp;或&amp;nbsp;_acme-challenge.jishuzhai.cn.&amp;nbsp;均为非法格式&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;正确配置TXT记录进行SSL验证（如Let&amp;#39;s Encrypt证书）需要遵循以下关键步骤和注意事项：&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;&lt;strong&gt;1.获取TXT记录值‌&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;证书工具（Certbot/acme.sh等）会生成验证值（如&amp;nbsp;&amp;quot;Yjg9dF_kA...2Wzr4&amp;quot;）&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;值通常以双引号包裹（部分DNS服务商需省略引号）&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;&lt;strong style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;2.添&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;加TXT记录&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;\&quot;&gt;‌&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;ul style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;table&gt;&lt;thead style=&quot;\&quot;&gt;&lt;tr style=&quot;\&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;\&quot;&gt;&lt;strong&gt;字段&lt;/strong&gt;&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;&lt;strong&gt;正确示例&lt;/strong&gt;&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;&lt;strong&gt;错误示例&lt;/strong&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;\&quot;&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;主机名&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;_acme-challenge&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;.acme&lt;/code&gt;（以点开头）&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;记录类型&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;TXT&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;CNAME/A/其他&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;记录值&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;&amp;quot;Yjg9dF_kA...2Wzr4&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;未加引号或格式错误&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;TTL&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;300&lt;/code&gt;（推荐）&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;86400&lt;/code&gt;（过长影响生效）&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;blockquote style=&quot;\&quot;&gt;&lt;p style=&quot;\&quot;&gt;📌 注：主机名‌&lt;span style=&quot;\&quot;&gt;不要&lt;/span&gt;‌填写完整域名（如&lt;code style=&quot;\&quot;&gt;_acme-challenge.&lt;span style=&quot;\&quot;&gt;jishuzhai.cn&lt;/span&gt;&lt;/code&gt;），只需子域名部分&lt;/p&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;p style=&quot;\&quot;&gt;3‌.&lt;span style=&quot;\&quot;&gt;保存并等待传播&lt;/span&gt;‌&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;生效时间取决于TTL（通常5-10分钟）&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;&lt;strong&gt;&lt;span style=&quot;\&quot;&gt;二、各平台配置差异&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ol style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;table&gt;&lt;thead style=&quot;\&quot;&gt;&lt;tr style=&quot;\&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;\&quot;&gt;服务商&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;主机名填写要求&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;记录值格式要求&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;\&quot;&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;Cloudflare&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;_acme-challenge&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;直接粘贴内容（无引号）&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;阿里云&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;_acme-challenge&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;必须加双引号&lt;/span&gt;‌&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;腾讯云&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;_acme-challenge&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;可选加引号&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;GoDaddy&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;_acme-challenge&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;粘贴原始值（含引号）&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/ol&gt;&lt;p&gt;&lt;br style=&quot;\&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h3 style=&quot;\&quot;&gt;三、基础本地验证（快速检查）&lt;/h3&gt;&lt;pre class=&quot;\&quot;&gt;#&amp;nbsp;Linux/macOS\r\ndig&amp;nbsp;TXT&amp;nbsp;_acme-challenge.yourdomain.com&amp;nbsp;@8.8.8.8&amp;nbsp;+short\r\n\r\n#&amp;nbsp;Windows\r\nnslookup&amp;nbsp;-type=TXT&amp;nbsp;_acme-challenge.yourdomain.com&amp;nbsp;8.8.8.8&lt;/pre&gt;&lt;ul style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;验证要点&lt;/span&gt;‌：&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;list-style-type: square;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;预期返回格式：&lt;code style=&quot;\&quot;&gt;&amp;quot;验证字符串&amp;quot;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;若返回空值：DNS配置错误&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;若返回旧值：TTL未过期或缓存未刷新&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;从日志分析，您的SSL证书申请失败主要由于‌&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;DNS验证超时&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;‌和‌&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;权威DNS服务器通信问题&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;‌。以下是具体问题和解决方案：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h3 style=&quot;\&quot;&gt;四、核心问题诊断&lt;/h3&gt;&lt;ol style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p class=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;DNS传播超时&lt;/span&gt;‌&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;权威DNS服务器&amp;nbsp;&lt;code style=&quot;\&quot;&gt;ns2.ename.net:53&lt;/code&gt;&amp;nbsp;响应超时（UDP端口53通信失败）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;Let&amp;#39;s Encrypt无法获取到您配置的TXT记录&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;日志显示：&lt;code style=&quot;\&quot;&gt;time limit exceeded&lt;/code&gt;（10分钟等待后仍未验证成功）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;根本原因：&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p class=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;附加错误&lt;/span&gt;‌&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;badNonce&lt;/code&gt;错误：ACME协议临时性问题（可自动重试）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;&lt;code style=&quot;\&quot;&gt;i/o timeout&lt;/code&gt;：网络层与DNS服务器连接不稳定&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p class=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;临时切换DNS服务商&lt;/span&gt;‌&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;将域名NS记录改为：&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;pre class=&quot;\&quot;&gt;ns1.alidns.com\r\nns2.alidns.com&lt;/pre&gt;&lt;p style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;‌&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;手动验证配置&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;‌&lt;/span&gt;&lt;br/&gt;&lt;span style=&quot;\&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;确认TXT记录满足：&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;\&quot;&gt;主机名:&amp;nbsp;_acme-challenge\r\n记录值:&amp;nbsp;&amp;quot;xxxxxxxxxxxx&amp;quot;&amp;nbsp;（必须带双引号）\r\nTTL:&amp;nbsp;≤300&lt;/pre&gt;&lt;p style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;更改域名NS记录（Name Server记录）是切换DNS服务商的关键操作，以下是详细步骤和注意事项：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h4 style=&quot;\&quot;&gt;在新DNS服务商处添加域名&lt;/h4&gt;&lt;ol style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;Cloudflare：点击 ‌&lt;span style=&quot;\&quot;&gt;+ Add site&lt;/span&gt;‌ 输入域名&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;阿里云DNS：云解析DNS → ‌&lt;span style=&quot;\&quot;&gt;添加域名&lt;/span&gt;‌&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;预先配置所有DNS记录&lt;/span&gt;‌（A/CNAME/MX/TXT等）&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h4 style=&quot;\&quot;&gt;修改注册商处的NS记录&lt;/h4&gt;&lt;p class=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;阿里云操作路径：&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;\&quot;&gt;控制台&amp;nbsp;→&amp;nbsp;域名&amp;nbsp;→&amp;nbsp;域名列表&amp;nbsp;→&amp;nbsp;目标域名&amp;nbsp;→&amp;nbsp;域名设置&amp;nbsp;→&amp;nbsp;修改DNS服务器&lt;/pre&gt;&lt;ol style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;删除原有NS记录&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;添加新服务商提供的NS地址（至少2个）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;保存更改（需短信/邮箱验证）&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;在阿里云DNS（云解析DNS）中获取AccessKey（访问密钥）是调用API实现自动化操作（如自动DNS验证）的关键步骤，以下是详细获取流程：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h3 style=&quot;\&quot;&gt;五、获取AccessKey步骤（控制台操作）&lt;/h3&gt;&lt;h4 style=&quot;\&quot;&gt;1. 登录阿里云控制台&lt;/h4&gt;&lt;p style=&quot;\&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;h4 style=&quot;\&quot;&gt;2. 进入访问控制RAM控制台&lt;/h4&gt;&lt;p style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;h4 style=&quot;\&quot;&gt;3. 创建AccessKey&lt;/h4&gt;&lt;ul style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;在「AccessKey管理」页面：&lt;/p&gt;&lt;/li&gt;&lt;ol style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;点击 ‌&lt;span style=&quot;\&quot;&gt;「创建AccessKey」&lt;/span&gt;‌ 按钮&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;完成短信/邮箱验证&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;生成结果：&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre class=&quot;\&quot;&gt;AccessKey&amp;nbsp;ID：&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LTAI5t&amp;amp;zwnj;***********&amp;amp;zwnj;vD2\r\nAccessKey&amp;nbsp;Secret：&amp;nbsp;&amp;nbsp;KZO4fz&amp;amp;zwnj;**************&amp;amp;zwnj;bUJk&lt;/pre&gt;&lt;h3 style=&quot;\&quot;&gt;权限配置（必需步骤）&lt;/h3&gt;&lt;p class=&quot;\&quot;&gt;仅获取AccessKey还不够，需为密钥授权DNS操作权限：&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h4 style=&quot;\&quot;&gt;为用户授权&lt;/h4&gt;&lt;pre class=&quot;\&quot;&gt;用户管理&amp;nbsp;→&amp;nbsp;目标用户&amp;nbsp;→&amp;nbsp;添加权限&amp;nbsp;→&amp;nbsp;搜索并添加策略(DNS)&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;\&quot;&gt;&lt;span style=&quot;\&quot;&gt;&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;关于SSL证书的申请范围，需要根据您的具体需求来决定是否需要覆盖根域名、www子域名或泛域名。以下是详细分析和建议：&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h3 style=&quot;\&quot;&gt;六、证书类型对比&lt;/h3&gt;&lt;table&gt;&lt;thead style=&quot;\&quot;&gt;&lt;tr style=&quot;\&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;\&quot;&gt;证书类型&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;覆盖范围&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;适用场景&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;Let&amp;#39;s Encrypt 支持&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;\&quot;&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;单域名证书&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;仅一个特定域名（如 jishuzhai.cn）&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;简单单域名网站&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;✅&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;多域名证书&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;多个指定域名（如 jishuzhai.cn + www.jishuzhai.cn）&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;主站+WWW站点&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;✅（最多100域名）&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;‌&lt;span style=&quot;\&quot;&gt;泛域名证书&lt;/span&gt;‌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;单级子域名（如 *.jishuzhai.cn）&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;需要无限子域名（api、shop等）&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;✅（仅DNS验证）&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h3 style=&quot;\&quot;&gt;七、推荐方案（根据业务需求）&lt;/h3&gt;&lt;h4 style=&quot;\&quot;&gt;场景1：基础网站（根域名+www必备）&lt;/h4&gt;&lt;p&gt;&lt;span style=&quot;\&quot;&gt;‌&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;优势&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;‌：&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;ul style=&quot;\&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;覆盖最常见的两种访问方式&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;浏览器不会提示证书不匹配&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;\&quot;&gt;符合用户访问习惯（约60%用户会输入www）&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style=&quot;\&quot;&gt;‌&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;验证方式限制&lt;/span&gt;&lt;span style=&quot;\&quot;&gt;‌：&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;table&gt;&lt;thead style=&quot;\&quot;&gt;&lt;tr style=&quot;\&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;\&quot;&gt;证书类型&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;HTTP验证&lt;/th&gt;&lt;th style=&quot;\&quot;&gt;DNS验证&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;\&quot;&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;单域名&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;✅&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;✅&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;多域名&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;✅&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;✅&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;\&quot;&gt;&lt;td style=&quot;\&quot;&gt;泛域名&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;❌&lt;/td&gt;&lt;td style=&quot;\&quot;&gt;✅&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;\&quot;&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Jun 2025 16:05:25 +0800</pubDate></item><item><title>实测 Manus：首个真干活 AI，中国造（附50个用例 + 拆解）</title><link>https://www.jishuzhai.cn/post/17.html</link><description>&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　来源：赛博禅心&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　先看下这个吧，AI 一键生成的&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Prompt 很简单：帮我做一下介绍小米Su7十页的PPT&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　本以为 DeepSeek 已是天下无敌，没想到有人比他还猛．．．&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;这个产品是 Manus，全球首款通用型 Agent，中国制造，昨夜上线，今早发布。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;地址是：https：//manus.im/&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;目前还在内测，可在登录后，申请加入内测&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　这东西，在 GAIA 基准测试中远远甩开了 OpenAI。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/69/w550h319/20250306/d400-545dec6702cd360938e4119a4637f1a9.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;319&quot; wh=&quot;1.72&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Peak，作为 Manus 的首席科学家，放送了原声。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;Manus 的产品名，意思为“手”，来自拉丁文 “mens et manus” —— 知行合一。&lt;/span&gt;它体现了一种理念：知识和智慧必须通过身体力行才能对世界产生正向影响。这就是 Manus 的追求，为 LLM 做一双能巧妙调用工具的手，从而扩展人的能力，让你心中的愿景成为现实。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　之前知道他们在“整个大活”，一直充满期待。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　没想到，直接整了个刷爆全网的：真叫一个一码难求&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/256/w489h567/20250306/2b91-cd6c58f71af506f528e9f56b9dba7dbb.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;489&quot; h=&quot;567&quot; wh=&quot;0.86&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我先放几个例子，这些来自于官方&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　提示词：&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我是一名中学物理老师，正准备教授动量守恒定律。您能否创建一系列清晰准确的演示动画，并将它们整理成一个简单的 HTML 演示文稿？&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　https：//manus.im/share/pAdLIvlktJmV945593mFio&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　提示词：&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我想要一份特斯拉股票的全面分析，包括：概述：公司概况、关键指标、业绩数据和投资建议财务数据：收入趋势、利润率、资产负债表和现金流分析市场情绪：分析师评级、情绪指标和新闻影响技术分析：价格趋势、技术指标和支撑/阻力水平资产比较：市场份额和与主要竞争对手的财务指标对比价值投资者：内在价值、增长潜力和风险因素投资论点：SWOT 分析和针对不同类型投资者的建议&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　https：//manus.im/share/xFgpHb15vKqfRPWIs3JJPJ？replay=1&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　提示词：&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我需要一个 4 月 15-23 日从西雅图出发的 7 天日本行程，预算为我和未婚妻两人 2500-5000 美元。我们喜欢历史遗迹、隐藏的宝地和日本文化（剑道、茶道、禅修）。我们想看奈良的鹿并徒步探索城市。我计划在这次旅行中求婚，需要一个特别场所的建议。请提供详细的行程安排和一个简单的 HTML 旅行手册，包含地图、景点描述、必备的日语短语和我们整个旅程中可以参考的旅行小贴士。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　https：//manus.im/share/brWKUSp51ItvVMBpcXNCZ1？replay=1&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;Manues 的创始团队，是很久的朋友了，各个顶呱呱。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　上线前给留了个码，让我能来测测这一产品。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　顺道着，摸了点独家消息。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/307/w550h557/20250306/8585-2bd3ed79485966c5eb85d78815ccca6d.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;557&quot; wh=&quot;0.99&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我先随便跑了个．．．非常离谱的任务：&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　帮我整理一份逐月编年史，纪录从 2022 年到现在，AI 行业每个月都发生了哪些事情。整理完之后，再从现在的视角回顾下这段历史&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　然后．．．迎来了我的一声声“卧槽“，首先．．他清晰的去规划任务&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/272/w550h522/20250306/44e4-31ba2edc194a4d0a40701c5747de3914.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;522&quot; wh=&quot;1.05&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　然后，开着浏览器导出去吧啦信息．．．&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/156/w550h406/20250306/370a-3da2edd88ad4365c937266a3060d78a0.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;406&quot; wh=&quot;1.35&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　还会不断的回顾矫正。。。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/156/w550h406/20250306/370a-3da2edd88ad4365c937266a3060d78a0.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;406&quot; wh=&quot;1.35&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　没错，是我想要的 Agent 了！&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　（不过这个 case 实在太大了，跑了几个小时还没跑完）&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　同时的，我去跑了另一个 Case：写个游戏&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　帮我写一个DOOM的网页版游戏，高保真，我可以用鼠标和键盘来玩&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　这里补充说一下：《Doom》（《毁灭战士》）是由 id Software 开发并于 1993年 发行的里程碑式第一人称射击游戏（FPS）。它不仅是电子游戏历史上的经典之作，更被认为是现代FPS类型的奠基者之一。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　在我把需求给到 Manus 之后，就看着他一阵捣鼓。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/420/w550h670/20250306/1a61-41f75522e0b61a04c11d17bbc387da24.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;670&quot; wh=&quot;0.82&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;而最终呢，不但完成了任务，甚至帮我部署好了&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　https：//etuswgwm.manus.space/&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　顺道还给我留了个手册&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/513/w550h763/20250306/59e3-73d153f11f4630bc91be9c26fad33f5b.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;763&quot; wh=&quot;0.72&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　当然了，这里还有茫茫多的 case，来自官方&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 通过资料研究、数据分析捕捉了过去四个季度市场对 Amazon 的情绪变化。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/171/w550h421/20250306/04ed-221b4e48fd8005cdf6e9e7fdfbc10c22.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;421&quot; wh=&quot;1.31&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 全网深入调研找到最符合需求的货源&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/129/w550h379/20250306/4a84-e5f5808a8c03681b40d83fa172f12119.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;379&quot; wh=&quot;1.45&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　让 Manus 根据你的个人主页或简历制作一个有设计感的名片。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/187/w550h437/20250306/744d-77a93de4c7f7c361cc1149ea84d84264.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;437&quot; wh=&quot;1.26&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 将深入理解和分析你的家庭情况和需求，并去专业的房产销售网站为你筛选最符合需求的标的。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/231/w550h481/20250306/e569-cf7ea9b640de10623ec6bd50a2625b0b.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;481&quot; wh=&quot;1.14&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　来看看 Manus 是高效合理的安排 40 位候选人的时间&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/152/w550h402/20250306/7048-571bd9c7df21d0604858efd8fa87ae69.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;402&quot; wh=&quot;1.37&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　上传你的课堂录音，让 manus 为你做一个图文并茂的课堂笔记&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/246/w550h496/20250306/a5b8-cd0edcc4f58bc683263427ea8855c266.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;496&quot; wh=&quot;1.11&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 为你全面个性化整理高质量的强化学习学习资源。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/211/w550h461/20250306/0cf9-cc5d9c776f136eda00da0898889c14af.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;461&quot; wh=&quot;1.19&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 可以为你从各个渠道收集你关心的某个事件关键人物的公开观点&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/152/w550h402/20250306/7d73-dfb93587d12fcadf5c23e11cfe9b833f.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;402&quot; wh=&quot;1.37&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　买保险的时候要对比太多 Policy 条款？交给 Manus 为你制作清晰的关键信息对比表，给出你最佳决策建议&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/167/w550h417/20250306/5bb8-6b340552a837d092eb1fb59bdf84d51b.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;417&quot; wh=&quot;1.32&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　枯燥但需要打起十二分精神来完成的繁琐的合同审查工作，也是 Manus 非常擅长的。Manus 将会根据你的合同先去研究和学习相关的法律法规，再有理有据的告诉你的合同目前存在的纰漏。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/159/w550h409/20250306/46ea-3106edacfcbe6eda44171f7138e49810.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;409&quot; wh=&quot;1.34&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　把你的 API excel 文档交给 Manus，让他为你转换成一个详尽的 doc 版本的 API 文档。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/181/w550h431/20250306/d4f9-b4de45eadc15f4265d7fcd9fac988fc5.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;431&quot; wh=&quot;1.28&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 深入文献研究 Pitera 这种化妆品成分，并撰写了 Youtube 视频讲解脚本。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/163/w550h413/20250306/c75b-bc72796955f7b78640029fb81f1a57d8.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;413&quot; wh=&quot;1.33&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 通过公开信息的深入搜集和分析，绘制一份公司组织关系图。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/273/w550h523/20250306/b6a1-b6e71f1cca3b56ec707d4cbd25bcd499.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;523&quot; wh=&quot;1.05&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我们让 Manus 看 Techcrunch 的官网设计风格，并根据这个风格设计了一套 Slide 可用的 icon 图表库&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/184/w550h434/20250306/6dee-3ae5b610e648248f7412e89478ff79dc.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;434&quot; wh=&quot;1.27&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 根据你的喜好为你定制一段任意长度的冥想引导音频&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/181/w550h431/20250306/1913-21344bb194032e78882b95addf1c19ea.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;431&quot; wh=&quot;1.28&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 深入进行股票分析，并制作惊艳的 Dashboard 为你展示股票的详细信息&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/184/w550h434/20250306/7c94-445ec0761e1a0fdc96c49879bb9f4076.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;434&quot; wh=&quot;1.27&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 可以为你定制化你想要的各种奇怪的音效，来听听 Manus 为我们做的鸟鸣混合蒸汽的音效&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/141/w550h391/20250306/5c7a-e75141a1fa9f4147cb139802c7f54790.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;391&quot; wh=&quot;1.41&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 可以深入分析地区 POI 数据，交叉验证官方统计数据，深入分析某地病患人口统计&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/346/w550h596/20250306/1498-9e42b5d71444ba70cd15896874e570d7.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;596&quot; wh=&quot;0.92&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 深入搜集了洛克菲勒家族并将家族关系整理成了清晰的关系图表&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/163/w550h413/20250306/d3ce-d8fa434c9a67ee3a5df7354837e925ed.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;413&quot; wh=&quot;1.33&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 通过资料搜集、分析并发挥想象力为编剧创作者提供资料支持和灵感启发&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/180/w550h430/20250306/8f38-de80289b455349657880c0f4ec9fd85f.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;430&quot; wh=&quot;1.28&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　根据财务记录文件审核公司的财务报表&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/177/w550h427/20250306/a6bd-0d683a216de6041ee937ba0b5b0cbec2.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;427&quot; wh=&quot;1.29&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　描述你公司的业务和你期待的潜在 B 端客户画像，Manus 将为你深入 Mapping&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/230/w550h480/20250306/4454-5882e741dbe55f83d9a2a169e75be344.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;480&quot; wh=&quot;1.15&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 为一家得克萨斯州的 BBQ 门店深入进行门店周边的数据估算和分析并提供销售额提升策略报告&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/197/w550h447/20250306/65cd-765c92c0214d1f9c6b28f40f0182d35f.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;447&quot; wh=&quot;1.23&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　当你需要学习某个开源项目时，manus 会深入代码库理解代码，绘制系统结构图，并为你深入讲解项目细节&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/115/w550h365/20250306/ed89-8e998600b3ecf3f4fbb982cf08dbd4d5.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;365&quot; wh=&quot;1.51&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　上传室内平面图，Manus 学习室内灯光设计科学后为你设计室内灯光&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/158/w550h408/20250306/1277-cad41710d1731d93e1f2ab77dfed6a79.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;408&quot; wh=&quot;1.35&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 为你制作宇宙大小测量的互动课程网页&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/141/w550h391/20250306/11c3-1c371de7744d87023932b72188f41674.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;391&quot; wh=&quot;1.41&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　为中学教师制作动量定理讲解的视频展示课件&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/244/w550h494/20250306/1d7e-159cee491ac1377c75821ef52bcc0ad4.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;494&quot; wh=&quot;1.11&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 为你清晰、惊艳的制作 Transformer 架构的互动讲解网页&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/170/w550h420/20250306/2130-e9ece3a69264a90b153910c348b69420.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;420&quot; wh=&quot;1.31&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 可以代理你深入体验某个网站的功能并作为一个产品专家为你写详尽的产品体验报告&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/166/w550h416/20250306/5281-f1ad329d348c8b0db0cad859726d12c8.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;416&quot; wh=&quot;1.32&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 可以为记者或投资人深入整理待访谈人的全面信息并准备访谈所需的所有材料&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/143/w550h393/20250306/b293-293b1393f27b408bc045363fa36c51c0.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;393&quot; wh=&quot;1.40&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　为你的复杂租赁合同制作一份关键信息表格&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/240/w550h490/20250306/c480-d99c443cdd7220e0c82b1a8c3912c41f.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;490&quot; wh=&quot;1.12&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我们想要 YC w25 batch 中所有的 B2B 公司的名单，Manus 自己操作 YC 官网筛选出符合要求的公司，并高效完成任务&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/253/w550h503/20250306/6585-d75e8f877085a5a6f75df97fd03a7161.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;503&quot; wh=&quot;1.09&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 为我们讲解莱克星顿第一枪的战役过程时，配上了自己画的可视化地图&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/250/w550h500/20250306/0a01-1b2858001737fde64a88c170b06eb0e7.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;500&quot; wh=&quot;1.10&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　你下一场的演讲需要个逐字稿提词器？Manus 将贴心地为你制作一个可控制速度、可控制字体大小、阅读清晰的 presentattion 文件&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/193/w550h443/20250306/7364-7b417b608c83ab9bc3146c8a18d8fa31.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;443&quot; wh=&quot;1.24&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　让 Manus 深入研究美国在感恩节期间的各州移动互联网流量消费情况并制作丰富的可视化图表&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/64/w550h314/20250306/f638-2837731e2263f2d869625bd06b9afb71.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;314&quot; wh=&quot;1.75&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　按照要求深入分析英伟达的财报&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/139/w550h389/20250306/baa6-69445b3ea2b4f06a00eef1a4db8385e0.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;389&quot; wh=&quot;1.41&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　上传你的 Amzon 网店销售数据表格，Manus 为你深入分析、可视化并提供销售提升建议&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/208/w550h458/20250306/aeea-5cc2b208b0e56ac500f7dc07303a7ae7.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;458&quot; wh=&quot;1.20&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　给 Manus 一个 Kaggle 竞赛网址，Manus 自己完成了代码编写，预测结果输出。一次打到了前 10%的成绩&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/138/w550h388/20250306/d30b-4a234989dc53cbd60f9523a257b0c637.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;388&quot; wh=&quot;1.42&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 为你定制个性化的小游戏。来试试泽连斯基白宫论战模拟器&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/394/w550h644/20250306/15bf-761ef7aa08a2b687b2c5bb9464564c00.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;644&quot; wh=&quot;0.85&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　让 Manus 为你的播客节目剪个两分钟的金句合集吧！&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/173/w550h423/20250306/89d8-b98abf5be858bd0d583c4f250ef9ea2d.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;423&quot; wh=&quot;1.30&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 不仅会润色你的文章，还能贴心地让美化文章的排版&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/149/w550h399/20250306/600f-b9e436796dc2064b8f4145afb106891a.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;399&quot; wh=&quot;1.38&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 深入研究整理了服装行业的 AI 搜索产品，并进行详尽的产品分析&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/152/w550h402/20250306/27a5-d1f757e772008b716a06ee1803d2b256.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;402&quot; wh=&quot;1.37&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　如果你需要了解某个产品真实的市场反馈，Manus 会为你详细整理分析电商平台对该产品的客户评论&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/184/w550h434/20250306/ab43-c9b3b435928fc4fbcafcf10b66a4111a.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;434&quot; wh=&quot;1.27&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 通过深度研究和数据分析详尽论证 AWS 未来千亿市值的可能性&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/170/w550h420/20250306/1c27-6b073b6628e446799c1cbd137e1ce7cc.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;420&quot; wh=&quot;1.31&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 自己找到并研究了 24 年所有重要的 AR/AI 产品和行业动态&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/150/w550h400/20250306/0476-a9f98c76ebcd9664a1831601a6cc2102.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;400&quot; wh=&quot;1.38&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 通过一手信息源的追踪整理，深入细节研究了过去十年美国 AI 产业政策&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/118/w550h368/20250306/2fe0-bde82021c849ebe3455f70d2aefd4c77.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;368&quot; wh=&quot;1.49&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　一次性上传 25 份候选人简历，manus 会按要求制作候选人信息表格，甚至能为你评估潜在候选人&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/153/w550h403/20250306/f355-112374f3aa5ac73517950037a3a0273f.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;403&quot; wh=&quot;1.36&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 可以让你轻松知道某个话题在 Twitter\youtube 等社交媒体上的舆论情况&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/145/w550h395/20250306/9e79-4d39cd0da623efea852f7367ecd79919.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;395&quot; wh=&quot;1.39&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 调研市场上 Top 20 的 CRM 机构，并整理出了各自的 Slogan 与品牌故事。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/172/w550h422/20250306/10ac-fc8e33cc8f16f65a31712b0631bf6b7a.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;422&quot; wh=&quot;1.30&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 不仅能整合各类信息为你提供详尽的个性化旅行定制，还能为做一个专属你这次旅行的 handbook。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/173/w550h423/20250306/21f4-f8db900c6c41e02df28274ad40b9e421.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;423&quot; wh=&quot;1.30&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我们让 Manus 完成了对 Andrej Karpathy 的个人网站的 SEO 优化报告，只需要甩给 Manus 一个网址即可&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/168/w550h418/20250306/3f83-8f2494d31d4fa3801190e5211dcb2649.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;418&quot; wh=&quot;1.32&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　Manus 通过深入的公开资料研究，为你撰写一份 Adobe 的公司传记。Manus 可以真正为你关心的主题写一本书，你再也不用担心读不到你喜欢的名人或公司的传记了。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/138/w550h388/20250306/4898-b3adfb9ea49581f867e8022a3718c911.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;388&quot; wh=&quot;1.42&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　通过上面的例子，你会发现&amp;nbsp;&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;Manus 与 ChatGPT、Claude 这类传统聊天机器人有本质区别。&lt;/span&gt;&lt;/p&gt;&lt;ul cms-style=&quot;ul&quot; style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;Manus 拥有强大的工具调用能力&lt;/span&gt;：它不仅能理解你的需求，还能主动调用浏览器、代码编辑器、数据分析工具等完成复杂任务。它不只是告诉你“应该怎么做”，而是直接为你把事情做好，将最终成果交付给你。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;运行在云端的 Manus 有自己的计算环境&lt;/span&gt;：能够独立工作而不需要你的持续监督。你只需提出需求，然后去处理其他事务，它会在后台自主完成任务。这种“委托-交付”模式真正解放了你的时间和注意力。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;与 Manus 的协作更像与人类同事合作，而非使用工具&lt;/span&gt;：你可以随时介入调整方向，中途更改需求，Manus 会灵活适应。当某次任务完成得特别好，你可以直接告诉它“以后都这样做”，它会记住你的偏好，不断调整工作方式，成为越来越懂你的伙伴。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　因此，&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;Manus 特别擅长处理繁琐的文件批处理任务&lt;/span&gt;，如批量简历整理、文件格式转换、合同财报审核等：&lt;/p&gt;&lt;ul cms-style=&quot;ul&quot; style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;它能进行深度调研分析，从多渠道搜集信息，提供全面而有见解的研究报告。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;面对复杂生活决策，Manus 可以帮你比较选项、规划旅行，让决策过程变得轻松。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;在数据分析方面，Manus 会自动找到相关数据源，编写代码分析并创建直观的可视化效果。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;如果你的需求同时涉及多个领域，Manus 的价值会更加凸显。我们也在不断探索它的边界和可能性，欢迎一起发现更多创新用法。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　那么，&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;和 Manus 的协作，也会和 ChatGPT 略有不同&lt;/span&gt;：&lt;/p&gt;&lt;ul cms-style=&quot;ul&quot; style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;清晰表达很重要&lt;/span&gt;：你需要更为明确对最终成果的期望、格式要求和质量标准。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;对于复杂任务，采用渐进式方法更有效&lt;/span&gt;：先让 Manus 完成一部分，再根据中间结果调整下一步。这种迭代式协作常能带来超出预期的成果。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;要善用 Knowledge 系统添加你的特定要求&lt;/span&gt;：或在 Manus 完成满意操作后，告诉它“记住这种方式”，让它在未来工作中应用这些经验。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;发现任务执行方向有偏差时，立即介入指导，告诉它“试试别的方法”。&lt;/span&gt;Manus 会迅速调整策略，避免在错误方向上浪费时间。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　当然，&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;目前 Manus 还在内测，问题不少&lt;/span&gt;，包括不仅限于：&lt;/p&gt;&lt;ul cms-style=&quot;ul&quot; style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;在部份需要扫描、过验证的网站，可能会被卡死：尤其是知乎&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;在任务执行时，可能会卡在某一环节&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/793/w550h243/20250306/e144-ea5749c3c867e1a612d119e917952a41.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;243&quot; wh=&quot;2.26&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;ul cms-style=&quot;ul&quot; style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;如果任务过长（超出上下文），可能会宣告失败&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;img src=&quot;http://k.sinaimg.cn/n/finance/crawl/367/w550h617/20250306/8cf9-fe945839717f6c196dd896a03188a51b.png/w700d1q75cms.jpg?by=cms_fixed_width&quot; w=&quot;550&quot; h=&quot;617&quot; wh=&quot;0.89&quot; style=&quot;margin: 0px auto; padding: 0px; border: 0px none; vertical-align: top; max-width: 640px; display: block;&quot; class=&quot;loadingclass&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;ins class=&quot;sinaads sinaads-done&quot; id=&quot;Sinads49447&quot; data-ad-pdps=&quot;PDPS000000044086&quot; data-ad-status=&quot;done&quot; style=&quot;display: block; overflow: hidden; text-decoration-line: none;&quot;&gt;&lt;ins style=&quot;text-decoration-line: none; margin: 0px auto; width: 300px; display: block; position: relative; overflow: hidden;&quot;&gt;&lt;iframe adtypeturning=&quot;false&quot; width=&quot;300px&quot; height=&quot;250px&quot; frameborder=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; vspace=&quot;0&quot; hspace=&quot;0&quot; allowtransparency=&quot;true&quot; scrolling=&quot;no&quot; sandbox=&quot;allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-popups-to-escape-sandbox&quot; id=&quot;sinaadtk_sandbox_id_11&quot; name=&quot;sinaadtk_sandbox_id_11&quot; style=&quot;float: left;&quot;&gt;&lt;/iframe&gt;&lt;/ins&gt;&lt;/ins&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　对此，朋友也坦言正在持续优化，毕竟，这还只是最开始。&lt;/p&gt;&lt;p cms-style=&quot;strong-Bold&quot; style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255); font-weight: 800 !important;&quot;&gt;　　最后&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　我想放一个视频：&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　摄于&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;2025年3月5日晚10点： Manus 发布之际&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　此刻，中国团队在通用智能体赛道上，迈出了实质性的第一步。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 18px; padding: 0px; color: rgb(77, 79, 83); font-family: &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft Yahei&amp;quot;, &amp;quot;\\5FAE软雅黑&amp;quot;, SimSun, &amp;quot;\\5B8B体&amp;quot;, Arial; font-size: 18px; letter-spacing: 1px; text-wrap: wrap; background-color: rgb(255, 255, 255);&quot;&gt;　　&lt;span style=&quot;color: #174573 !important; font-weight: 800 !important;&quot;&gt;2025，东方破晓&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 06 Mar 2025 14:23:32 +0800</pubDate></item><item><title>隐藏root教程(一)之用“Shamiko”模块隐藏root</title><link>https://www.jishuzhai.cn/post/16.html</link><description>&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;在教程开始前，我先给大家科普一下隐藏root的意义以及为什么要隐藏root。&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;当我们给手机刷入Magisk(面具)后，等于获得了安卓系统的最高管理员权限，也就是root权限。获取root权限后的设备相对于未root的设备，安全性会有一定的降低。也许是基于这个原因，现在大部分应用都会检测你的设备是否存在root，当检测到你的设备存在root，就会无法运行或者闪退。这些应用一般是银行类金融类游戏类应用，也有可能是什么租号类网盘类或者营业厅类应用。一般是“银行类金融类游戏类”应用(检测root)居多，毕竟一个是为了保护客户的资金安全，一个是为了维护游戏的公平公正(防止root后开科技)。除了检测到root无法运行或者闪退外，银行类金融类应用还可能会功能异常(譬如无法刷脸或者无法使用指纹)；游戏类应用的话，检测到root还可能会封号。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;所以大家明白了吧，为什么要隐藏root？隐藏root就是为了root后也能像一部正常手机一样，可以使用上述几类应用，不被限制。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;接下来的教程，我会以大家常用的“银行类金融类游戏类”应用为例，来告诉大家如何对它们隐藏root。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;本期教程讲的是用“Shamiko”模块隐藏root，所以本期教程隐藏root的核心也是“Shamiko”模块。要使用“Shamiko”模块隐藏root，需要面具开启Zygisk，因为它是一个依赖面具Zygisk才能运行的模块。下图是开启Zygisk的步骤，需要注意的是，打开“Zygisk”选项后要重启手机，Zygisk才能生效。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110302175876359.jpg&quot; alt=&quot;202505110302175876359.jpg&quot; title=&quot;202505110302175876359.jpg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space-collapse: preserve;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space-collapse: preserve;&quot;&gt;Zygisk后面显示否表示未开启Zygisk&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110307265928528.jpg&quot; alt=&quot;202505110307265928528.jpg&quot; title=&quot;202505110307265928528.jpg&quot; width=&quot;&quot; height=&quot;&quot; border=&quot;0&quot; vspace=&quot;0&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;进面具设置里开启Zygisk，重启后Zygisk后面显示是表示已开启Zygisk&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;PS：因为我们是用“Shamiko”模块隐藏root，所以只需打开“Zygisk”选项，不要打开“遵守排除列表”选项。我上图展示的是官方版面具的稳定版[官方版面具除了稳定版还有金丝雀(Canary)版和调试(Debug)版]，你可能不是稳定版，甚至可能不是官方版面具。其实无论是不是官方版面具，都只需要打开“Zygisk”选项，那个“遵守排除列表”选项不要打开。&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;还有如何判断当前面具有没有开启Zygisk呢？其实你可以看我上图红色箭头标注的地方，来判断你当前面具有没有开启Zygisk。Zygisk未开启时，Zygisk后面会显示“否”；Zygisk开启时，Zygisk后面会显示“是”。而且无论是官方版面具，还是其他第三方面具，这个判断方法都通用。&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;如果你当前面具版本Zygisk后面显示“是”也就表示Zygisk已经开启了，你就无需再去面具设置里开启了。如果你当前面具版本Zygisk后面显示“否”，那么你在面具设置里打开Zygisk选项后也不要急着重启，可以继续往下看我的教程，安装好“Shamiko”模块再一并重启。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;一、安装“隐藏系统root”模块(特定用户安装)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;如果你每次打开面具，它都会提示“检测到不属于Magisk的su文件”，那么你一定要看这一部分的内容。如果你已经安装了“隐藏系统root”模块，屏蔽了这个提醒，那么我也建议你看这一部分的内容(了解一下这个模块的作用)。至于打开面具没提示这个的朋友，就跳过这一部分内容看下一部分吧。(没提示这个的朋友)千万别安装这个“隐藏系统root”模块，这不是你们要用的。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;一般发生在MIUI开发版系统自带root的情况下&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;对于这种情况，你一定要安装一个名为“隐藏系统root”的面具模块，或者删除system\xbin目录下一个名为“su”的文件。我建议你安装模块，不建议你删除“su”文件。因为大部分机型的System是未解锁，你根本无法操作System目录。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;这个“隐藏系统root”模块我这篇教程的置顶评论里就有，下载后在面具里刷入即可。刷完记得重启手机哦！&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;PS：如果你的系统需要安装“隐藏系统root模块”，你又是萌新不会安装面具模块，那么你可以先不着急安装，接着往下看。后面安装“Shamiko”模块时，我会讲到安装面具模块的方法。到时候你可以同“Shamiko”模块一道安装，也省了一个重启步骤。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;无论是安装“隐藏系统root”模块还是删除“su”文件，都有以下作用:一是为了屏蔽它这个提醒，二是为了隐藏或删除系统root。你不刷这个模块或者不删除“su”文件，银行类金融类游戏类应用就会检测到系统自带的root而打不开。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;还有就是刷了“隐藏系统root”模块，会让Momo会提示“找到Magisk”。但是你不刷这个模块，Momo又会提示“找到二进制程序su”(主要是你开发版系统开启自带root的原因)。其实“找到Magisk”对隐藏root影响不大，反倒是“找到二进制程序su”对隐藏root影响较大，所以这个“找到Magisk”你可以不用解决它。如果非要解决，你可以保留面具更新一下系统(但只限于AB/VAB分区的机型)。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;二、开启面具随机包名&lt;/span&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;去面具设置里，找到“隐藏Magisk应用”选项点开，会跳出一个对话框。这个对话框里已经有默认名称“Settings”，你可以把它删掉并输入你喜欢的名字。比如我输入MiaoHan，点确定就不用管它了，它最后会自动跳转到新生成的面具界面里。期间无论跳转什么界面，你只需要点确定或者允许就行了。面具随机包名成功后，会看到原来的面具消失，桌面出现新生成的面具“MiaoHan”。如果随机包名失败或者“隐藏Magisk应用”一直转圈圈，那么你需要使用魔法网络(也就是微批恩)。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110308108958470.jpg&quot; alt=&quot;202505110308108958470.jpg&quot; title=&quot;5b9446c32936b435bc81ae2fe372f034ca78ec45[1].jpg&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;稳定版面具开启随机包名点击步骤图一&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110308357248195.jpg&quot; alt=&quot;202505110308357248195.jpg&quot; title=&quot;202505110308357248195.jpg&quot; width=&quot;&quot; height=&quot;&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;稳定版面具开启随机包名点击步骤图二&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;PS：如果面具随机包名后，出现以下这种情况，重启一下手机就好了。不用点安装，只需重启一遍手机。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110310136702085.jpg&quot; alt=&quot;202505110310136702085.jpg&quot; title=&quot;202505110310136702085.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;三、安装“Shamiko”模块&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;SHamiko是一个面具模块，可以在面具开启Zygisk的情况下，实现类似于MagiskHide的隐藏root效果，可以对应用隐藏Magisk、Zygisk本身和二进制文件“su”。你可以把它简单理解为，就是隐藏root的模块。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;从我置顶评论里复制下载链接，然后打开浏览器把刚刚复制的链接粘贴进去，在打开的界面找到并下载Shamiko模块。PS：如果你是教程第一步中需要安装“隐藏系统root”的特定用户，也把“隐藏root系统”模块下载好。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;浏览器下载完进面具模块界面，从“本地安装”进入系统文档找到你下载的SHamiko模块，安装，安装完重启。PS：如果你是教程第一步中需要安装“隐藏系统root”的特定用户，“Shamiko”模块安装完到重启那一步，不要点重启。去返回面具模块界面，像安装“Shamiko”模块那样，安装好“隐藏系统root”模块再重启。这样做对于需要安装“隐藏系统root”模块的特定用户来说，可以省了一个重启步骤。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;我知道有大部分萌新，点了从“本地安装”选项，进入了系统文档，然后不知道怎么去找下载的模块。在这里我给萌新朋友提个建议，你可以安装个QQ浏览器。这样你在安装模块时，就可以很轻松的找到下载的模块了。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110310496196761.jpg&quot; alt=&quot;202505110310496196761.jpg&quot; title=&quot;202505110310496196761.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space-collapse: preserve; text-align: center;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space-collapse: preserve; text-align: center;&quot;&gt;安装“Shamiko”模块的点击步骤&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;四、检查“SHamiko”模块是否运行&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;当我们在上一步安装完“Shamiko”模块重启后，如果打开面具的模块界面，会发现“Shamiko”模块有个笑脸表情。其实笑脸表示“Shamiko”模块正常运行(有隐藏root作用)，如果不笑脸也就说明不工作了(无隐藏root作用)。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110311194566251.jpg&quot; alt=&quot;202505110311194566251.jpg&quot; title=&quot;202505110311194566251.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;“Shamiko”笑脸表示正在工作，有隐藏root的作用&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;大家还记得我第三部分讲隐藏root方案时，特意括号备注遵守排除列表选项不能开吗？因为开了遵守排除列表，“Shamiko”模块就不会笑脸了，也就表示隐藏root没效果了。反正就是说，不能开遵守排除列表，它和“Shamiko”模块两者冲突。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110312511407567.jpg&quot; alt=&quot;202505110312511407567.jpg&quot; title=&quot;202505110312511407567.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;因为开了遵守排除列表，“Shamiko”模块不再工作，“Shamiko”模块无隐藏root作用&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110313079904862.jpg&quot; alt=&quot;202505110313079904862.jpg&quot; title=&quot;202505110313079904862.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;未打开遵守排除列表，“Shamiko”模块正常工作，有隐藏root作用&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;五、用排除列表对应用隐藏root&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;“Shamiko”模块分为黑名单模式和白名单模式，安装“Shamiko”以后默认的是黑名单模式。黑名单模式的“Shamiko”，还需要用到面具的排除列表才能对(银行类金融类游戏类)应用隐藏root，也就是接下来我要讲的内容。至于白名单模式和黑名单模式的区别，我第二期教程有介绍。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110313306831509.jpg&quot; alt=&quot;202505110313306831509.jpg&quot; title=&quot;202505110313306831509.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;引申：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;⑴可能有些朋友会有疑问，如果我不装“Shamiko”模块，只在排除列表勾选应用，那样行不行？对应用有没有隐藏root的作用？我可以明确告诉你，那样做也可以，但你要开启遵守排除列表。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;是不是被我绕晕了？上一步我还说不能开启遵守排除列表呢。那我简单捋一下“Shamiko”模块、遵守排除列表、排除列表三者之间的关系，估计你就明白了。“Shamiko”模块、遵守排除列表、排除列表三者之间的关系是：安装“Shamiko”模块(黑名单模式下)+排除列表勾选应用A=对应用A隐藏root(即应用A检测不到root)；开启遵守排除列表+排除列表勾选应用A=对应用A隐藏root(即应用A检测不到root)。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;⑵细心的朋友可能听出来了，安装“Shamiko”模块和开启遵守排除列表都是隐藏方式，是两种不同的隐藏方式，两者的共同点都需要用到排除列表。如果你问我那种隐藏方式隐藏root效果好，我肯定是推荐不开启遵守排除列表然后安装“Shamiko”模块，这也是本期教程所讲的内容。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;回到正题，接下来我说说如何用排除列表对应用隐藏root。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;打开面具，右上角点击齿轮进入面具设置界面。在面具设置界面下滑找到配置排除列表选项，点配置排除列表选项进入排除列表界面。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110314595708789.jpg&quot; alt=&quot;202505110314595708789.jpg&quot; title=&quot;202505110314595708789.jpg&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;在“Shamiko”模块的加持下，理论上你在排除列表勾选哪个应用，哪个应用就检测不到root。有些萌新可能会问了，那排除列表勾选哪些应用呢？简单说要勾选那些无法运行或者闪退的应用，因为这些无法运行或者闪退的应用大部分是因为检测到了root，只有对它们隐藏root它们才可能打开。一般这些无法运行或者闪退的应用，大部分是银行类金融类游戏类应用，也有可能是什么租号类网盘类或者营业厅类应用。总之这几类应用检测到root就会闪退或者打不开，尤其是银行类和金融类应用，检测到root时还可能会功能异常(譬如无法刷脸或者无法使用指纹)。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110321505386958.jpg&quot; alt=&quot;202505110321505386958.jpg&quot; title=&quot;202505110321505386958.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;进入排除列表的点击步骤&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;以下演示对ZFB隐藏root的步骤，其隐藏步骤所有应用通用：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;进入面具排除列表，然后右上角搜索找到ZFB，点击ZFB图标把它展开如图四，这里面显示的一条条都是ZFB的进程。当我们勾选ZFB的所有进程，ZFB就检测不到root了，也就是对ZFB隐藏root了。不用一个个点，展开后点ZFB右边的方框即可全部勾选这些进程。把这些进程全部勾选后，如图六，可以看到ZFB上面的进度条全满。这个进度条表示里面的进程有没有全部勾选，如果没有全部勾选，进度条就不会全满。就像图七图八进度条不全满，里面的进程就没有全部勾选，这样是不行的。必须全部勾选里面的进程，才能完全隐藏root。PS：勾选完ZFB的所有进程后，记得退出排除列表界面，退出面具哦。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110315368574662.jpg&quot; alt=&quot;202505110315368574662.jpg&quot; title=&quot;202505110315368574662.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;隐藏root正确勾选示意图&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110316029172470.jpg&quot; alt=&quot;202505110316029172470.jpg&quot; title=&quot;202505110316029172470.jpg&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;隐藏root不正确勾选示意图&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;非必需操作：排除列表勾选完ZFB后，退出面具。然后长按桌面的ZFB图标，ZFB图标上会出现“应用信息”四个字，点“应用信息”进入“应用信息”界面。如果你是显示图一那样，你就直接去打开ZFB，也不用点“结束运行”。如果你是显示图二那样，就点一下“结束运行”，然后再去打开ZFB。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110322292680343.jpg&quot; alt=&quot;202505110322292680343.jpg&quot; title=&quot;202505110322292680343.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;MIUI结束后台运行的点击步骤&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;六、用排除列表对手机管家隐藏root(MIUI系统专属)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;如果你是MIUI系统的用户，对ZFB或者薇信以及其他金融类应用隐藏root后，用它们ZF时可能会弹出以下提醒。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110322554921986.jpg&quot; alt=&quot;202505110322554921986.jpg&quot; title=&quot;202505110322554921986.jpg&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;当看到以上提醒，一些朋友可能会觉得，你这方案不行啊。SHamiko模块生效了，也在排除列表勾选了ZFB所有进程，居然还会提示手机已被root。其实这真不是ZFB检测到了root，而是MIUI系统的系统应用“手机管家”检测到了root，发出的弹窗提醒。至于为什么会弹窗这个，因为你排除列表没勾选手机管家啊！&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;进入面具排除列表，然后右上角搜索手机管家，大概率都会搜索不到，主要是方法不对，以下教大家查找手机管家的正确方法。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110323198202149.jpg&quot; alt=&quot;202505110323198202149.jpg&quot; title=&quot;202505110323198202149.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;排除列表勾选手机管家的点击步骤&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;PS：可能有些朋友在排除列表勾选完要隐藏root的应用，没有退出排除列表和面具的习惯。也就是在面具处在“排除列表”界面的情况下，直接进最近任务里，划掉面具的后台或者切换进其他应用里。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110316274826875.jpg&quot; alt=&quot;202505110316274826875.jpg&quot; title=&quot;202505110316274826875.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;退出面具的错误示范&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;其实上述操作是很不合规范的，这倒不是鸡蛋里面挑骨头。主要是你排除列表没退出的情况下，进最近任务里划掉面具后台或者切换进其他应用，容易导致排除列表勾选的应用消失(也就是勾选自动取消)。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;所以我推荐，在排除列表勾选完要隐藏root的应用后，用你的屏幕手势或者返回键来退出排除列表界面，退出面具。退出面具后，你再进最近任务里，划掉面具的后台或者切换进其他应用也不迟。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2025/05/202505110324165803925.jpg&quot; alt=&quot;202505110324165803925.jpg&quot; title=&quot;202505110324165803925.jpg&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;退出面具的正确示范&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;七、总结&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;如果你严格按照教程里的步骤去隐藏，可还是有打不开和闪退的应用(譬如银行类金融类游戏类应用)，那么你可以再看下我以下这篇教程。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-v-2505e99a=&quot;&quot; style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; white-space: pre-wrap; background-color: #FFFFFF; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; text-align: center; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #18191C; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, sans-serif; font-size: 17px; white-space: pre-wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Mon, 23 Sep 2024 20:43:26 +0800</pubDate></item><item><title>春风得意马蹄疾，一日看尽长安花。</title><link>https://www.jishuzhai.cn/post/15.html</link><description>&lt;p&gt;&lt;iframe class=&quot;ncm-article-player&quot; width=&quot;700&quot; height=&quot;110&quot; allow=&quot;autoplay&quot; src=&quot;//music.163.com/outchain/player?type=2&amp;id=1412672813&amp;auto=1&amp;height=90&quot; style=&quot;border: 0px; width: 700px; max-width: 100%; height: 110px;&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;</description><pubDate>Thu, 23 Mar 2023 14:57:08 +0800</pubDate></item><item><title>Win10语音时麦克风音量会自动变小</title><link>https://www.jishuzhai.cn/post/14.html</link><description>&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #FFFFFF;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011736597039998.jpg&quot; alt=&quot;dba2a91bb051f81993e0dba6d4b44aed2c73e742[1].jpg&quot; title=&quot;dba2a91bb051f81993e0dba6d4b44aed2c73e742[1].jpg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #FFFFFF;&quot;&gt;进入控制面板，realtek高清晰音频管理器，勾选分离为单独输入设备之后会有两个麦克风设备，一个是插孔的（耳机）一个是电脑自带的。这时候默认设备和默认通信设备都是插孔的，随后测试了一下发现只有被设置为默认通信设备（右键点击就有菜单可以设置）的麦克风音量才会自动变化。最后只要把常用的麦克风设备设置为默认设备，而且保证这个设备 不 不 不 被设置为默认通信设备就ok啦。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #FFFFFF;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #FFFFFF;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: #FFFFFF;&quot;&gt;大概就是window新版本的bug，他会自动调节默认通信设备的音量。解决办法只需将另一个无关设备设置成默认通信设备，将麦克风设为默认设备 即可。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Thu, 01 Dec 2022 17:33:19 +0800</pubDate></item><item><title> Magisk Manager详解</title><link>https://www.jishuzhai.cn/post/13.html</link><description>&lt;h3 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 24px;&quot;&gt;文章目录&lt;/h3&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;一：Magisk初识与安装&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;list-style-type: square;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;Magisk是如何工作的？&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;它的魔力不止于 root&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;如何安装 Magisk&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;二. 保留 Magisk 进行「无痛 OTA」&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;list-style-type: square;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;确认 A/B 系统分区支持状态&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;做好准备工作&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;科学的 OTA 更新流程&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;三：Magisk Manager 详解&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul style=&quot;list-style-type: square;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;隐藏 root 事实「无痛」玩机&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;替代 SuperSU 进行 root 权限管理&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;获取、管理 Magisk 模块&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Magisk 安装与升级&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;结语&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;h1 style=&quot;box-sizing: border-box; margin: 20px 0px 10px; font-size: 36px; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit;&quot;&gt;&lt;a id=&quot;Magisk_1&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;一：Magisk初识与安装&lt;/h1&gt;&lt;blockquote style=&quot;box-sizing: border-box; padding: 10px 20px; margin: 0px 0px 20px; font-size: 17.5px; border-left: 5px solid rgb(238, 238, 238);&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 0px;&quot;&gt;Come together, not the same.&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;选择 Android 的同时，我们也选择一种「可能性」。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;今天厌倦了死板的默认字体我们可以更换，明天想在 MIUI 上试试颜值更高并且没有广告的索尼天气，我们也可以想办法突破 OEM 定制应用的机型限制……诸如 Xposed 这类不断涌现的「神器」在自定义这件事情上为 Android 插上了腾飞的翅膀，也让「千机千面」成为了可能。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;只是美丽向来也伴随着风险：未获得 Google「认证」的设备无法从 Play 应用商店下载安装 Netflix，Google Pay、Pokémon Go 等应用不能在已 root 的设备上正常运行，改动过系统文件的 ROM 无法通过 OEM 渠道进行正常的 OTA 更新升级……&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;对 Android 生态而言，自定义和稳定性长久以来似乎都是「鱼与熊掌」——直到 Magisk 的横空出世。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;Magisk_13&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;Magisk是如何工作的？&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;在一些用户眼里，Magisk 与另一款名为 Xposed 的神器有着高度的相似性，部分群体当中甚至还存在着「Magisk 框架」这样的说法。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;的确，二者的工作机制都是「拦截」。Xposed 通过劫持 Android 系统的 zygote 进程来加载自定义功能，这就像是半路截杀，在应用运行之前就已经将我们需要的自定义内容强加在了系统进程当中。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;Magisk 则另辟蹊径，通过挂载一个与系统文件相隔离的文件系统来加载自定义内容，为系统分区打开了一个通往平行世界的入口，所有改动在那个世界（Magisk 分区）里发生，在必要的时候却又可以被认为是（从系统分区的角度而言）没有发生过。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011713249882654.png&quot; alt=&quot;313d00dc21a732ce4141b69cb3f10c63[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;Xposed/Magisk 原理示意图&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;Magisk 的实现方式就像是一种魔法，当被挂载的 Magisk 分区被隐藏甚至被取消挂载时，原有系统分区的完整性丝毫未损，玩需要 root 验证的游戏、运行对设备认证状态有要求的应用甚至进行需要验证系统完整性的 OTA 更新都没有任何问题。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011714097258828.png&quot; alt=&quot;ef61e4a361d91fde444ffb6d30d32cf5[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;可通过 SafetyNet 认证并有针对性地隐藏 root&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;因此严格来说 Magisk 可以被看作是一种文件系统，这种文件系统通过巧妙的实现方式避开了对系统文件的直接修改，从稳定性上来看要优于以往任何一种系统框架，这也是当前它在玩机社区广受认可和好评的原因所在。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_root_30&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;它的魔力不止于 root&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;很多人对 Magisk 的初步认识可能是 root ——在 SuperSU 销声匿迹之后，它自然而然就成为了当前 Android 社区用来获取 root 权限的主流方式。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;不过 Magisk 特殊的运作机制还赋予了它相较于 Android 平台其他定制工具而言独一无二的特质——&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;systemless&lt;/span&gt;。这种 systemless 特质让 Magisk 拥有了获取 root 权限之外的诸多优势：&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;一方面，得益于独特的挂载机制，使用 Magisk 时我们可以有针对性地隐藏 root，甚至暂时隐藏 Magisk 本身。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;如此一来，不仅「root 模式下使用特定应用」成为了可能，就连无缝 OTA 更新这种「魔改党」们想都不敢想的事也变得不再遥远。在 Magisk Manager 应用的设置中，我们甚至还可以用随机包名对 Magisk 进行重新安装，让它从其他应用的眼皮底下彻底消失——多么具有魔法特质的高明手段！&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011714424037706.png&quot; alt=&quot;c64ebb8772062f4fe6bd78863619007f[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;另一方面，挂载系统的存在，也让 Magisk 拥有了多样的模块化生态系统。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;既然用了「开外挂」的实现方式，那不妨就多挂载一些额外的东西，字体、音效、驱动……甚至 Xposed 本身。Magisk 提供了一个独立于系统分区以外的、可以随时隐形的「沙盒」，那自然不能将其才华禁锢于 root 这一件事上。在 Magisk 的模块仓库里，我们可以找到各式各样的模块（modules）来满足自己的定制化需求，借助这些模块，我们在 root 之后能做的事情其实也还有很多。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;在这里的讨论语境下，Magisk 如何给人们留下「框架」这一认知误区的原因就浮出水面了。&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;只是功能方面好不逊色的 Magisk，稳定性和上手门槛对大部分用户来说都更加友好。&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_Magisk_46&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;如何安装 Magisk&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;作为一套复杂的文件系统，Magisk 的安装步骤却是十分简单。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;在电脑上配置好 adb 环境 并解开 Bootloader 锁后，如果你的设备有来自 TWRP 的官方支持，只需在打开 USB 调试后将手机与电脑相连，然后打开电脑端的命令行窗口：&lt;/p&gt;&lt;ol style=&quot;box-sizing: border-box; margin-bottom: 10px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;执行&amp;nbsp;&lt;code style=&quot;box-sizing: border-box; font-family: Menlo, Monaco, Consolas, &amp;quot;courier new&amp;quot;, monospace; font-size: 12.6px; padding: 2px 4px; color: rgb(199, 37, 78); background-color: rgb(249, 242, 244); border-radius: 4px;&quot;&gt;adb reboot bootloader&lt;/code&gt;&amp;nbsp;进入 Bootloader 界面&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;执行&amp;nbsp;&lt;code style=&quot;box-sizing: border-box; font-family: Menlo, Monaco, Consolas, &amp;quot;courier new&amp;quot;, monospace; font-size: 12.6px; padding: 2px 4px; color: rgb(199, 37, 78); background-color: rgb(249, 242, 244); border-radius: 4px;&quot;&gt;fastboot boot TWRP.img&lt;/code&gt;&amp;nbsp;进入临时 TWRP&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;在 TWRP 中刷入你下载的 Magisk 安装包&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;没有官方 TWRP 支持的设备安装 Magisk 的步骤要稍微复杂一些：&lt;/p&gt;&lt;ol style=&quot;box-sizing: border-box; margin-bottom: 10px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;从你的刷机包中提取当前固件的&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;boot.img&lt;/span&gt;&amp;nbsp;文件，将它传入到安装了 Magisk Manager 的手机中&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;进入 Magisk Manager —— 安装（install）—— install —— 修补 boot 镜像文件&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;然后选择传入的 boot.img 文件进行生成，并将生成后的 Patchedboot.img （姑且这么命名） 传输到电脑上。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011715138050728.gif&quot; alt=&quot;756b5253d20220243ba3d7d69e4a818a[1].gif&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;修补boot镜像文件&lt;/center&gt;&lt;ol style=&quot;box-sizing: border-box; margin-bottom: 10px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;打开命令行窗口&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;执行 adb reboot bootloader 进入 Bootloader 界面&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;执行 fastboot boot Patchedboot.img 来加载生成后的 boot 分区文件获取&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;临时 root&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;此时进入系统，你会发现你已经成功安装了 Magisk（如果显示没有安装则为获取失败，请检查操作过程重新尝试），但这还不够，我们还得进入 Magisk Manager，选择安装（install）——install——Direct Install（直接安装）才能将临时 root 转换为永久 root。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011715307240826.gif&quot; alt=&quot;fb43127ae2b6c2b7cfd7415c207acd99[1].gif&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;别忘了进行二次安装&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;三星、华为等特殊机型的 Magisk 安装方法参见 Magisk 官方帮助文档。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;安装完 Magisk 后，我们就可以通过 TWRP 或者 Magisk Manager 刷入获取到的模块了。模块的获取方式可以是 Magisk Manager 自带的模块仓库，也可以是其他第三方论坛（如酷安、XDA 等）。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;卸载 Magisk 最为彻底的方式就是在 Magisk Manager 中点击「卸载」、「完全卸载」，应用会自动下载刷完 uninstall.zip 卸载包、自动卸载它自己、自动重启。如果你无法进入系统，在 TWRP 中手动刷入 uninstall.zip 卸载包即可。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;至于哪些模块值得刷，就是完全看个人需求了。我们会在后续文章为大家推荐一些基础的必备模块，也欢迎 Magisk 的老玩家们向我们投稿分享。&lt;/p&gt;&lt;h1 style=&quot;box-sizing: border-box; margin: 20px 0px 10px; font-size: 36px; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit;&quot;&gt;&lt;a id=&quot;__Magisk__OTA_81&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;二. 保留 Magisk 进行「无痛 OTA」&lt;/h1&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;无论从我平时接触到的 Android 用户还是从此前与 root 相关的讨论来看，很多人在要不要 root 这件事情上反复纠结的最大原因在于 OTA。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;对移动平台操作系统而言，OTA 更新也许是最为常见也最为方便的系统升级方式，以 Google 自家的 Pixel 设备为例，一次没有太多功能更新的月度安全补丁推送也许只需要下载几十兆大小的更新包，与之形成对比的则是以 GB 为单位计算的全量工厂镜像。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;因此无论从便利性还是从带宽、流量角度出发，为 OTA 而放弃 root 的行为都值得理解了：&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;大部分 root 工具都会直接对系统分区内的文件进行修改，经过修改的系统文件显然是过不了 OTA 流程中「系统完整性验证」这一关的。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;而我们在 上一篇 中已经提到，得益于 systemless 特性，能够无痛 OTA 更新也是 Magisk 的一大优点。本文就将介绍如何在安装了 Magisk 的前提下进行无痛 OTA 系统更新。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_AB__90&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;确认 A/B 系统分区支持状态&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;A/B 系统分区是 Google 在 Android 7.0 时代引入的新机制，顾名思义，采用这个机制的设备拥有 A、B 两套系统分区，用户数据则能够在这两套系统分区之间共用。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;这种分区机制带来的最大好处，在于让无缝系统更新（seemless updates）成为了可能——举个例子，当我们在 A 系统中进行 OTA 更新时，接受更新的很有可能是当前并未启用的 B 系统。这样一来，OTA 更新的过程可以在不干扰当前使用的前提下顺利完成，手机重启后，系统分区从 A 切换到 B，用户自然也就用上了新系统。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011715568093854.png&quot; alt=&quot;fd4804ae5795a6ef59bd343c7b123157[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;A/B 分区的系统更新流程&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;此外，采用 A/B 系统分区的设备在遭遇 OTA 事故时，还能在系统启动失败后自动切换回更新前能够正常工作的系统分区。得益于这些便利，Android 7.0 正式推出后的主流 Android 设备很多都已经支持了 A/B 系统分区方式。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;A/B 分区同样也是安装了 Magisk 状态下进行无痛 OTA 系统更新的前提条件，&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;那么该如何确定自己的设备支持这种分区方式呢？&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;首先，如果你已经在电脑端正确配置好了 ADB 环境，不妨在手机端打开 USB 调试后将手机连上电脑，然后在电脑端按照下列步骤检查设备是否采用了支持无缝系统更新的 A/B 分区：&lt;/p&gt;&lt;ol style=&quot;box-sizing: border-box; margin-bottom: 10px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;运行 CMD 命令行工具或终端&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;执行 adb shell 指令，此处应返回 设备代号:/$&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;随后执行 getprop ro.build.ab_update 指令&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;返回结果为 true 则表示你的设备采用了 A/B 系统分区。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011716146220487.png&quot; alt=&quot;9c95dd9cd7bc589d923db08848830232[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;使用 CMD 鉴定 A/B 分区兼容性&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;当然，你也可以通过 Treble Check 这款小应用来检测 Project Treble 和 A/B 系统分区的兼容性，这款工具无需 root，下载安装后直接运行即可看到结果。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011716381403531.png&quot; alt=&quot;c22f3555bce39b1ec2be9eebc5272277[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;确认设备支持 A/B 系统分区后，我们就可以接着进行下一步了。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_118&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;做好准备工作&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;由于 A/B 分区在系统更新过程中几乎不会对用户造成打扰，一些 OEM 厂商也顺势将 OTA 更新做成了一个可以在后台自动完成的任务。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;但问题在于，伴随着自动完成 OTA 更新后系统分区的切换，我们在更新前借助 Magisk 获取的 root 权限和已经安装过的 Magisk 模块都会一一失效。鉴于本文要讨论的 OTA 更新特指**既能通过 OEM 官方通道进行 OTA 更新，又能在 OTA 更新后保留 Magisk 的 root 权限和已安装模块。**如果你想在安装了 Magisk 后的使用过程中均采用本文介绍的 OTA 方式，就必须做好一些事前准备，&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;首先，找到并关闭自动系统更新选项。这个选项位于开发者选项的第一部分设置当中，因此还算好找。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011717022518240.png&quot; alt=&quot;ad0fb6aa24f80f90c8b4da631b628e9f[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;关闭自动更新并还原原厂件镜像&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;然后，在厂商发布系统更新或确认能检测到 OTA 更新后，点击进入 Magisk Manager 应用，找到位于主界面的「卸载 Magisk」选项，然后点击「还原原厂镜像」。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;注意，如果你在此时遇到了&amp;nbsp;&lt;code style=&quot;box-sizing: border-box; font-family: Menlo, Monaco, Consolas, &amp;quot;courier new&amp;quot;, monospace; font-size: 12.6px; padding: 2px 4px; color: rgb(199, 37, 78); background-color: rgb(249, 242, 244); border-radius: 4px;&quot;&gt;stock backup does not exist&lt;/code&gt;&amp;nbsp;这样的提示，则表明 Magisk 未能在安装时成功创建 boot 分区的备份（自然也就无法还原原厂镜像），此时建议使用我们在 第一篇 文章中提到的 boot 镜像修补法来重新安装 Magisk，这样就能保证原厂镜像得到正确备份了。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;另外，和第一步操作不同的是，自动系统更新选项我们建议保持长期关闭，&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;还原原厂镜像操作在每次进行 OTA 更新操作前都要执行。&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_OTA__134&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;科学的 OTA 更新流程&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;接下来我们要做的就是执行正常的 OTA 更新流程了。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;在执行完毕「还原原厂镜像」操作后，大部分机型在系统设置中应该都能成功检测并安装来自 OEM 厂商的 OTA 更新了。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;正如上文所言，OTA 更新流程结束后，系统应该会提示我们重启，重启后系统就自动切换到了更新过的另一个系统分区上。只是此时另一个系统分区并没有保留 Magisk 的安装和 root 状态，相关模块也无从启用。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;因此在安装完 OTA 更新后，请先不要重启。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;无视系统的重启提示，直接打开 Magisk Manager 应用，找到「安装」选项，然后在点击后的弹出菜单中选择「安装到未使用的槽位（Install to Inactive Slot）」。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011717282223213.png&quot; alt=&quot;f80d917924f87b630b2de5e65a5f6af5[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;随后，Magisk 就会在已经顺利进行过 OTA 更新的另一系统分区中进行安装。安装完成后直接点击安装界面右下角的「重启」按钮，即可重启到既保留了 Magisk，又应用了 OTA 更新的另一系统分区了。&lt;/p&gt;&lt;h1 style=&quot;box-sizing: border-box; margin: 20px 0px 10px; font-size: 36px; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit;&quot;&gt;&lt;a id=&quot;Magisk_Manager__148&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;三：Magisk Manager 详解&lt;/h1&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;久等了。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;在本系列的前两篇文章中，我们介绍了 Magisk 这个（相对而言）兼具稳定性和可玩性的「神器」:作为一个 root 方案，它能在不破坏系统实现无痛 OTA，作为一个插件扩展平台，它又能提供丰富的自定义模块来满足多样化的定制需求。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;但也正如我们在本系列第一篇中所言， Magisk 本质上是一种文件挂载系统。我们大多数时候所接触到的那个图标为面具的应用，其实只是我们与之发生各种交互行为的「媒介」。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;今天我们就来介绍一下这个「媒介」的四大功能。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_root__157&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;隐藏 root 事实「无痛」玩机&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;从某种角度上来说，是 Magisk Hide 让「刷入 Magisk」这件事情从可选项变成了推荐项。&lt;/p&gt;&lt;blockquote style=&quot;box-sizing: border-box; padding: 10px 20px; margin: 0px 0px 20px; font-size: 17.5px; border-left: 5px solid rgb(238, 238, 238);&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 0px;&quot;&gt;大家好，我是一名 Android 玩家，自从看了少数派的文章给手机解 BL 锁、Root 了之后，奇怪的事情便接踵而至：没办法从 Play Store 中搜索到 Netflix、心爱的宝可梦走等一些游戏没办法玩耍、朋友推荐我下载的 App 居然提示不兼容此设备、看视频的时候清晰度死活上不去……&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;难道是我的手机坏了？&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;许多新手玩家都有这样的疑惑。事实上，包括谷歌服务在内的许多 Android 上的应用、游戏、服务都十分重视保护自己的版权内容，当这些软件检测到你的手机遭到「魔改」后，便会拒绝认证你的设备。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;好在道高一尺魔高一仗，我们现在可以通过 Magisk Hide 来绕过这些检测。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;在我们设置 Magisk Hide 前，先进入 Magisk Manager 检测是否通过了谷歌服务中的 SafetyNet 安全性测试。想要通过 SafetyNet 测试，最好使用原厂系统，或者是值得信赖的第三方 ROM 正式版（也就是 Official Builds），以减少不必要的麻烦。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011717524535067.png&quot; alt=&quot;a76f58ffc9433483a57bdda9091a874c[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;主界面中的 SafetyNet 检测&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;如果是&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;basic integrity&lt;/span&gt;&amp;nbsp;这一项没有通过认证，那说明你遇到了大麻烦：试着开启「Magisk 核心功能模式」或者卸载所有模块，如果还是没有通过，那么你可能需要换一个系统或者第三方 ROM 了。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;如果是&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;ctsProfile&lt;/span&gt;&amp;nbsp;这一项没有通过，那说明你的 ROM 没有通过其兼容性测试，一些 beta 版本或者国内厂商的 ROM 可能出现这种问题。这时我们下载使用 MagiskHide Props Config 这个模块往往能够解决问题。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;确保 SafetyNet 检测无虞后，我们才能开始「蒙眼」行动，即对指定的某些 App 隐藏 Magisk 的存在。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;在 Magisk Manager 的侧边菜单中找到 Magisk Hide 项，选中我们想要隐藏的目标 App 即可。最近更新的 Magisk 19.0 版本还加入了「应用组件」层面进行 Magisk Hide 的功能。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011718132186724.png&quot; alt=&quot;46ef7df77639bb0018cced598bc51498[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;Magisk Hide 界面&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;至于对哪些应用进行 Magisk Hide，这个就要看每个读者的具体需要了。一般来说，Google Play 服务和商店是必须的，但也请注意这条来自开发者的注意事项：如无必要，不要&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;随意&lt;/span&gt;在 Magisk Hide 列表添加 App 而造成滥用（&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Do not abuse MagiskHide!&lt;/span&gt;）。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;如果你还不放心，还可以去 Magisk Manager 的设置中打开「隐藏 Magisk Manager」。此时 Magisk Manager 将会进行一次重新安装，以便打乱软件包名来躲过对 Magisk Manager 的检测。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;至此，Magisk 已经能比较好地向那些对「系统完整性」有苛刻要求的应用隐藏自己。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_SuperSU__root__190&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;替代 SuperSU 进行 root 权限管理&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;大多数用户刷 Magisk ，就是奔着超级用户权限（Superuser）去的，这也是 Magisk 的核心功能。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;身兼 root 工具的 Magisk，在这方面的功能可以说是稳扎稳打。用户不必要过度操心，直接使用 Magisk Manager 中的默认设置就能用得舒心。App 向你提请超级用户权限的时候，用户可以选择永久同意、一定时间内同意或者是拒绝，超时之后没有进行选择，那么便会选择拒绝。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;进入菜单中的超级用户项，你还可以手动管理已经进行操作过的 App，进行通过或者拒绝，亦或者是删除操作让 App 在下次打开时再次弹窗申请权限。子项目里你可以关闭 App 在使用超级用户权限时的浮动提醒或者是记录。虽然我并不建议这么做，实在厌烦的话还是从心关闭提醒吧。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011718412517829.png&quot; alt=&quot;0ff4cfd73456925ad298e55eaeed4eb0[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;关于超级用户的设置&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;Manager 设置中的关于超级用户的并不多，但是用户还是可以自定义请求权限弹窗的倒计时时长（默认 10 秒）、对于请求权限的默认处理、开启指纹认证等等。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_Magisk__202&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;获取、管理 Magisk 模块&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;「模块」这个字眼，让许多用户把 Magisk 和 Xposed 这两件完全不同的工具混淆在了一起。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;模块的本质，是将原本需要玩家繁复操作的玩机过程与 Magisk「不改动系统」（Systemless-ly） 的特性结合在一起，并进行打包和分发。模块极大地简易了玩机操作，一个小小的 .zip 包文件可能包含了另一套全字重字体，可能囊括了一整套内核参数调教方案，可能附加了一些额外的小功能或是界面美化……模块只是简易了玩机操作的实践，但并没有将它无害化，该翻车的操作还是会翻车，这个时候模块的管理就变得尤其重要。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;从获取模块的角度来说，与 Xposed 类似，Magisk Manager 内集成了一个官方的模块仓库，用户在侧边菜单栏中切换到下载便可以查看这个模块仓库。最新更新的模块会显示在靠前位置，方便我们优先挑选那些仍在活跃更新的模块。但令人遗憾的是，模块仓库至今没有分类，你只能选择从这个单一的漫长的列表向下滑去，逐一阅读模块的简介（大多为英文）。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;这个时候，英语这门语言工具终于派上了用场，点击模块卡片会具现出模块开发者的说明，里面会标明这个模块的用途、&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;要求&lt;/span&gt;、&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;用法&lt;/span&gt;、更新说明、相关的帖子群组链接等等重要内容。我强烈建议&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;对于未知的模块，应该先仔细完整地阅读一遍此说明。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011719019863892.png&quot; alt=&quot;4aa23a252105fe94dad617017bf30db3[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;以 NotoCJK 为例，仔细查看模块说明&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;当然了，任何有能力制作模块的开发者都能分发自己制作的模块，也可以选择是否提交到官方的模块仓库。玩机论坛里面你可以看到更多玩家的刷入反馈和测试，著名国外玩机论坛 XDA 还有专门的 Magisk 板块，国内的酷安等交流地也有不少活跃制作模块的开发者。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;知道模块可以从哪里得到后，我们要讨论的就是管理问题。管理主要是刷入和卸载两方面。广义地说，任何能给手机刷入 .zip 包的工具都可以进行模块的刷入，比如 TWRP、Magisk Manager 和 Franco Kernel Manager 等，操作也都简单得类似，刷入、重启生效。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;今次我们主要讲讲 Magisk Manager：在模块仓库中点击下载，便会自动开始下载、刷入的步骤，刷入完成后你可以选择关闭或者是直接重启生效。模块更新也是一样的步骤。但如果你是手动下载的模块 .zip 包，一切都需要手动。进入模块菜单项，点击下方的加号图标进入文件目录选取目标模块 .zip 包，即可开始模块的刷入或是更新。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011719224213201.png&quot; alt=&quot;cf9fd08a3009f2f5ee37d80db3df31c5[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;对模块进行管理&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;如果你刷入模块重启能顺利进入系统，那么意味着这个模块的刷入还算安全。在能够进入 Magisk Manager 的情况下，停用某个模块只需要把相应模块的钩子取消掉即可，如果你还想删掉这个模块，一并点击垃圾桶图标删除。停用和卸载都需要重启生效。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;可是如果「翻车」进不了系统，那该如何停用和卸载问题模块呢？&lt;/p&gt;&lt;ol style=&quot;box-sizing: border-box; margin-bottom: 10px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;无论是提前安装好，还是翻车后进入 TWRP 安装，你都需要用到 Magisk Manager for Recovery Mode 模块（仓库中搜索 mm 即可）。翻车后进入 TWRP 中的终端输入使用指令即可开始管理模块，详见该模块的使用说明。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;部分模块可以以「同样的模块包，再刷入一次便是卸载」的方式对应进行停用卸载。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;痛定思痛，进入 TWRP 刷入 Magisk 的卸载包，卸载一整个 Magisk。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;没有 TWRP，保留数据刷写当前系统的完整包。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;玩机千万条，数据第一条；模块不规范，机主两行泪。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;Magisk__234&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;Magisk 安装与升级&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;Magisk Manager 不光是用于管理 Magisk 的功能行使，也时刻承载着其版本更迭。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;每当 Magisk 进行版本更迭的时候，用户就会在 Manager 收到更新推送，一般是先更新 Magisk Manager，再由其来更新 Magisk 本体。有趣的是，和 Google Chrome 类似，Magisk 也具有稳定版、beta 测试版和 Canary 金丝雀版三个版本，都是由开发者官方推出，用户可以根据自己的经验和需要选择对应的版本。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;同时，Magisk 是一个开源项目，不少开发者对它也有自己的想法和设计，比如开发 MD2 设计的 Manager，甚至是在 github 上维护一个自己的 Magisk 版本，提供更新链接供用户在 Manager 的设置中填入，从而跟随此版本的开发线。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;&lt;img src=&quot;https://www.jishuzhai.cn/zb_users/upload/2022/12/202212011719391383204.png&quot; alt=&quot;03f919425d35e580eec476fc05c18cb8[1].png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; cursor: zoom-in;&quot; data-catchresult=&quot;img_catchFail&quot;/&gt;&lt;/p&gt;&lt;center style=&quot;box-sizing: border-box;&quot;&gt;由开发者 @vsmhell 制作的 MD2 风格的 Magisk Manager&lt;/center&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;没有刷入 Magisk 的时候，Manager 能做的事情很有限，主要功能就是将原厂的 boot 分区镜像打包成具有 root 权限的镜像，供玩家启动和刷入。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-size: 30px;&quot;&gt;&lt;a id=&quot;_246&quot; target=&quot;_blank&quot; rel=&quot;nofollow,noindex&quot; style=&quot;box-sizing: border-box; background: 0px 0px; color: rgb(66, 139, 202);&quot;&gt;&lt;/a&gt;结语&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 10px;&quot;&gt;Magisk 的设计包含了许多奇妙的构想，呈现到功能上来让人惊呼 Magic。如果想要最大程度地对 Magisk 魔法般的功能善加利用，必须足够熟悉 Magisk Manager。大胆尝试、谨慎操作，补全系统的特性，或是增加自己想要的功能，让手中的设备成为一台梦想机，享受美好的数字生活。&lt;/p&gt;&lt;p&gt;&lt;vdo id=&quot;parentDiv0&quot; style=&quot;box-sizing: border-box; display: block; clear: both;&quot;&gt;&lt;vdo id=&quot;unitDivWrapper-0&quot; style=&quot;box-sizing: border-box; display: block; clear: both; transition: height 0.6s linear 0s; animation-direction: normal; overflow-y: hidden; height: 290px;&quot;&gt;&lt;/vdo&gt;&lt;/vdo&gt;&lt;vdo id=&quot;vdo_companion_wrapper&quot; style=&quot;box-sizing: border-box; display: block; clear: both; text-align: center; margin-top: 10px;&quot;&gt;&lt;/vdo&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 01 Dec 2022 17:09:05 +0800</pubDate></item></channel></rss>