<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>NotionNext BLOG</title>
        <link>https://tangly1024.com/</link>
        <description>这是一个由NotionNext生成的站点</description>
        <lastBuildDate>Wed, 27 Dec 2023 07:57:58 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2023, NotionNext</copyright>
        <item>
            <title><![CDATA[通过公网访问OpenWrt或其他内网设备的两种方法（一）]]></title>
            <link>https://tangly1024.com/article/openwrt-guide</link>
            <guid>https://tangly1024.com/article/openwrt-guide</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[想随时随地查看家里软路由（OpenWrt）的情况吗，跟着我的步伐走，带你轻松实现。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-ad5f29e0a99f49e2911168e0d1ea6be8"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-4c954b69f4e9408bba29ca52660bb811">接下来我将像大家介绍两种情况下的公网访问内网设备方法，这两种情况分别是：</div><ol start="1" class="notion-list notion-list-numbered notion-block-8e1274b91125462d879f597874f8bb37"><li>有公网IP地址</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-208e9923c881402abf8975c142240053"><li>无公网IP地址</li></ol><div class="notion-text notion-block-e053412e46934aa9a6ce0fb29ab3746b">至于如何判断自己的IP是否是公网IP，我在这就给大家简单的讲解一下，如果有不懂的可以在评论区进行提问，首先打开浏览器登录自己的路由器，看我们的Wan口IP是，并记住它，然后再打开百度，输入IP进行搜索，然后将搜索出来的与自己路由器上的IP进行对比，假如一致，那么恭喜你，这是个公网IP，反之则不是。如果不是公网IP的小伙伴也想要公网IP该怎么办？很简单的，电信或联通用户拨打你们的宽带报障电话，转人工跟客服说你要装一大堆监控（如果是一两个，电信可能会给你推销他们的摄像头，这个不需要用到公网），需要用到公网IP进行管理，一般情况下都会通过的，至于移动的小伙伴们就别浪费时间去打电话了，全网试过得出结论没可能通过，毕竟移动入局宽带业务晚，分到的公网IP就那么点。好这就开始逐一向大家演示！</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-0e1e3977500245fd9c15979b221ec426" data-id="0e1e3977500245fd9c15979b221ec426"><span><div id="0e1e3977500245fd9c15979b221ec426" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0e1e3977500245fd9c15979b221ec426" title="有公网IP地址"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">有公网IP地址</span></span></h4><div class="notion-text notion-block-3f98399fdc334b94945415435d20c17e">在拥有一个公网IP的情况下要想在公网上找到自己就非常容易了，国家为了维护好网络安全，下令在没有备案的情况下不得开展网络服务，所以运营商纷纷响应号召，关闭了家庭用户公网IP的常用端口（80,8080,443),也就是说，我们的公网IP实际上是一个残缺的公网IP。 就算它是残缺的，那也实打实是一个公网IP呀，所以我们只需要把常用的网络服务转向不常用的端口就好了，下面以公网访问OpenWrt（OpenWrt拨号）为例。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-027a1d5c14da40b7997510f374b3457b"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/416_1.png?t=027a1d5c-14da-40b7-9975-10f374b3457b" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-9736a5b2b5e947588ed167c5bd0129c3">OpenWrt系统默认是不允许从公网访问的，所以我们首先要解除这个限制，登录OpenWrt系统，进入系统-web管理，将只允许内网访问的对勾取消，保存&amp;应用。 解除公网访问限制之后，我们还需要建立一个端口转发服务，以便将我们的网络服务转发到不常用的端口上。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-1beb3b35ed004f258b5fe9a1d1df7c1c"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/416_2.png?t=1beb3b35-ed00-4f25-8b5f-e9a1d1df7c1c" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-28df7d9c406b474c8cdf60cd5399d8d6">点击网络-防火墙，在屏幕上方就能看到端口转发了，名称和协议可以不用管，转发的外部区域是wan口，因为我们的目的是从公网进行访问，外部端口自己看着喜欢设置，内部区域为lan口，内部IP地址就是我们OpenWrt的管理地址，内部端口为常用端口80.</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-41e12ace93014027b2e08130f850f413"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/416_3.png?t=41e12ace-9301-4027-b2e0-8130f850f413" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-4ca7f0e7b3d84809953bb75e7651a34e">填写完成之后添加，并保存&amp;应用，完成这一步你其实已经完成了在公网访问内网设备的设置了，你只需要在浏览器输入<code class="notion-inline-code">IP:外部端口</code>就能实现内部IP的访问了。 但是呀，别着急，这还不能一劳永逸！我们运营商所分配的IP是随机IP，也就是说每过一段时间我们的IP就会发生改变，假如你刚好不在家，刚好IP改变了，刚好需要管理OpenWrt，那你即便设置好了端口转发你也无法管理，因为你根本不知道自己的IP。所以，我现在来教大家使用DDNS（动态域名解析），从而一劳永逸！</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-55de53e7313b4d69a51474bcb8487f1e"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/416_4.png?t=55de53e7-313b-4d69-a514-74bcb8487f1e" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-ab67d6a00f224f108676dca5e9e50db9">我们来到网络-腾讯云DDNS（用的esir固件，其他固件可能是服务-腾讯云DDNS），要想进行动态域名解析，我们首先得有个域名，腾讯云阿里云都有几块钱一年的域名，实在不愿意花钱的可以上<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.freenom.com/">freenom</a>注册一个免费域名，注册完成之后将域名添加到DNSPOD，也就是把域名的dns改为腾讯云的（这一步通常需要24小时才能生效）</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-722476dd7c0e40b893d3183feeb124a8"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/416_5.png?t=722476dd-7c0e-40b8-93d3-183feeb124a8" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-fe30ed7b72af45f8b0911a0705d575b6">回到腾讯云DDNS这里，密钥ID和密钥token均来自以下操作</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-cdf6141d13eb4083b0f24277f7413a25"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/416_6.png?t=cdf6141d-13eb-4083-b0f2-4277f7413a25" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2bc2a8b62ef44aa3a76cc4d2215c9631">打开DNSPOD官网，登录控制台，如图进行操作即可获得ID和token，回到腾讯云DDNS这里，WAN-IP来源选择wan，主域名为你添加到DNSPOD的域名，子域名为要解析的二级域名，检查时间可自行设定。 填完所有信息，保存&amp;应用之后，我们就实现了对我们的IP进行DDNS，这时候想从公网对OpenWrt进行管理，不再需要记住我们的公网IP ，管理地址变为<b>子域名.主域名:外部端口</b>（之前设置的转发端口）真正实现了一劳永逸！ 由于篇幅过长，第二种方法另写一篇博客！</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3db1c054f1444033a8d31e8c2086ba79" data-id="3db1c054f1444033a8d31e8c2086ba79"><span><div id="3db1c054f1444033a8d31e8c2086ba79" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3db1c054f1444033a8d31e8c2086ba79" title="无公网IP地址（未完待续）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">无公网IP地址（未完待续）</span></span></h4></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[v2rayNG 开源安卓科学上网神器]]></title>
            <link>https://tangly1024.com/article/v2rayNG</link>
            <guid>https://tangly1024.com/article/v2rayNG</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[仅供列表展示、文章无内容]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-5745d52572ec4c8799aee2b82a9da589"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-8a6304ca9c6d4054b0b43fb34bf61ff2" data-id="8a6304ca9c6d4054b0b43fb34bf61ff2"><span><div id="8a6304ca9c6d4054b0b43fb34bf61ff2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8a6304ca9c6d4054b0b43fb34bf61ff2" title="前言"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">前言</span></span></h4><div class="notion-text notion-block-866c195900ed4eb59fbba93f6e028b83">之前我们做过三期科学上网神器推荐，但三个软件全都是桌面平台的，没有合适的移动客户端，按照我宠粉的性格，当然是有求必应啦。</div><div class="notion-text notion-block-d7239d020a614813a592c4a79bf270ec">所以，我又来啦，这次推荐的是安卓平台的客户端——v2rayNG</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-63757d753f794311acc94d82d7ff2c49" data-id="63757d753f794311acc94d82d7ff2c49"><span><div id="63757d753f794311acc94d82d7ff2c49" class="notion-header-anchor"></div><a class="notion-hash-link" href="#63757d753f794311acc94d82d7ff2c49" title="下载"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">下载</span></span></h4><div class="notion-text notion-block-5e2cb4901d8144e2aa80a0941e400d33">下载地址：见文章末尾，聪(心)明(急)伶(得)俐(很)的同学可以关掉网页去下载啦！</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-cf867e4ebdf440a9943f64eee31faa27"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/396_1.png?t=cf867e4e-bdf4-40a9-943f-64eee31faa27" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-fa289367356046f0a130f9c29cf429ec">友情提示：请选择合适的版本！如果你不懂，但你用的是手机，请选择arm64版本。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-860e6dae4aad4caeb7abda16197dc31e" data-id="860e6dae4aad4caeb7abda16197dc31e"><span><div id="860e6dae4aad4caeb7abda16197dc31e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#860e6dae4aad4caeb7abda16197dc31e" title="软件页面"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">软件页面</span></span></h4><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-680233802ace4e19acc227b404a67601"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/396_2.png?t=68023380-2ace-4e19-acc2-27b404a67601" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-1187a3fac7594db697d864480f6783b3">软件整个页面还是非常干净整洁的，貌似挺符合理工男的审美？</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-6599757281f64ee5b9ae08c4b9eed343"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/396_3.png?t=65997572-81f6-4ee5-b9ae-08c4b9eed343" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-258308201d9f41b0a3e8cd8533316140">支持的协议也是非常齐全的，非常适合自建党</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-d6b8c51f88664bb3af5d8f49da5b8727"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/396_4.png?t=d6b8c51f-8866-4bb3-af5d-8f49da5b8727" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-93e024d15ae049599a54e9d13763c7b2">导入你喜欢的节点，将快捷按钮添加到快捷开关栏，不再需要打开软件，直接点一下就能起飞！</div><div class="notion-text notion-block-dc2555ab04d64e0593417fd1f881ecd7">下载地址：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/2dust/v2rayNG/releases">https://github.com/2dust/v2rayNG/releases</a></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[新版v2rayN 配置使用教程 附全局设置]]></title>
            <link>https://tangly1024.com/article/v2rayn-guide</link>
            <guid>https://tangly1024.com/article/v2rayn-guide</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[随着技术不断的革新，传统的SS,SSR技术已经不能能让我们安全愉快的科学上网了，在技术更新的同时，软件也不能落下，虽然之前发过Qv2Ray的和Clash.Net配置教程，但是仍然有些同学向我提问新版v2rayN怎么使用，所以，我来了！]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-16242a291b23494f807ac2e66bee483e"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-584a4efd4b4e4cff892ee936e42e67d8" data-id="584a4efd4b4e4cff892ee936e42e67d8"><span><div id="584a4efd4b4e4cff892ee936e42e67d8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#584a4efd4b4e4cff892ee936e42e67d8" title="前言"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">前言</span></span></h4><div class="notion-text notion-block-3ce214c2c6de47e0b9ad352b3bca4285">随着技术不断的革新，传统的SS,SSR技术已经不能能让我们安全愉快的科学上网了，在技术更新的同时，软件也不能落下，虽然之前发过Qv2Ray的和Clash.Net配置教程，但是仍然有些同学向我提问新版v2rayN怎么使用，所以，我来了！</div><div class="notion-text notion-block-3c1256df356e42579143b115468fe615">废话也不多说了，直接开启保姆式教学！</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-88df984d6d164d22a938e96314c9fc1e" data-id="88df984d6d164d22a938e96314c9fc1e"><span><div id="88df984d6d164d22a938e96314c9fc1e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#88df984d6d164d22a938e96314c9fc1e" title="软件下载"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">软件下载</span></span></h4><div class="notion-text notion-block-908ce2f2c3c14052beb4e8e7b72ac3ad">v2rayN下载也是分为两个部分，软件和内核，不过好在作者都打包在一起了，也不用麻烦去寻找！</div><div class="notion-text notion-block-5959a6d8b22841e6bb0c9e61ecce4a09">点开下载地址，选择最新版本，和我的不一样也没关系</div><div class="notion-text notion-block-36bea74e573d4a0799e399df5a041c04">下载地址：见文章末尾</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-e6fb1dd5273b4db9ac3d46e481af083d"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_1.png?t=e6fb1dd5-273b-4db9-ac3d-46e481af083d" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-5dd255228c914893b7a83a7e7de51ce5">在下载的时候，我们选择一下要下载的程序，带Core的压缩包是自带内核的，另一个则是没有内核的，新手操作推荐下载带内核的版本，如在遇到下面这种情况</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-13c321531726492aa7abbdb06b9688ca"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_2.png?t=13c32153-1726-492a-a7ab-bdb06b9688ca" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-74178062a32f48839e21df176e0ff294">需要暂时关闭Windows的系统防护，软件是没有问题的，大家可以放心，</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-89abddd8b5504a93819341a0e8a94a76"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_3.png?t=89abddd8-b550-4a93-8193-41a0e8a94a76" alt="notion image" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-9a871d9449154018b54fe2dd52835d3e" data-id="9a871d9449154018b54fe2dd52835d3e"><span><div id="9a871d9449154018b54fe2dd52835d3e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9a871d9449154018b54fe2dd52835d3e" title="软件安装配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">软件安装配置</span></span></h4><div class="notion-text notion-block-b486de5ecb9940409f3f31257a742206">首先将程序解压出来，</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-15ff00a125ec446eb2d9fc90d720d770"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_4.png?t=15ff00a1-25ec-446e-b2d9-fc90d720d770" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-bd6911cb151545738bc853c8ebb6bd01">在文件夹中找到v2rayN.exe打开就能启动程序了，如果嫌麻烦可以右键发送快捷方式到桌面，</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2414701a97da4e1ba73c6e8411fbd43a"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_5.png?t=2414701a-97da-4e1b-a73c-6e8411fbd43a" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3dbab722a8374dfeab94551404e33a30"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_6.png?t=3dbab722-a837-4dfe-ab94-551404e33a30" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-601f5551d50143ad9d4f5c51270dff8f">大体界面上和旧版本是一样的，但我们右键任务栏的时候会发现。。。HTTP代理没了。。。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-d54c661a48274f719efaaefc08226db6"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_7.png?t=d54c661a-4827-4f71-9efa-aefc08226db6" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-6aed90db59464790b201eabcdfb6691d">新版本将HTTP代理改成了系统代理，这三个选项可以简单理解为</div><div class="notion-text notion-block-de284ab77c9a4d69a29c225692b3d091">清除系统代理——不开启代理</div><div class="notion-text notion-block-52af8d1acd814ff0aa0ef35e2d768d61">自动配置系统代理——开启代理</div><div class="notion-text notion-block-520c5a7af22c47e7a2bc9fef52ade4fe">不改变系统设置——不改变现有代理状态</div><div class="notion-text notion-block-d58fe58f3086424a81586d3e2d1e8bb8">另外有一个值得注意的地方，这里没法直接调全局代理或者其他规则了，想要开启这个功能就需要点击路由设置</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-58e7dea99f1345ad87c29e76bfd1b55f"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_8.png?t=58e7dea9-9f13-45ad-87c2-9e76bfd1b55f" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-0b87b4878d294e568987fd5276e0c093">将启用路由高级功能勾上，系统自带全局和绕过中国大陆两种规则，想要自建规则可以点击高级功能设置，最后确定即可</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-dae1286430594e53b7ec0786baefb09c"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_9.png?t=dae12864-3059-4e53-b7ec-0786baefb09c" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2255e83dfc8a49cd82f41adcf59f2cf5">如果没有自带全局配置的话可以参考下面的配置自行添加</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-25eb367a774044739ce6ff15289b40b3"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_10.png?t=25eb367a-7740-4473-9ce6-ff15289b40b3" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-e34d9fb85cd6416f833183ca4f99a49e">点击高级功能</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-ed20b5a313ab43eca9709eb6e298ae77"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_11.png?t=ed20b5a3-13ab-43ec-a970-9eb6e298ae77" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-cc3c9238a5704871aef0b4b2ea70778c">规则功能--&gt;添加规则</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-a7601a6296894deb94124e63d7911c87"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_12.png?t=a7601a62-9689-4deb-9412-4e63d7911c87" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-4fff637bfc8f4873a0a1e2aa28ee3e70">全局路由规则</div><div class="notion-text notion-block-6a1ca6033b6249fb839b61a2fe022f5b">完成后我们再右键任务栏图标，就会发现多出来了一个路由功能，这时候就能自由选择代理规则了。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-c012f1588b084c8d9c538ce120f398b4"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_13.png?t=c012f158-8b08-4c8d-9c53-8ce120f398b4" alt="notion image" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-6bb034e2d2654a329fe00f397f8be950" data-id="6bb034e2d2654a329fe00f397f8be950"><span><div id="6bb034e2d2654a329fe00f397f8be950" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6bb034e2d2654a329fe00f397f8be950" title="添加服务器"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">添加服务器</span></span></h4><div class="notion-text notion-block-ada8b071358a45589f036fa84c05c141">点击服务器就可以通过各种方式添加各种服务器了。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-7f99928027b14324a3d2aa1e60f34720"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_14.png?t=7f999280-27b1-4324-a3d2-aa1e60f34720" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-de899e8f49854c4eb68a85fb606816ff"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://pic.sky350.cn/images/374_15.png?t=de899e8f-4985-4c4e-b68a-85fb606816ff" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-a554e83a94fb41118476ad0665ec2aeb">教程就到这里了，还有什么疑问可以在评论区提问。</div><div class="notion-text notion-block-9ebbbb7c6f9041878a0da84cee0030ae">下载地址：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/2dust/v2rayN/releases">https://github.com/2dust/v2rayN/releases</a></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[保姆级MC基岩版开服教程，附带控制面板]]></title>
            <link>https://tangly1024.com/article/mc-server-build</link>
            <guid>https://tangly1024.com/article/mc-server-build</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[你是个爱玩MC的同学吗？你有爱玩MC的同学吗？想跟他们一起玩且永久不限时存档吗？来吧，跟着我打造一个属于自己的MC服务器。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-b2868669e029411c8b3f277ffe012520"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-74b5c4da50864764b4ddb7cf422e3bda" data-id="74b5c4da50864764b4ddb7cf422e3bda"><span><div id="74b5c4da50864764b4ddb7cf422e3bda" class="notion-header-anchor"></div><a class="notion-hash-link" href="#74b5c4da50864764b4ddb7cf422e3bda" title="前言"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">前言</span></span></h4><div class="notion-text notion-block-2b0dc791dfe74706819a2d5bd35b5521">作为一个mc爱好者（假的），一直希望能实现和好兄弟（女同志）在一起愉快地造房子。然而...mc中国的官方网易租一个小服务器收费还死贵，贵也就罢了，能和好兄弟（女同志）一起造房子也值得。拔特（But）！网易的小服务器资料不能备份到本地，而有时候造几个星期的房子就腻了，然后就放着一两个月不玩，只能一直续费一直续费一直续费。。。这就造成了极大的资源浪费（终究还是因为钱？）。除了网易之外就只有零零散散的个人服务器，其中也不乏是免费的，拔特！同样的问题，甚至你都不知道这些服务器什么时候会莫名其妙被关掉。</div><div class="notion-text notion-block-2b923224f6f345849c3d51bb69649be9">所以，需求就很明显了，我仅仅需要实现以下的功能：</div><ul class="notion-list notion-list-disc notion-block-818a969c31c242c792e88d11cd91cdeb"><li>能够多人联机</li></ul><ul class="notion-list notion-list-disc notion-block-5504cda101464bb79ddc1607d3e23042"><li>能实时掌握所有数据</li></ul><ul class="notion-list notion-list-disc notion-block-a7d99414cfc941d9afe4c10ef86d4d7b"><li>能够选择性开或者关</li></ul><ul class="notion-list notion-list-disc notion-block-96b8bb07d18146ca86dd165fd34b1b72"><li>花费相对较少</li></ul><div class="notion-text notion-block-6b9012281fba4653bf0fa983db63e9ab">阿看完这些需求，很明显指向一件事，我需要搭建一台个人服务器，掌握游戏的所有，而且刚刚刚好，我有一台闲置的腾讯云学生机（19年买，续费了两年，之后轻量应用服务器就推出了，学生版轻量应用服务器和古老的学生机一样，配置却好了不少，真是让老用户蛋疼，新购建议选择轻量应用服务器）。所以！所以！所以！就有了下面这些破事。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-c71a4b344ce544e1a2a7b9de852cf496" data-id="c71a4b344ce544e1a2a7b9de852cf496"><span><div id="c71a4b344ce544e1a2a7b9de852cf496" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c71a4b344ce544e1a2a7b9de852cf496" title="服务器配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">服务器配置</span></span></h4><div class="notion-text notion-block-6c7c7c1d38624f8c97d20d1e8ae6e81c">演示机：远古腾讯云学生机</div><ul class="notion-list notion-list-disc notion-block-d07bac1078d54f93a715660757934781"><li>1 CORE</li></ul><ul class="notion-list notion-list-disc notion-block-b981fcaac7f04b8eac8ea60379e150ff"><li>2G</li></ul><ul class="notion-list notion-list-disc notion-block-b409e3de89a443f3bfed9088eb75b6a1"><li>1Mbps</li></ul><ul class="notion-list notion-list-disc notion-block-25e050b9c9bd462683df24b751e9c753"><li>50G SSD</li></ul><div class="notion-text notion-block-74842939220948c5b974c340f82bdf2f">推荐：阿里云或者腾讯云轻量应用服务器学生机（请开放相关端口）</div><ul class="notion-list notion-list-disc notion-block-7fbb50160297444cb573e68d3bf575e3"><li>1 CORE</li></ul><ul class="notion-list notion-list-disc notion-block-6cc362bea93b47928e662edeead861e2"><li>2G</li></ul><ul class="notion-list notion-list-disc notion-block-fef3c19b26264befa4ed62ad39aae86a"><li>5 Mbps 1000G流量/月</li></ul><ul class="notion-list notion-list-disc notion-block-fd88121c8af941b685f6d0680ccec25c"><li>60G SSD</li></ul><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-dde7a39e1cfd49a99cf8f9d492dd7cc7" data-id="dde7a39e1cfd49a99cf8f9d492dd7cc7"><span><div id="dde7a39e1cfd49a99cf8f9d492dd7cc7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#dde7a39e1cfd49a99cf8f9d492dd7cc7" title="安装步骤"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">安装步骤</span></span></h4><div class="notion-text notion-block-5987e1b7359f456d8531cd4a0ed2cebe">视频：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.bilibili.com/video/BV1eB4y1c7fC">点我</a></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-d42b0d346245421089ef727090888b01" data-id="d42b0d346245421089ef727090888b01"><span><div id="d42b0d346245421089ef727090888b01" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d42b0d346245421089ef727090888b01" title="重装系统为Ubuntu20.04"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">重装系统为Ubuntu20.04</span></span></h4><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3438dcfa97134c49a11e3e4b7b0cf772"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://camo.githubusercontent.com/83b75b402eeee903ddc33039edd694c2695b6744fed01af45a6d118a9e330e07/68747470733a2f2f7069632e736b793335302e636e2f696d616765732f3239345f312e706e67?t=3438dcfa-9713-4c49-a11e-3e4b7b0cf772" alt="notion image" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-09f1c96c93ee4ae7b1fbff644bb8758c" data-id="09f1c96c93ee4ae7b1fbff644bb8758c"><span><div id="09f1c96c93ee4ae7b1fbff644bb8758c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#09f1c96c93ee4ae7b1fbff644bb8758c" title="设定root密码&amp;开启root登陆"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">设定root密码&amp;开启root登陆</span></span></h4><ol start="1" class="notion-list notion-list-numbered notion-block-17f6593cf68e41d39ee786bc1d5019f8"><li>使用<code class="notion-inline-code">ubuntu</code>用户连接到服务器</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-cb1fb583f5544da4a85e2618c43c89d0"><li>输入 <code class="notion-inline-code">sudo passwd root</code> 设置密码（输入过程不会显示，回车确认）</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-22aeeec899d24268908cbf292efb2634"><li>输入 <code class="notion-inline-code">sudo -i</code>切换到root用户</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-4a8c1762430a4b25953a3b4751193979"><li>输入 <code class="notion-inline-code">vim /etc/ssh/sshd_config</code>进行配置编辑</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-1e79219b023f4e0b971734455a9da7b4"><li>将 #PermitRootLogin prohibit-password一行改为 PermitRootLogin yes</li></ol><ol start="6" class="notion-list notion-list-numbered notion-block-ea5f9326df00490391ac82b2bb3d3606"><li>输入 <code class="notion-inline-code">sudo systemctl restart sshd</code>重启SSH</li></ol><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-262797a47bc84f4fae6e8687b557e856" data-id="262797a47bc84f4fae6e8687b557e856"><span><div id="262797a47bc84f4fae6e8687b557e856" class="notion-header-anchor"></div><a class="notion-hash-link" href="#262797a47bc84f4fae6e8687b557e856" title="安装控制面板"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">安装控制面板</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-e1db8eb281a14721b8adfa3671db803c" data-id="e1db8eb281a14721b8adfa3671db803c"><span><div id="e1db8eb281a14721b8adfa3671db803c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e1db8eb281a14721b8adfa3671db803c" title="一行命令快速安装（适用于 Ubuntu/Centos/Debian/Archlinux）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">一行命令快速安装（适用于 Ubuntu/Centos/Debian/Archlinux）</span></span></h4><div class="notion-text notion-block-7d30f5e3212b4789a18287078bd1467b">执行完成后，使用 systemctl start mcsm 即可启动面板服务。</div><div class="notion-text notion-block-d1cb38448ec342a581a7a674446781d0">默认账号#master密码123456 面板地址IP:23333</div><div class="notion-text notion-block-7b3cbafe28c943f399e78215e19578f1">面板代码与运行环境自动安装在 /opt/ 目录下</div><div class="notion-text notion-block-c888206c0b93431590def51c4312e84c">启动命令: systemctl start mcsm</div><div class="notion-text notion-block-cbe07f67331747c5bfa5febbbb7e6c37">停止命令: systemctl stop mcsm</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-dcd741f1fc5c44dfaa7f876634a2705d" data-id="dcd741f1fc5c44dfaa7f876634a2705d"><span><div id="dcd741f1fc5c44dfaa7f876634a2705d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#dcd741f1fc5c44dfaa7f876634a2705d" title="手动安装（一键安装失败下进行）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">手动安装（一键安装失败下进行）</span></span></h4><div class="notion-text notion-block-1ac09abd366045a6b20df6c9b2be2b6b">创建安装目录，并进入该目录</div><div class="notion-text notion-block-77579313b6fb4204afcfe77461459180">下载运行环境</div><div class="notion-text notion-block-d097feb872d348f58a5a2c49a2841397">解压文件</div><div class="notion-text notion-block-02dac330947c406c813a5b97eace2486">链接程序到环境变量中</div><div class="notion-text notion-block-4ab175b550784d5db67fc8b85126c4a3">克隆仓库(若没有 git，请安装它，如 apt install -y git)</div><div class="notion-text notion-block-f88977e2cb8f48dfabc5f4146120c514">进入目录，安装依赖库</div><div class="notion-text notion-block-e3c419f0034b47b2a5de21cb3c864b45">启动面板</div><div class="notion-text notion-block-db67f3820d4a457c962cd038975de863">建议通过screen保持面板持续运行！</div><div class="notion-text notion-block-614f768e2dbc49099ddad52f2bc8d2c6">该面板由<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://github.com/Suwings">Suwings</a> 提供，特此感谢！</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-8fbfe672b4124de883da93b36cc53134" data-id="8fbfe672b4124de883da93b36cc53134"><span><div id="8fbfe672b4124de883da93b36cc53134" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8fbfe672b4124de883da93b36cc53134" title="安装mc服务端"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">安装mc服务端</span></span></h4><div class="notion-text notion-block-6a3ebf4b169b4dabad1320794101eecc">mc基岩版官方下载地址：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.minecraft.net/en-us/download/server/bedrock/">https://www.minecraft.net/en-us/download/server/bedrock/</a></div><div class="notion-text notion-block-625b35136b48442597c423ca389114de">打开网页控制面板，点击服务端管理然后创建新实例 再选择 自定义启动命令 方案</div><div class="notion-text notion-block-3efd6ecbb8e04d1a862d75d456d55515">随意起一个名字（为了后续方便，建议和我起同样的名字 MCS）项目位置推荐默认，下一步，点击上传下载的压缩包，可先完成配置再进行打包上传，打包格式Zip</div><div class="notion-text notion-block-6b1af3d1cd5745a3938a693e887ba923">启动命令写成 sh start.sh，稍后我们上传这个文件</div><div class="notion-text notion-block-bf4dfca2b6754a8d8f4f743a5b9e08a3">在自己的本地电脑创建一个脚本文件叫做 start.sh，写入开服指令:</div><div class="notion-text notion-block-b2668a1d23664bb69ce47773f345e167">在服务端管理界面中点击 管理，进入文件在线管理，解压上传的压缩包，解压后文件夹名字改为mcserver，然后打开这个文件夹，上传start.sh</div><div class="notion-text notion-block-6c70bb37bd024aabb228fd680dcf8b40">回到管理面板，点击服务端管理，点击参数，在服务器根目录后加上/mcserver 保存配置。</div><div class="notion-text notion-block-b0d91699e44a41d4adae9bef34872079">再回到SSH，以root登陆，执行下面对命令修改bedrock_server的权限</div><div class="notion-text notion-block-175ce21c02244f729196bff8e58f0fb0">最后回到控制面板服务端管理，点击终端，打开即可开启mc服务器，具体界面如下</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-bd50d829f9e54ed2a3bf409522b0c493" data-id="bd50d829f9e54ed2a3bf409522b0c493"><span><div id="bd50d829f9e54ed2a3bf409522b0c493" class="notion-header-anchor"></div><a class="notion-hash-link" href="#bd50d829f9e54ed2a3bf409522b0c493" title="个性化设置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">个性化设置</span></span></h4><div class="notion-text notion-block-ec2a947f97e648ed930fcbec4ea777e4">在管理面板 服务端管理 中点击管理，点开 Server.properties 配置文件 即可进行自定义配置。</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Qv2ray！强大的多端科学上网助手！]]></title>
            <link>https://tangly1024.com/article/example-1</link>
            <guid>https://tangly1024.com/article/example-1</guid>
            <pubDate>Fri, 05 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[这是示例的文章摘要，摘要内容可被用做搜索，预览。文章列表默认展示概要；若要在列表直接展示文章内容，可在blog.config.js中配置。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-ed60d49dc70647d6bd84ac5d0eae476f"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e59c08d2a90e48459a0f0aa8136d5a62" data-id="e59c08d2a90e48459a0f0aa8136d5a62"><span><div id="e59c08d2a90e48459a0f0aa8136d5a62" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e59c08d2a90e48459a0f0aa8136d5a62" title="基本段落"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">基本段落</span></span></h2><div class="notion-text notion-block-223c8f3b4f714bb68532d36149e374b7">hello</div><div class="notion-blank notion-block-96ba2a9136824cd9956af2b2cf2462a1"> </div><blockquote class="notion-quote notion-block-74e279e9441e46f38d38a089d5577b00"><div>书中自有黄金屋，书中自有颜如玉</div></blockquote><div class="notion-callout notion-gray_background_co notion-block-12189ae49a27421fa4331ed5d26c7afe"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">生活的意义并不是与他人争高下，而在于享受努力实现目标的过程，结果只是对自己行动的嘉奖。</div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-c871ae78e8094298bade6bd2c29c4a35" data-id="c871ae78e8094298bade6bd2c29c4a35"><span><div id="c871ae78e8094298bade6bd2c29c4a35" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c871ae78e8094298bade6bd2c29c4a35" title="将进酒"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>将进酒</b></span></span></h3><div class="notion-text notion-block-b7bf0369e0154a9581e80a577497ea93">李白〔唐代〕<a target="_blank" rel="noopener noreferrer" class="notion-link" href="#a47eb4929c654ac4b8c895d00023a97e">参考[1]</a></div><div class="notion-text notion-block-de6fdc82c3254554a3c16d1deb9f7638">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-text notion-block-2d0f3bf5eea445eabd0303b9882ec338">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-text notion-block-a7112c5f58544cefae825aeaa70981e9">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-text notion-block-c4339d796dc84b75ac9106ae395c0072">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-text notion-block-b3eda1d20398460e8544a401b42d6a29">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-text notion-block-5e6ee1e8c6094545a0e91b9591f7b4c2">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-text notion-block-3c66d655662b4400ba0db118a2008d27">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-text notion-block-3022391332ad497fa2e1d6a8c2d0047d">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-text notion-block-bd88282d0d384f668dbdfee0d7727184">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-601d7635a8674effb9f349aae5e22a07" href="https://tangly1024.com/"><div><div class="notion-bookmark-title">TANGLY&#x27;s BLOG | 记录思考、分享我的学习笔记</div><div class="notion-bookmark-description">记录思考、分享我的学习笔记</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://tangly1024.com/favicon.ico?t=601d7635-a867-4eff-b9f3-49aae5e22a07" alt="TANGLY&#x27;s BLOG | 记录思考、分享我的学习笔记" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://tangly1024.com/</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://images.unsplash.com/photo-1564419320603-628d868a193f?q=50&amp;fm=jpg&amp;fit=crop&amp;w=1920&amp;h=1600&amp;t=601d7635-a867-4eff-b9f3-49aae5e22a07" alt="TANGLY&#x27;s BLOG | 记录思考、分享我的学习笔记" loading="lazy" decoding="async"/></div></a></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-aa4ca047cbeb4e4c982cfd58727e7bcd" data-id="aa4ca047cbeb4e4c982cfd58727e7bcd"><span><div id="aa4ca047cbeb4e4c982cfd58727e7bcd" class="notion-header-anchor"></div><a class="notion-hash-link" href="#aa4ca047cbeb4e4c982cfd58727e7bcd" title="特殊段落"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">特殊段落</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-e16d9e59b8dd4b9b8ee45300554c27f0" data-id="e16d9e59b8dd4b9b8ee45300554c27f0"><span><div id="e16d9e59b8dd4b9b8ee45300554c27f0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e16d9e59b8dd4b9b8ee45300554c27f0" title="1.代码"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.代码</span></span></h3><details class="notion-toggle notion-block-0c64233fe4f542018e00f838bf18b769"><summary>其他更多语言</summary><div></div></details><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-6888e9e626c049258179ff56ea766dcb" data-id="6888e9e626c049258179ff56ea766dcb"><span><div id="6888e9e626c049258179ff56ea766dcb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6888e9e626c049258179ff56ea766dcb" title="2.公式"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.公式</span></span></h3><ul class="notion-list notion-list-disc notion-block-bb285e02b97c439cbf25256b8fd0c0c3"><li>数学公式</li><ul class="notion-list notion-list-disc notion-block-bb285e02b97c439cbf25256b8fd0c0c3"></ul></ul><ul class="notion-list notion-list-disc notion-block-d175cfe8fafb4586b8ff2f4503b06a07"><li>化学方程</li><ul class="notion-list notion-list-disc notion-block-d175cfe8fafb4586b8ff2f4503b06a07"><div class="notion-text notion-block-f28cb560eb5941678928e87c1afae138"></div></ul></ul><details class="notion-toggle notion-block-9efc208628b44414b15f790f94502934"><summary>其他更多公式</summary><div><div class="notion-blank notion-block-42cb4ae21655491dbdf8c4097e3719b3"> </div></div></details><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-0b04398313dd43319f56f2fcfa02e756" data-id="0b04398313dd43319f56f2fcfa02e756"><span><div id="0b04398313dd43319f56f2fcfa02e756" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0b04398313dd43319f56f2fcfa02e756" title="3. 图表"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3. 图表</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-43b13d1e8bcc4c48964b3b754597e538" data-id="43b13d1e8bcc4c48964b3b754597e538"><span><div id="43b13d1e8bcc4c48964b3b754597e538" class="notion-header-anchor"></div><a class="notion-hash-link" href="#43b13d1e8bcc4c48964b3b754597e538" title="4. PDF嵌入"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">4. PDF嵌入</span></span></h3><figure class="notion-asset-wrapper notion-asset-wrapper-pdf notion-block-ffcb6692875e45b595b898ce1d6b168a"><div style="position:relative;display:block;justify-content:center;align-self:center;width:708px;max-width:100%;flex-direction:column;height:320px;overflow:auto;background:rgb(226, 226, 226);padding:8px 16px"></div></figure><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-57cd4f34deb64976913b6dfe7c22ee1a" data-id="57cd4f34deb64976913b6dfe7c22ee1a"><span><div id="57cd4f34deb64976913b6dfe7c22ee1a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#57cd4f34deb64976913b6dfe7c22ee1a" title="5.下载附件"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">5.下载附件</span></span></h3><div class="notion-file notion-block-09a3e87a5e1447f3af2a8185d9ea511b"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F39f49ebb-f959-41d6-826a-c9b71370fafe%2Ffab11580-96c3-4230-90f6-05257f00fb0a%2F%25E6%25B5%258B%25E8%25AF%2595%25E5%25B5%258C%25E5%2585%25A5PDF.pdf?table=block&amp;id=09a3e87a-5e14-47f3-af2a-8185d9ea511b"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">下载PDF附件.pdf</div><div class="notion-file-size">469.5KB</div></div></a></div><div class="notion-file notion-block-66733473d3fe43399d2b2847f7929b98"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F39f49ebb-f959-41d6-826a-c9b71370fafe%2F69f6fdf6-9aab-485a-a73d-d5c0d3f324db%2F%25E4%25B8%258B%25E8%25BD%25BDPDF%25E9%2599%2584%25E4%25BB%25B6-2.pdf?table=block&amp;id=66733473-d3fe-4339-9d2b-2847f7929b98"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">下载PDF附件-2.pdf</div><div class="notion-file-size">469.5KB</div></div></a></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-810a4bf2089a457190b59a607244d8c6" data-id="810a4bf2089a457190b59a607244d8c6"><span><div id="810a4bf2089a457190b59a607244d8c6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#810a4bf2089a457190b59a607244d8c6" title="6. 照片集"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">6. 照片集</span></span></h3><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-542562a5d5a14f35b954bc6a6e28f06e"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:624px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F39f49ebb-f959-41d6-826a-c9b71370fafe%2Fc876828e-2768-4863-b6d3-ad97b32223d3%2FWX20201027-1015302x.png?table=block&amp;id=542562a5-d5a1-4f35-b954-bc6a6e28f06e&amp;t=542562a5-d5a1-4f35-b954-bc6a6e28f06e" alt="notion image" loading="lazy" decoding="async"/></div></figure><div><div></div><div class="notion-collection-header"><div class="notion-collection-header-title">照片集</div></div></div><div class="notion-collection notion-block-f0754c646d964c6a9d2684738abc4e32"><div class="notion-gallery"><div class="notion-gallery-view"><div class="notion-gallery-grid notion-gallery-grid-size-large"><a class="notion-collection-card notion-collection-card-size-large" href="/a575f42a55564771916027360b5a378f"><div class="notion-collection-card-cover"><img style="object-fit:cover;object-position:center 30.000000000000004%" src="https://www.notion.so/images/page-cover/met_emanuel_leutze.jpg" alt="照片标题1" loading="lazy" decoding="async"/></div><div class="notion-collection-card-body"><div class="notion-collection-card-property"><span class="notion-property notion-property-title"><span class="notion-page-link"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><svg class="notion-page-title-icon notion-page-icon" alt="照片标题1" viewBox="0 0 30 30" width="16"><path d="M16,1H4v28h22V11L16,1z M16,3.828L23.172,11H16V3.828z M24,27H6V3h8v10h10V27z M8,17h14v-2H8V17z M8,21h14v-2H8V21z M8,25h14v-2H8V25z"></path></svg></div><span class="notion-page-title-text">照片标题1</span></span></span></span></div><div class="notion-collection-card-property"><span class="notion-property notion-property-text"><form action="https://preview.tangly1024.com/fc758ffac897479d9a7161cce3272520" target="_blank"><input type="submit" class="nested-form-link notion-link" value="查看"/></form></span></div></div></a><a class="notion-collection-card notion-collection-card-size-large" href="/dd1992178f02421681b72c1024424800"><div class="notion-collection-card-cover"><img style="object-fit:cover;object-position:center 100%" src="https://www.notion.so/images/page-cover/woodcuts_5.jpg" alt="照片标题2" loading="lazy" decoding="async"/></div><div class="notion-collection-card-body"><div class="notion-collection-card-property"><span class="notion-property notion-property-title"><span class="notion-page-link"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><svg class="notion-page-title-icon notion-page-icon" alt="照片标题2" viewBox="0 0 30 30" width="16"><path d="M16,1H4v28h22V11L16,1z M16,3.828L23.172,11H16V3.828z M24,27H6V3h8v10h10V27z M8,17h14v-2H8V17z M8,21h14v-2H8V21z M8,25h14v-2H8V25z"></path></svg></div><span class="notion-page-title-text">照片标题2</span></span></span></span></div><div class="notion-collection-card-property"><span class="notion-property notion-property-text"><form action="https://tangly1024.com/" target="_blank"><input type="submit" class="nested-form-link notion-link" value="https://tangly1024.com/"/></form></span></div></div></a></div></div></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-f1813be94f9f4fcc92f6807da220c100" data-id="f1813be94f9f4fcc92f6807da220c100"><span><div id="f1813be94f9f4fcc92f6807da220c100" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f1813be94f9f4fcc92f6807da220c100" title="7. 内嵌网页"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">7. 内嵌网页</span></span></h3><figure class="notion-asset-wrapper notion-asset-wrapper-embed notion-block-f8708d8e3e174f2b8438f18b3f72a336"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:486.99713134765625px"><iframe class="notion-asset-object-fit" src="https://docs.tangly1024.com/zh" title="iframe embed" frameBorder="0" allowfullscreen="" loading="lazy" scrolling="auto"></iframe></div></figure><div class="notion-text notion-block-94019789a4e64b7d890ead1b3c241953"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.bilibili.com/video/BV1Qs411d7pd/?spm_id_from=333.337.search-card.all.click&amp;vd_source=39f78b1b8c48640556d1685e5f99a413">https://www.bilibili.com/video/BV1Qs411d7pd/?spm_id_from=333.337.search-card.all.click&amp;vd_source=39f78b1b8c48640556d1685e5f99a413</a></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-70815bf45a32453fa5ef867f1752d79b" data-id="70815bf45a32453fa5ef867f1752d79b"><span><div id="70815bf45a32453fa5ef867f1752d79b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#70815bf45a32453fa5ef867f1752d79b" title="5.代办"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">5.代办</span></span></h3><div class="notion-row notion-block-66d93b4cffc64b0ab8e1f6a3f93512bc"><div class="notion-column notion-block-674033aed0254820acfac283c6fdef98" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><div class="notion-text notion-teal_background notion-block-a3dbeea45820404d991bc1dbdbb27425">家庭</div><div class="notion-to-do notion-block-b31f66b3c33742d385e0891c5d25377b"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">洗衣</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-6645bf8433394e3485d61be88400f515"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">做饭</div></div><div class="notion-to-do-children"></div></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-2ffb85f7869b483db81fb2e1ab65871c" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><div class="notion-text notion-blue_background notion-block-cc9319057c634a6197e429c5c3d94ca0">事业</div><div class="notion-to-do notion-block-759bb3e79686491fae74b3735cd7ef4a"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">开会</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-4598d1599f3f4b098d956e8f27932c0f"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">加班</div></div><div class="notion-to-do-children"></div></div></div><div class="notion-spacer"></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-7d7d089698194770a180ce92c80e6cd2" data-id="7d7d089698194770a180ce92c80e6cd2"><span><div id="7d7d089698194770a180ce92c80e6cd2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7d7d089698194770a180ce92c80e6cd2" title="6.折叠列表"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">6.折叠列表</span></span></h3><details class="notion-toggle notion-block-8f2c60036d0640899ceb52e96f41cc18"><summary>点击展开</summary><div><details class="notion-toggle notion-block-b53ed85aa52141b9a628bd19cc142152"><summary>点击展开</summary><div><details class="notion-toggle notion-block-9b4c3007ac6e4b5d9f16acc18c354bcd"><summary>点击展开</summary><div><div class="notion-text notion-block-03b21be961724e678fee1a9c6db69064">内容可以多级嵌套</div></div></details></div></details></div></details><hr class="notion-hr notion-block-f2156149dcf84450b74932310b32761e"/><div class="notion-blank notion-block-9e104479d7364ae8a999b21e6d1f4d0f"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-57d7af0901ad4ee0b5c15f776067289b" data-id="57d7af0901ad4ee0b5c15f776067289b"><span><div id="57d7af0901ad4ee0b5c15f776067289b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#57d7af0901ad4ee0b5c15f776067289b" title="8. 同步块 "><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">8. 同步块 </span></span></h3><div class="notion-text notion-block-69c41c000e074bc5be6d119e7c3304c2">Notion支持将不同页面的块进行同步，即 SyncBlock，以下是来自另一个页面的块：</div><div class="notion-sync-block notion-block-0cf1a2a0e27d45c2a4888f28249fd39e"><div class="notion-text notion-block-ca7a40c83374483ba31d8a1025bc3f6a">【sync-block】这是一段来自示例文章-3的段落 ，通过 SyncBlock同步。</div></div><div class="notion-callout notion-gray_background_co notion-block-38efd81f31204e36af39a8fea886f1d5"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text"><span class="notion-red_background">注意</span> ： 同步块的使用条件是源页面也要被<b>开放共享</b> ，否则NotionNext将无权访问，页面上会被忽略渲染。<figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-7e96e168490540d9b10a6d6734732707"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:528px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F39f49ebb-f959-41d6-826a-c9b71370fafe%2Fe078a58d-d9a8-48ac-8489-34d9d71b03c8%2FUntitled.png?table=block&amp;id=7e96e168-4905-40d9-b10a-6d6734732707&amp;t=7e96e168-4905-40d9-b10a-6d6734732707" alt="notion image" loading="lazy" decoding="async"/></div></figure></div></div><div class="notion-blank notion-block-56064baa2f344ec295ad8337e14ca2c5"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-1879756214894a1087e8d9238b1ba7d0" data-id="1879756214894a1087e8d9238b1ba7d0"><span><div id="1879756214894a1087e8d9238b1ba7d0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1879756214894a1087e8d9238b1ba7d0" title="多级目录"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">多级目录</span></span></h2><div class="notion-text notion-block-34353d12acb045059061cf06c0d711d3">heading标题在博客中自动转为目录</div><div class="notion-row notion-block-b1871b341c5a4ac7a8572f276eebd949"><div class="notion-column notion-block-429632f85a6b4bf3ab4d5a497ff4526d" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h3 class="notion-h notion-h2 notion-block-413aaf2920464eaa9d8f2cc8be8d93c8" data-id="413aaf2920464eaa9d8f2cc8be8d93c8"><span><div id="413aaf2920464eaa9d8f2cc8be8d93c8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#413aaf2920464eaa9d8f2cc8be8d93c8" title="二级目录1"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">二级目录1</span></span></h3><div class="notion-text notion-block-8495c6bd2dca4562a0bf668e9a28b873">二级内容 1</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-d7f7cd8acb014e6189d35b92a558ae10" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h3 class="notion-h notion-h2 notion-block-e6da9430c22142b886e8af91ab77b61c" data-id="e6da9430c22142b886e8af91ab77b61c"><span><div id="e6da9430c22142b886e8af91ab77b61c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e6da9430c22142b886e8af91ab77b61c" title="二级目录2"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">二级目录2</span></span></h3><div class="notion-text notion-block-1acfa96a15124d9cb0526704d646418b">二级内容2</div></div><div class="notion-spacer"></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-a4ff371e769c406c8c864604074f7908" data-id="a4ff371e769c406c8c864604074f7908"><span><div id="a4ff371e769c406c8c864604074f7908" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a4ff371e769c406c8c864604074f7908" title="二级目录3"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">二级目录3</span></span></h3><div class="notion-row notion-block-91d3d87d9fac4d16b140e4632abbe5c8"><div class="notion-column notion-block-42ab4d67946847a19fdbcbfe1905718a" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h4 class="notion-h notion-h3 notion-block-cd130952ed934951975fcbd2edfde93c" data-id="cd130952ed934951975fcbd2edfde93c"><span><div id="cd130952ed934951975fcbd2edfde93c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#cd130952ed934951975fcbd2edfde93c" title="三级目录3.1"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">三级目录3.1</span></span></h4><div class="notion-text notion-block-12c34a8670a04461b8e991f15cb365da">不同级别的heading代表不同级别的目录</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-f90794fee8444cfe867e904ede570b52" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h4 class="notion-h notion-h3 notion-block-2a8b549071934a238474cb6d38d73c99" data-id="2a8b549071934a238474cb6d38d73c99"><span><div id="2a8b549071934a238474cb6d38d73c99" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2a8b549071934a238474cb6d38d73c99" title="三级目录3.2"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">三级目录3.2</span></span></h4><div class="notion-text notion-block-a8f0a053ed1d4ddaaad09e800ad57a92">高一级目录嵌套低一级目录</div></div><div class="notion-spacer"></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3079ce2cca564ddd88dbaed00c92f956" data-id="3079ce2cca564ddd88dbaed00c92f956"><span><div id="3079ce2cca564ddd88dbaed00c92f956" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3079ce2cca564ddd88dbaed00c92f956" title="多级列表"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">多级列表</span></span></h3><ul class="notion-list notion-list-disc notion-block-820a1d03ce374a8cb0b33998434ba419"><li>事物的必然性</li></ul><ol start="1" class="notion-list notion-list-numbered notion-block-db5e967b60c64e18bfd43fb40802dffd"><li>事物按规律变化，也有一种不可避免的性质．这种性质就叫做<b>必然性</b></li><ol class="notion-list notion-list-numbered notion-block-db5e967b60c64e18bfd43fb40802dffd"><li>事物的必然性，是事物本身的性质（我们反对宿命论的是其认为这一切是受神明的支配，而不是反对事物发展中存在的不可避免的性质的事实）</li><ol class="notion-list notion-list-numbered notion-block-dccbb2db6be542f4b858704faea11f90"><li>第三级别列表</li><li>第三级别列表</li></ol><li>其决定于它自己本身发展的情况和周围的条件</li><ol class="notion-list notion-list-numbered notion-block-8eb62ae0fd86405499908eaf6eab78d3"><li>第三级别列表</li><ol class="notion-list notion-list-numbered notion-block-8b60549ab3ec43719bc06fd8177ee059"><li>第三级别列表</li></ol></ol></ol></ol><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-784bc1dcc0964861b047c1d270139d4d" data-id="784bc1dcc0964861b047c1d270139d4d"><span><div id="784bc1dcc0964861b047c1d270139d4d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#784bc1dcc0964861b047c1d270139d4d" title="模板使用说明"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">模板使用说明</span></span></h2><div class="notion-text notion-block-04ce665cad2e4d69a9a37d39fb39be0e">若要部署你的NotionNext项目，请复制该模板，并按照模板格式创建文章：</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-1aa6fcd197f7418a9ea2d2905dbf700b" href="https://tanghh.notion.site/02ab3b8678004aa69e9e415905ef32a5?v=b7eb215720224ca5827bfaa5ef82cf2d"><div><div class="notion-bookmark-title">NOTION BLOG</div><div class="notion-bookmark-description">演示站点描述</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-text">https://tanghh.notion.site/02ab3b8678004aa69e9e415905ef32a5?v=b7eb215720224ca5827bfaa5ef82cf2d</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://tanghh.notion.site/image/https%3A%2F%2Fp1.qhimg.com%2Fbdm%2F1600_900_100%2Ft01e66d486b8e826270.jpg?table=collection&amp;id=4379bc14-5d22-453b-a153-12639616fc01&amp;spaceId=6c096b44-beb9-48ee-8f92-1efdde47f3a3&amp;width=2000&amp;userId=&amp;cache=v2&amp;t=1aa6fcd1-97f7-418a-9ea2-d2905dbf700b" alt="NOTION BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-text notion-block-4b0397d97a8b486f91476d76122a4a3b">Notion页面中，每篇文章都将有以下属性🤔：</div><table class="notion-simple-table notion-block-1f2e151f2c4442c281aceabb71e5a29f"><tbody><tr class="notion-simple-table-row notion-block-e342b88e8a4a43888b6d4a5088911865"><td class="" style="width:148px"><div class="notion-simple-table-cell">属性</div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">必填</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">说明</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">备注</div></td></tr><tr class="notion-simple-table-row notion-block-5a3a885c02d74cacb5c2856b02ef85ec"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">title</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell"> 是</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell"> 文章标题</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">ㅤ</div></td></tr><tr class="notion-simple-table-row notion-block-0f557ddb5e484308a9e6e796f56dc29e"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">status</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">是</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">发布状态</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">（仅当状态为<code class="notion-inline-code">Published</code> 时会被 展示）</div></td></tr><tr class="notion-simple-table-row notion-block-b0b7ab9360e6416a92e19b04a9460b76"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">type</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">是</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">页面类型 (博文<code class="notion-inline-code">Post</code> / 单页(<code class="notion-inline-code">Page</code>)</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">单页不会在博文列表显示 。</div></td></tr><tr class="notion-simple-table-row notion-block-84d23e97f168438eb401da3885f9be22"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">summary</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">内容摘要</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">搜索和简略显示会用到</div></td></tr><tr class="notion-simple-table-row notion-block-68e2dd17309445f9b123082bcbaefb16"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">date</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">发布日期</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">在V3.3.9之前的版本此项为必填。</div></td></tr><tr class="notion-simple-table-row notion-block-4aca6c59fcd541ca874bdaf673e3b208"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">category</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">文章分类</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">可以自定义</div></td></tr><tr class="notion-simple-table-row notion-block-dfab7fc048694de283eec8d674e232dc"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">tags</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">文章标签</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">可多个，建议不要太多</div></td></tr><tr class="notion-simple-table-row notion-block-cee919910e88450fb654ded6f2d74798"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">slug</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">文章短路径</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell"> (每篇文章唯一，请勿 重复）</div></td></tr><tr class="notion-simple-table-row notion-block-5ac022494e8844dc84bba7627920a702"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">icon</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">菜单栏图标(仅当<code class="notion-inline-code">Page</code>类型有效)</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">可以参考：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://fontawesome.com/v6/search">图标库地址</a></div></td></tr><tr class="notion-simple-table-row notion-block-f5b014f3e9c14d8097180c17f78d2213"><td class="" style="width:148px"><div class="notion-simple-table-cell"><code class="notion-inline-code">password</code></div></td><td class="" style="width:77.00000762939453px"><div class="notion-simple-table-cell"> 否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell"> 文章加锁</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell"> 需要输入密码才允许访问</div></td></tr></tbody></table><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-ca487fe53e3649848a6e72d3ea283533" data-id="ca487fe53e3649848a6e72d3ea283533"><span><div id="ca487fe53e3649848a6e72d3ea283533" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ca487fe53e3649848a6e72d3ea283533" title="评论插件"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">评论插件</span></span></h2><div class="notion-text notion-block-5f28a584a38c44f88f770347fbd11ea4">系统支持 Waline\Giscus\Valine\GitTalk\Utterance\Cusdis\Twikoo六种评论插件，并且可以同时开启，点击评论区的Tab来体验。</div><div class="notion-text notion-block-a6eaa8b4430f4d2f80a0a822a7f117c4">按照以下教程可以开启响应的评论插件</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-8e2aa000105742be889e484093d67b97" href="https://tangly1024.com/article/notionnext-twikoo"><div><div class="notion-bookmark-title">NotionNext配置评论插件Twikoo | TANGLY&#x27;s BLOG</div><div class="notion-bookmark-description">一个简洁、安全、免费的静态网站评论系统，基于 腾讯云开发 。 经评论区网友推荐，我开始使用 Twikoo，一番体验，发现Twikoo真的很强大，目前我决定用它作为主要评论插件。 twikoo支持在页面上直接管理评论、配置插件，非常强大 在最新版本中 NotionNext已经 支持该评论插件，配置 方法很简单： 在Vercel后台添加一个环境变量 NEXT_PUBLIC_COMMENT_ENV_ID ; 值为您部署好的 twikoo 后台地址。以我的举例： 借助vercel，您可以非常快速地部署自己的twikoo后台，用于储存评论数据。 twikoo的后台数据存储是基于MongoDB数据库的，我们可以先注册创建一个免费的在线MongoDB数据库。 创建MongoDB数据库 1.注册账号 创建数据库 这里下方要设置一个允许访问该数据库的IP地址，推荐设置0.0.0.0，即所有地址都允许访问，毕竟我也不知道自己会用什么ip访问这个数据库。 2.获取数据库连接地址 Vercel一键部署 点击Create将twikoo的代码拷入您的仓库 配置MongoDB数据库地址 添加一个配置 MONGODB_URI 环境变量即可，其值为上一步获得的MongoDB连接地址，注意将链接中MONGODB的密码 替换成您设置的。 上述部署完成后，您将获得一个vercel的twikoo后台页面，您可以选择像我一样映射成二级域名 将您的twikoo后台地址配置在NotionNext的后台，并redeploy即可。 到此完成~ 点击右下角的小齿轮即可配置您的管理员密码、并进行更多的功能设置。赶快体验吧~ 可以访问官方文档获取安装部署帮助，并且查看Twikoo的更多特性。 NotionNext支持多种评论插件，可访问以下文章获得帮助：</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://tangly1024.com/favicon.ico?t=8e2aa000-1057-42be-889e-484093d67b97" alt="NotionNext配置评论插件Twikoo | TANGLY&#x27;s BLOG" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://tangly1024.com/article/notionnext-twikoo</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://images.unsplash.com/photo-1564419320603-628d868a193f?ixlib=rb-4.0.3&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;t=8e2aa000-1057-42be-889e-484093d67b97" alt="NotionNext配置评论插件Twikoo | TANGLY&#x27;s BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-7af263f4a97549aba26205a78a2d931b" href="https://tangly1024.com/article/notion-next-comment-plugin"><div><div class="notion-bookmark-title">NotionNext如何添加评论插件 | TANGLY&#x27;s BLOG</div><div class="notion-bookmark-description">NotionNext支持多种评论插件，其中体验比较好的我个人觉得是Twikoo，您可以参考以下教程进行配置安装： 您也可以选择Valine/Waline，关于Valine/Waline的部署可以访问此篇文章： Utterance 、 Giscus 、Gitalk 其中部署最便捷的当属 Cusdis 和 Utterance 这两个插件。您可以任选一个部署，当然，您也可以选择同时部署多个。 完成效果预览 点击Start for free ，并用Github登录即可 Sign in With Github (点击查看截图) [可选] 配置邮件通知地址，以便收到新评论时邮件通知您，（点击展开截图） 点击Embed Code获取您的应用ID，即data-app-id, 复制这串id备用。 在Vercel后台添加一个环境变量 NEXT_PUBLIC_COMMENT_CUSDIS_APP_ID，值为上面获取到的data-app-id。 完成预览效果 在您的Github中创建一个开源项目用于存放评论 在github中安装utterance插件 允许utterance访问所有仓库，并勾选install，可以只勾选作为评论用的仓库地址。 将用作评论仓库名添加到Vercel添加环境变量 后台 settings→ environment variables → 添加 → save 即可。如下图： 注意， 仓库名的格式是 [您的用户名/您的仓库名] 如下示例 完成预览效果 在您的Github中创建一个开源项目用于存放评论 创建一个授权秘钥，并保存您的ClientID与ClientSecret Authorization callback URL 填写您网站域名 填写配置的效果 ，点击 register application 即可创建。 点击 Generate a new client secret 生成您的密码 复制 Client ID和刚生成的 Client secret （对应图中2和3）备用。 在Vercel后台配置环境变量 NEXT_PUBLIC_COMMENT_GITALK_CLIENT_ID NEXT_PUBLIC_COMMENT_GITALK_CLIENT_SECRET NEXT_PUBLIC_COMMENT_GITALK_CLIENT_ID NEXT_PUBLIC_COMMENT_GITALK_CLIENT_SECRET 项目会在您的Github项目讨论区创建评论数据，便于维护管理 , 完成效果 预览 您可以在Github的Discusstion讨论区随时管理评论。 在您的Github中创建一个开源项目用于存放评论 在项目Setting中开启discussion功能 在Github中安装giscus应用 点击右上方的Install即可，并确认 允许访问仓库数据权限： 默认勾选All repositories即可。也可以只勾选用作评论的仓库，（后续还可以再回来配置） 访问Giscus填写并获取您的Giscus配置参数 主要配置输入您的仓库名，并选择 Discussion分类为 Announcements .</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://tangly1024.com/favicon.ico?t=7af263f4-a975-49ab-a262-05a78a2d931b" alt="NotionNext如何添加评论插件 | TANGLY&#x27;s BLOG" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://tangly1024.com/article/notion-next-comment-plugin</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://tangly1024.com/bg_image.jpg?t=7af263f4-a975-49ab-a262-05a78a2d931b" alt="NotionNext如何添加评论插件 | TANGLY&#x27;s BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-9bd6f01e988f40abbb4e3d19ae3c190a" href="https://tangly1024.com/article/notionnext-valine"><div><div class="notion-bookmark-title">NotionNext配置Valine/Waline评论插件 | TANGLY&#x27;s BLOG</div><div class="notion-bookmark-description">Valine插件需要LeanCloud后端提供数据库存储功能，请按照以下步骤配置。 而Waline 的前置步骤和Valine基本一致，只是多了一个部署Waline的Vercel服务步骤。由于Waline配置了完善的后台管理功能，所以使用Waline就不需要再配合Admin-Valine项目运行。 应用创建好以后，进入刚刚创建的应用，选择左下角的 设置&gt; 应用Key，然后就能看到你的 APP ID和 APP Key 了： 为了你的数据安全，请设置自己的 安全域名 ：只有以下设置的域名，才允许访问你的valine数据 支持的Valine配置在NotionNext项目的blog.config.js 中，请在Vercel后台的环境变量中配置： serverURLs在应用内部会尝试自动获取，如果发现获取失败，请手动提供 刚刚创建的应用，选择左下角的 设置&gt; 应用Key，找到 Request 域名 第一行 需要在akismet中注册账号并获取免费的key： https://akismet.com/account ，并在LeanCloud中配置 AKISMET_KEY 变量 参考官方文档，在你的Vercel上部署一个valine应用。而后在你的NotionNext环境变量中添加你的waline服务地址环境变量： NEXT_PUBLIC_WALINE_SERVER_URL 即可生效。</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://tangly1024.com/favicon.ico?t=9bd6f01e-988f-40ab-bb4e-3d19ae3c190a" alt="NotionNext配置Valine/Waline评论插件 | TANGLY&#x27;s BLOG" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://tangly1024.com/article/notionnext-valine</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fwww.notion.so%2Fimage%2Fhttps%253A%252F%252Fs3-us-west-2.amazonaws.com%252Fsecure.notion-static.com%252F10eb466a-599b-4513-bcbf-2331cf88078d%252Fpexels-photo-546819.webp%3Ftable%3Dblock%26id%3Dbee1fccf-a3bd-47a1-a7be-83cc71372d83%26cache%3Dv2?table=block&amp;id=9bd6f01e-988f-40ab-bb4e-3d19ae3c190a&amp;t=9bd6f01e-988f-40ab-bb4e-3d19ae3c190a" alt="NotionNext配置Valine/Waline评论插件 | TANGLY&#x27;s BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-blank notion-block-7130655ac9ab4a9d85e04a6e8591fcc2"> </div><div class="notion-file notion-block-bca19eecc7214de8abff58643e0a4068"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F39f49ebb-f959-41d6-826a-c9b71370fafe%2F20ecd1ff-e4de-4471-b86f-6f14ec891fc0%2F%25E6%25B5%258B%25E8%25AF%2595%25E5%25B5%258C%25E5%2585%25A5PDF.pdf?table=block&amp;id=bca19eec-c721-4de8-abff-58643e0a4068"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">测试嵌入PDF.pdf</div><div class="notion-file-size">469.5KB</div></div></a></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-1ad0874566a0440b8261ee65316a622d" data-id="1ad0874566a0440b8261ee65316a622d"><span><div id="1ad0874566a0440b8261ee65316a622d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1ad0874566a0440b8261ee65316a622d" title="引用文献"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">引用文献</span></span></h2><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-72bf466767284b7587dd2d0c3b8a2062" data-id="72bf466767284b7587dd2d0c3b8a2062"><span><div id="72bf466767284b7587dd2d0c3b8a2062" class="notion-header-anchor"></div><a class="notion-hash-link" href="#72bf466767284b7587dd2d0c3b8a2062" title="1. 关于李白"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://zh.wikipedia.org/zh-sg/%E6%9D%8E%E7%99%BD">1. 关于李白</a></span></span></h4><div class="notion-text notion-block-3543d6db9b45434f9f157f13f149ef52">引用另一篇文章→<!-- --> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[加锁文章2 - 密码123456]]></title>
            <link>https://tangly1024.com/article/example-2</link>
            <guid>https://tangly1024.com/article/example-2</guid>
            <pubDate>Fri, 05 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[本文需要输入密码才可访问，密码: 123456]]></description>
            <content:encoded><![CDATA[本文需要输入密码才可访问，密码: 123456]]></content:encoded>
        </item>
    </channel>
</rss>