<?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>Sun, 05 Nov 2023 15:07:16 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[[ERROR] Cowardly refusing to install hooks with `core.hooksPath` set.]]></title>
            <link>https://tangly1024.com/article/69c8d28b-4a3b-4948-bc90-f99f92bbccf8</link>
            <guid>https://tangly1024.com/article/69c8d28b-4a3b-4948-bc90-f99f92bbccf8</guid>
            <pubDate>Fri, 11 Aug 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-69c8d28b4a3b4948bc90f99f92bbccf8"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-5083e22fdc204629a01619875050833f"><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 class="notion-text notion-block-bbccd22c80c8476492d0f39244b1e2df">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-c6c7193c2cad471fa5660a57f4e548e2"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-6f14c38a971542d5b98aefaf174feecf" data-id="6f14c38a971542d5b98aefaf174feecf"><span><div id="6f14c38a971542d5b98aefaf174feecf" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6f14c38a971542d5b98aefaf174feecf" 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-43c4406b6da04353a1c85993a87dd3e4">Dear Interweb,</div><div class="notion-text notion-block-b5650c52c341436eb46b292c6cf8fd25">I&#x27;ve stumbled upon <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://pre-commit.com/">`pre-commit`</a>, a tool, or rather framework to manage your pre-commit Git hooks. When you&#x27;ve been submitting Pull Request to Python-based repositories long enough, you&#x27;ll find some of these projects prefers to use `pre-commit` to do various linting tasks, besides using `tox`. My quick test with `pre-commit` showed that it was faster compares to doing the same linting task using `tox`, and have <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://pre-commit.com/hooks.html">more hooks</a> available which were rather difficult or cumbersome to set up through `tox`. For example, validating TOML config file.</div><div class="notion-text notion-block-2c75ad771a8740d18fc223d3b78c80e0">However, there was an issue when I tried to set it up in my local development machine, I kept getting the above titled error message when I tried to install it for my local Python pet projects:</div><div class="notion-text notion-block-80854bfd20f9491b949f73bb3fb5888f">Even following the hint given, I was still facing the same error:</div><div class="notion-text notion-block-60c656ebdb4d4e5faed47459827e2fa4">Based on the <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://stackoverflow.com/questions/67793193/cowardly-refusing-to-install-hooks-with-core-hookspath-set">collective wisdom</a> of SO, the issue was caused by existing global Git hooks. Check if you&#x27;ve one configured already. We shouldn&#x27;t have any value for the `core.hooksPath` config item as shown below:</div><div class="notion-text notion-block-856b099a09414b109fe18904f18d6299">If you&#x27;ve already configured `core.hooksPath`, remove it using the command below:</div><div class="notion-text notion-block-a9a4706a27d94e0db50ebb28d4570206">And we should be able to use `pre-commit` to install Git hooks for our Git repository, as shown below:</div><div class="notion-text notion-block-09a296aee3b1412481996c956a6d30e6">Till the next post.</div><div class="notion-text notion-block-ebea4fd756b34e3da8b2ac119aa26b95">Yours truly,</div><div class="notion-text notion-block-f2b6d8a2ce104f119a4786012ff77b03">Ang</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-f527a4531d9944848838b0fbaeef6ed8" data-id="f527a4531d9944848838b0fbaeef6ed8"><span><div id="f527a4531d9944848838b0fbaeef6ed8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f527a4531d9944848838b0fbaeef6ed8" 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-1e2ef55e5cd541b8815273535185538c">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-904e3bd3a94742ccb384f9f78eace4d3" data-id="904e3bd3a94742ccb384f9f78eace4d3"><span><div id="904e3bd3a94742ccb384f9f78eace4d3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#904e3bd3a94742ccb384f9f78eace4d3" 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><ul class="notion-list notion-list-disc notion-block-07bb4fbae82a42e8aa5019874e3c667b"><li><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.kianmeng.org/2022/07/error-cowardly-refusing-to-install.html">https://www.kianmeng.org/2022/07/error-cowardly-refusing-to-install.html</a></li></ul><ul class="notion-list notion-list-disc notion-block-b3f6c52206e341e4bada8426bc9351d8"><li>引用文章</li></ul><div class="notion-blank notion-block-719a0639bf0a48c4a799716ba28f9775"> </div><div class="notion-callout notion-gray_background_co notion-block-f9529807f9ba4b3d919303d1374b53d9"><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">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Medusa VS Saleor]]></title>
            <link>https://tangly1024.com/article/514e2617-237d-479a-a32b-34748b88904c</link>
            <guid>https://tangly1024.com/article/514e2617-237d-479a-a32b-34748b88904c</guid>
            <pubDate>Fri, 11 Aug 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-514e2617237d479aa32b34748b88904c"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-892ed44276ee43c398704d38b533266d"><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 class="notion-blank notion-block-065e72af3fc9484496edcc1b8a5baccd"> </div></div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-9d4594df0e8d4903ab384fa24dfe0637" data-id="9d4594df0e8d4903ab384fa24dfe0637"><span><div id="9d4594df0e8d4903ab384fa24dfe0637" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9d4594df0e8d4903ab384fa24dfe0637" 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-blank notion-block-73db925d9f7946189138af13d4870404"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-f9dae54f5b4243938f05a607e0c83535" data-id="f9dae54f5b4243938f05a607e0c83535"><span><div id="f9dae54f5b4243938f05a607e0c83535" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f9dae54f5b4243938f05a607e0c83535" 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><ul class="notion-list notion-list-disc notion-block-51a48be612cf4e35b37676d1d0c76955"></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-0ffd33232d9e4ee6a0e9489c349e7132" data-id="0ffd33232d9e4ee6a0e9489c349e7132"><span><div id="0ffd33232d9e4ee6a0e9489c349e7132" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0ffd33232d9e4ee6a0e9489c349e7132" 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-e3644035046644bdb691b39ede9de19b" data-id="e3644035046644bdb691b39ede9de19b"><span><div id="e3644035046644bdb691b39ede9de19b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e3644035046644bdb691b39ede9de19b" 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://dev.to/citizengovind/review-saleor-vs-medusa-two-opensource-headless-ecommerce-platforms-2h4b">站点1</a> </span></span></h3><div class="notion-text notion-block-5f4c7f23920449bb9849cd26ef2ad91d">（文章发布于 <span class="notion-inline-underscore">Apr 11, 2022</span>）<div class="notion-text-children"><h3 class="notion-h notion-h2 notion-block-ece7657f9d5b44888cdb381b3bc05894" data-id="ece7657f9d5b44888cdb381b3bc05894"><span><div id="ece7657f9d5b44888cdb381b3bc05894" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ece7657f9d5b44888cdb381b3bc05894" title="Community"><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>Community</b></span></span></h3><div class="notion-text notion-block-8e674b990de94babb78c49f986dccd0e">The Medusa community is growing fast with over <b>9000 stars</b> at the time of writing this. This community is growing on <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://discord.com/invite/medusajs">Discord</a> as well. The active community is a two-way street, providing both assistance to developers and flagging bugs early on. With Senior members of the Medusa team live on this channel, you can quickly escalate blocking issues, and provide feedback to the right stakeholders.</div><div class="notion-text notion-block-2d262ae7faf64670b3aa61932ab73238">On the other hand, Saleor’s Developer Community is at this point larger, and discussion happens over Gitter and GitHub. Developers have forked Saleor on GitHub over four thousand with over <b>15000 stars</b> on GitHub.</div><h2 class="notion-h notion-h1 notion-block-845e140e10334345a684ec585444d00c" data-id="845e140e10334345a684ec585444d00c"><span><div id="845e140e10334345a684ec585444d00c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#845e140e10334345a684ec585444d00c" title="In Conclusion"><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>In Conclusion</b></span></span></h2><div class="notion-text notion-block-d2d86db881c443f2840210ce82f22a2e">Both Medusa and Saleor are great frameworks to kickstart your ecommerce store. Depending on the stage your ecommerce business is in you can consider either commerce stacks.</div><div class="notion-text notion-block-8e047298da0446d78674b3dde3e7547f"><b>Medusa</b></div><ul class="notion-list notion-list-disc notion-block-c28212f6e793478d92eae5cd695c3b60"><li>For early-stage companies, and businesses looking to set up their first-time digital presence, this works well, given that it keeps the costs low and is easy to set up.</li></ul><ul class="notion-list notion-list-disc notion-block-0708cd98955c4026a558e0a909e1698f"><li>Companies looking to migrate away from Shopify</li></ul><ul class="notion-list notion-list-disc notion-block-32f0e01c68994de38e51d984016182dc"><li>Small companies and agencies which have few developers.</li></ul><div class="notion-text notion-block-9da685f52ca64b02a7662933b3683137"><b>Saleor</b></div><ul class="notion-list notion-list-disc notion-block-f52a4fd976d54d4cae4cd279e8baaa19"><li>For large enterprises and growth-stage companies, Saleor is given the inherent security and flexibility that it brings.</li></ul><ul class="notion-list notion-list-disc notion-block-668a092e06aa4c9c9f249b950778301d"><li>Companies looking at alternatives to enterprise Magento</li></ul><ul class="notion-list notion-list-disc notion-block-bdc338210302425d99a62a422b04f3e7"><li>Where a large team with a variety of skill sets exist, or you have a competent agency to help you</li></ul></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-055389e626534e00a701893e8da48070" data-id="055389e626534e00a701893e8da48070"><span><div id="055389e626534e00a701893e8da48070" class="notion-header-anchor"></div><a class="notion-hash-link" href="#055389e626534e00a701893e8da48070" 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><blockquote class="notion-quote notion-block-9d045159f2864235b1129621258fdc04"><div>引用的话语</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-55a4f3430d3240a28f341788a505435a" data-id="55a4f3430d3240a28f341788a505435a"><span><div id="55a4f3430d3240a28f341788a505435a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#55a4f3430d3240a28f341788a505435a" 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-c9c3f3d62b9042159212054e03b6161d">总结文章的内容</div><div class="notion-text notion-block-81ec4e5b743c4cc8928c95edf2ec747a">Medusa 电子商务开源框架的优点包括：
1.	灵活性：Medusa 提供了高度可定制的架构，允许开发人员根据业务需求对电子商务平台进行灵活的定制和扩展。
2.	可伸缩性：框架支持水平扩展，能够处理大量的用户和高并发流量，适应不断增长的业务需求。
3.	多商户支持：Medusa 支持创建多个独立的商户，每个商户都有自己的产品目录、价格策略和用户管理系统，方便构建多店铺的电商平台。
4.	强大的功能集：Medusa 框架提供了一系列丰富的功能，如商品管理、订单处理、支付集成、物流配送、促销营销等，帮助开发者快速搭建完整的电子商务系统。
5.	社区支持：作为开源框架，Medusa 拥有活跃的社区支持，开发者可以从社区中获取帮助、分享经验和贡献代码，从而加快开发过程并解决问题。
6.	安全性：Medusa 框架提供了各种安全功能和机制，如用户认证、数据加密、防止常见的网络攻击等，有助于保护电子商务平台的安全。
总之，Medusa 电子商务开源框架通过其灵活性、可伸缩性、多商户支持、功能集、社区支持和安全性等优势，为开发者提供了一个强大可靠的工具，用于构建定制化的电子商务平台。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-912d597d3de94d43b87713f6b5dd8023" data-id="912d597d3de94d43b87713f6b5dd8023"><span><div id="912d597d3de94d43b87713f6b5dd8023" class="notion-header-anchor"></div><a class="notion-hash-link" href="#912d597d3de94d43b87713f6b5dd8023" 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><ul class="notion-list notion-list-disc notion-block-ec1e7f4f74fd4a40a92e3f610e2adf2d"><li>Medusa 的部署</li><ul class="notion-list notion-list-disc notion-block-ec1e7f4f74fd4a40a92e3f610e2adf2d"><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-9f88e5bf3bf645a9b052c80b9c6a5bc6" href="https://dev.to/yinks/how-to-setup-a-medusa-server-locally-44e3"><div><div class="notion-bookmark-title">How to Setup A Medusa Server Locally</div><div class="notion-bookmark-description">Medusa is a NodeJS-based headless e-commerce platform marketed as an open-source and viable...</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://res.cloudinary.com/practicaldev/image/fetch/s--t7tVouP9--/c_limit,f_png,fl_progressive,q_80,w_192/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/devlogo-pwa-512.png?t=9f88e5bf-3bf6-45a9-b052-c80b9c6a5bc6" alt="How to Setup A Medusa Server Locally" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://dev.to/yinks/how-to-setup-a-medusa-server-locally-44e3</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://dev.to/social_previews/article/1214156.png?t=9f88e5bf-3bf6-45a9-b052-c80b9c6a5bc6" alt="How to Setup A Medusa Server Locally" loading="lazy" decoding="async"/></div></a></div></ul></ul><ul class="notion-list notion-list-disc notion-block-8db1f01e1ba44aef861345183cedc78f"><li>Medusa 前端样例</li><ul class="notion-list notion-list-disc notion-block-8db1f01e1ba44aef861345183cedc78f"><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-71b58e20d76c47f6aca9a949ce5ada50" href="https://next.medusajs.com/store"><div><div class="notion-bookmark-title">Store</div><div class="notion-bookmark-description">Explore all of our products.</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://next.medusajs.com/favicon.ico?t=71b58e20-d76c-47f6-aca9-a949ce5ada50" alt="Store" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://next.medusajs.com/store</div></div></div></a></div></ul></ul><ul class="notion-list notion-list-disc notion-block-8612bd86eac845d8a5ed8e6743abd9b3"><li>对比文章的中文机翻</li><ul class="notion-list notion-list-disc notion-block-8612bd86eac845d8a5ed8e6743abd9b3"><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-b3a2331c9e804a32a46e190d60edab18" href="https://devpress.csdn.net/opensource/62f90c5a7e6682346618b900.html"><div><div class="notion-bookmark-title">评测:Saleor vs Medusa 两个开源无头电子商务平台 Medusa 和 Saleor_javascript_开源小助理-开源</div><div class="notion-bookmark-description">美杜莎VS萨勒 电子商务客户通过各种媒体与平台进行交互,从手持手机到工作场所笔记本电脑和平板电脑。作为开发人员,我们的目标是工程可以提供的最佳用户体验。这就是无头商务适合的地方。 Medusa和Saleor是两个开源商业堆栈,它们为杂货店和小工具电子商务商店提供动力。这是一个简短的指南,可帮助您为您的电子商务商店选择合适的堆栈。 美杜莎 Medusa基于 Node.js 将自己定位为开源 Shop 开源小助理 开源</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://devpress.csdn.net/favicon.ico?t=b3a2331c-9e80-4a32-a46e-190d60edab18" alt="评测:Saleor vs Medusa 两个开源无头电子商务平台 Medusa 和 Saleor_javascript_开源小助理-开源" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://devpress.csdn.net/opensource/62f90c5a7e6682346618b900.html</div></div></div></a></div></ul></ul><div class="notion-blank notion-block-3ffee2f555694ff8bed8dd8f85b6690a"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[示例文章123]]></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-a1fe79740e0c4843890d6ca04d4f73d3"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-296c6737f2a64594bfac134965d0094b" data-id="296c6737f2a64594bfac134965d0094b"><span><div id="296c6737f2a64594bfac134965d0094b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#296c6737f2a64594bfac134965d0094b" 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><blockquote class="notion-quote notion-block-a6f4f86f999f4eefbc5d4cdd151f2e07"><div>书中自有黄金屋，书中自有颜如玉</div></blockquote><div class="notion-callout notion-gray_background_co notion-block-dd8c5d1013164afbb6e202469fae014f"><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-e63a2953b7894da4b0042f0e034c354d" data-id="e63a2953b7894da4b0042f0e034c354d"><span><div id="e63a2953b7894da4b0042f0e034c354d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e63a2953b7894da4b0042f0e034c354d" 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-79820744f3264095bbaa4315a7f57428">李白〔唐代〕<a target="_blank" rel="noopener noreferrer" class="notion-link" href="#a47eb4929c654ac4b8c895d00023a97e">参考[1]</a></div><div class="notion-text notion-block-a573a8778855485da3eac5fe20126c3a">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-388795f519624a1eadbfaea57b4c08de" 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=388795f5-1962-4a1e-adbf-aea57b4c08de" 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=388795f5-1962-4a1e-adbf-aea57b4c08de" alt="TANGLY&#x27;s BLOG | 记录思考、分享我的学习笔记" loading="lazy" decoding="async"/></div></a></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-7deb64626cfe4d1b9241fd07ad6199e1" data-id="7deb64626cfe4d1b9241fd07ad6199e1"><span><div id="7deb64626cfe4d1b9241fd07ad6199e1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7deb64626cfe4d1b9241fd07ad6199e1" 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-942871cd51474b548a5416c167daddce" data-id="942871cd51474b548a5416c167daddce"><span><div id="942871cd51474b548a5416c167daddce" class="notion-header-anchor"></div><a class="notion-hash-link" href="#942871cd51474b548a5416c167daddce" 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-e1132317aa50496aa90b3898dac8e6ae"><summary>其他更多语言</summary><div></div></details><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-fc9216e38a0642da9aa010f818c31212" data-id="fc9216e38a0642da9aa010f818c31212"><span><div id="fc9216e38a0642da9aa010f818c31212" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fc9216e38a0642da9aa010f818c31212" 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-6d972c0f96da4891aa287577c021f61c"><li>数学公式</li><ul class="notion-list notion-list-disc notion-block-6d972c0f96da4891aa287577c021f61c"></ul></ul><ul class="notion-list notion-list-disc notion-block-ffffd5ab582d42859c78c9cad5aeafeb"><li>化学方程</li><ul class="notion-list notion-list-disc notion-block-ffffd5ab582d42859c78c9cad5aeafeb"><div class="notion-text notion-block-27ef14ed07314233a15bfe54b30060e4"></div></ul></ul><details class="notion-toggle notion-block-a2eee57cba754404935eac5855847661"><summary>其他更多公式</summary><div><div class="notion-blank notion-block-e0b013454296486caed2131b00dd4804"> </div></div></details><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-bb01b0c105ff49d3b24ee7248d331e6f" data-id="bb01b0c105ff49d3b24ee7248d331e6f"><span><div id="bb01b0c105ff49d3b24ee7248d331e6f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#bb01b0c105ff49d3b24ee7248d331e6f" 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-129097d6f87e403e900b37a79c807232" data-id="129097d6f87e403e900b37a79c807232"><span><div id="129097d6f87e403e900b37a79c807232" class="notion-header-anchor"></div><a class="notion-hash-link" href="#129097d6f87e403e900b37a79c807232" 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-b82018c9b93b4f95a5709aa8fe163da8"><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-4b93aae869874f9e93d9c78c3185390d" data-id="4b93aae869874f9e93d9c78c3185390d"><span><div id="4b93aae869874f9e93d9c78c3185390d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4b93aae869874f9e93d9c78c3185390d" 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-b9a7e38e578643dd9e934d356142290d"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://file.notion.so/f/s/fab11580-96c3-4230-90f6-05257f00fb0a/%E6%B5%8B%E8%AF%95%E5%B5%8C%E5%85%A5PDF.pdf?id=b9a7e38e-5786-43dd-9e93-4d356142290d&amp;table=block&amp;spaceId=ff8eac83-9aca-48ab-8db5-62d963fe2973&amp;expirationTimestamp=1699286400000&amp;signature=IUup7T7XNg8HvOu5-oZZKcyQXXcSAG5u7BWTbzA1g-c"><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><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-c1a00831f3c74a81a61dd72ee49c3ed8" data-id="c1a00831f3c74a81a61dd72ee49c3ed8"><span><div id="c1a00831f3c74a81a61dd72ee49c3ed8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c1a00831f3c74a81a61dd72ee49c3ed8" 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><div><div></div><div class="notion-collection-header"><div class="notion-collection-header-title">照片集</div></div></div><div class="notion-collection notion-block-717e2de1f6584d278412fd4b9efa056a"><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="/c180764ebcae4a2884afac874b2c1abb"><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?t=c180764e-bcae-4a28-84af-ac874b2c1abb" 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="/ce37f10e3a4548ba8bce6461066e38e6"><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?t=ce37f10e-3a45-48ba-8bce-6461066e38e6" 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-35c4a587a41947ebb854347cfedc0270" data-id="35c4a587a41947ebb854347cfedc0270"><span><div id="35c4a587a41947ebb854347cfedc0270" class="notion-header-anchor"></div><a class="notion-hash-link" href="#35c4a587a41947ebb854347cfedc0270" 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-2b1b04a444a54094ae0b498968633124"><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><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-db339500b6ad485b92211af1ceaa96df" data-id="db339500b6ad485b92211af1ceaa96df"><span><div id="db339500b6ad485b92211af1ceaa96df" class="notion-header-anchor"></div><a class="notion-hash-link" href="#db339500b6ad485b92211af1ceaa96df" 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-2654f6c1eb77442e928eae95e1a0df3d"><div class="notion-column notion-block-258cc0bc631a416c8b1bf91f76923008" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><div class="notion-text notion-teal_background notion-block-287e62bd9ce443b48ac09e987f8a9f28">家庭</div><div class="notion-to-do notion-block-e6e13762ddc7461b9c9088a0bdac35e4"><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-9cce08f83fa74e8e8153cf03bbb8465d"><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-2044ee46e3ce4ce48020eab927f01cfb" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><div class="notion-text notion-blue_background notion-block-8b2b3297054e4c72b011bdc15585c50d">事业</div><div class="notion-to-do notion-block-f5cdb1d127b247b2b46d7cc3417931a7"><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-3d716c8386464b2188bc6143bd1b1632"><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-711db1b92cbf4d91829b8fe00a8c4282" data-id="711db1b92cbf4d91829b8fe00a8c4282"><span><div id="711db1b92cbf4d91829b8fe00a8c4282" class="notion-header-anchor"></div><a class="notion-hash-link" href="#711db1b92cbf4d91829b8fe00a8c4282" 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-31aa027a808a43f5b2bfd3eb59fd7c7a"><summary>点击展开</summary><div><details class="notion-toggle notion-block-8864e9453d344238821f86a484c85974"><summary>点击展开</summary><div><details class="notion-toggle notion-block-94be4ae547be4a17b8ab95796dee1855"><summary>点击展开</summary><div><div class="notion-text notion-block-1b4f1f3c67bf4ed6b9c20b0e16080e8d">内容可以多级嵌套</div></div></details></div></details></div></details><hr class="notion-hr notion-block-c7f1ecef53274a5bafbba62048a62e3e"/><div class="notion-blank notion-block-fa77966aa3324a68b42d1d800f864078"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-5ea32aee5fd340bbb38bb7a907deba57" data-id="5ea32aee5fd340bbb38bb7a907deba57"><span><div id="5ea32aee5fd340bbb38bb7a907deba57" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5ea32aee5fd340bbb38bb7a907deba57" 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-426875f7bfb14275a60654e482a22484">Notion支持将不同页面的块进行同步，即 SyncBlock，以下是来自另一个页面的块：</div><div class="notion-sync-block notion-block-cbfdb12f3c7a443fbc7966bd3adf0de7"><div class="notion-text notion-block-02fbbe61c43f451ea14438f93e06167f">【sync-block】这是一段来自示例文章-3的段落 ，通过 SyncBlock同步。</div></div><div class="notion-callout notion-gray_background_co notion-block-4c056ce19a3c42e3bc27a00f6efa8761"><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-e3e22e79871545499aad9fd41801fd97"><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%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fe078a58d-d9a8-48ac-8489-34d9d71b03c8%2FUntitled.png?table=block&amp;id=e3e22e79-8715-4549-9aad-9fd41801fd97&amp;t=e3e22e79-8715-4549-9aad-9fd41801fd97" alt="notion image" loading="lazy" decoding="async"/></div></figure></div></div><div class="notion-blank notion-block-d943e2fe317a444ca2f8db0a944e162a"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-368c89181ab34f31965571b80c76de5e" data-id="368c89181ab34f31965571b80c76de5e"><span><div id="368c89181ab34f31965571b80c76de5e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#368c89181ab34f31965571b80c76de5e" 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-2da98cf429e54544a9a3f6b96b7ca878">heading标题在博客中自动转为目录</div><div class="notion-row notion-block-d87da547cac54a548b890f39acffde13"><div class="notion-column notion-block-47d0ba5a829446f2b0beda51b5e2f2dc" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h3 class="notion-h notion-h2 notion-block-fb3abfa532174d46a19cd1d13634c756" data-id="fb3abfa532174d46a19cd1d13634c756"><span><div id="fb3abfa532174d46a19cd1d13634c756" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fb3abfa532174d46a19cd1d13634c756" 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-2ab9a11441a34f17b04b0979c1a49630">二级内容 1</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-5121580a12d247acbe0812ff3de3f3c7" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h3 class="notion-h notion-h2 notion-block-07d0aa80ae5a4f4696757b2c5129078c" data-id="07d0aa80ae5a4f4696757b2c5129078c"><span><div id="07d0aa80ae5a4f4696757b2c5129078c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#07d0aa80ae5a4f4696757b2c5129078c" 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-5771d75de81e4f1489cb060301ace4c8">二级内容2</div></div><div class="notion-spacer"></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-f3f71b9c334048c08fe70c86ca2b1e64" data-id="f3f71b9c334048c08fe70c86ca2b1e64"><span><div id="f3f71b9c334048c08fe70c86ca2b1e64" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f3f71b9c334048c08fe70c86ca2b1e64" 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-4e95df7f409544b3ae3c983aeef5ccbc"><div class="notion-column notion-block-56965b4bae5b4caeb9385e18fc491508" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h4 class="notion-h notion-h3 notion-block-7f6d285892de4386ba43cc18c1916425" data-id="7f6d285892de4386ba43cc18c1916425"><span><div id="7f6d285892de4386ba43cc18c1916425" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7f6d285892de4386ba43cc18c1916425" 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-76efd045aeb348348def3f1498e0707e">不同级别的heading代表不同级别的目录</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-18edb4fc6d1444e1b6037dd93b5e543c" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h4 class="notion-h notion-h3 notion-block-2fddd680e39b4edfaa30e4c659a25149" data-id="2fddd680e39b4edfaa30e4c659a25149"><span><div id="2fddd680e39b4edfaa30e4c659a25149" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fddd680e39b4edfaa30e4c659a25149" 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-d29c5aca1dbd45338b1b5bb70a2b5153">高一级目录嵌套低一级目录</div></div><div class="notion-spacer"></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-02edd1410663468d8a27456fd01fa0b3" data-id="02edd1410663468d8a27456fd01fa0b3"><span><div id="02edd1410663468d8a27456fd01fa0b3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#02edd1410663468d8a27456fd01fa0b3" 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-5788847571a8402491741b2ccbbf2b77"><li>事物的必然性</li></ul><ol start="1" class="notion-list notion-list-numbered notion-block-2a18c6239d7e4195a4ec2728b5fa20fa"><li>事物按规律变化，也有一种不可避免的性质．这种性质就叫做<b>必然性</b></li><ol class="notion-list notion-list-numbered notion-block-2a18c6239d7e4195a4ec2728b5fa20fa"><li>事物的必然性，是事物本身的性质（我们反对宿命论的是其认为这一切是受神明的支配，而不是反对事物发展中存在的不可避免的性质的事实）</li><ol class="notion-list notion-list-numbered notion-block-5fbbd86a7b6942459e93650442f94a50"><li>第三级别列表</li><li>第三级别列表</li></ol><li>其决定于它自己本身发展的情况和周围的条件</li><ol class="notion-list notion-list-numbered notion-block-cea06b12552e404e952f745389dc0285"><li>第三级别列表</li><ol class="notion-list notion-list-numbered notion-block-dfbf39e35a6041d6a35c30d9b3503238"><li>第三级别列表</li></ol></ol></ol></ol><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-6d100b41b54f4468befacc62b0e41807" data-id="6d100b41b54f4468befacc62b0e41807"><span><div id="6d100b41b54f4468befacc62b0e41807" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6d100b41b54f4468befacc62b0e41807" 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-ba6ae7d62e6e485da3a5cab7b4d13111">若要部署你的NotionNext项目，请复制该模板，并按照模板格式创建文章：</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-9aab456dda55471a9a5bf6e171ce96f0" 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=9aab456d-da55-471a-9a5b-f6e171ce96f0" alt="NOTION BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-text notion-block-e3599367f4c745cfad0d4d91643721c6">Notion页面中，每篇文章都将有以下属性🤔：</div><table class="notion-simple-table notion-block-8a0071f0b74c438cb30fe2e49b22a2fe"><tbody><tr class="notion-simple-table-row notion-block-bde5127734b9491da6b30c47998dbafa"><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-90af5faec2784ae0b865cb394e6a79d1"><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-9699c38f6e38402884725cd825b4c2e3"><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-eb1f93caf52b4ead9040fd671bb2d599"><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-24d94f2322cc43b2a11fc60af1b86d56"><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-7862600429db477895e9e67aced1f716"><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-9d9fd79643d0422e9d0b3b895226a2aa"><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-cec9679dd857443c97dedf36c6f8168a"><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-5e6bae212f634efe8e6809faaa0d0e3f"><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-0b717b6f716d4d5383a9d52beabcecd2"><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-d9ca22423c554db5b1157756aa2a6575"><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-3159e5a6803e46e49cf746470c9f5eaf" data-id="3159e5a6803e46e49cf746470c9f5eaf"><span><div id="3159e5a6803e46e49cf746470c9f5eaf" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3159e5a6803e46e49cf746470c9f5eaf" 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-31404b1d36f9436891efce9d47da4a06">系统支持 Waline\Giscus\Valine\GitTalk\Utterance\Cusdis\Twikoo六种评论插件，并且可以同时开启，点击评论区的Tab来体验。</div><div class="notion-text notion-block-4cbf8746567d4602abbaec04b1cb23ac">按照以下教程可以开启响应的评论插件</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-62ffd9ad9acc490d934e28cea4d76636" 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=62ffd9ad-9acc-490d-934e-28cea4d76636" 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=62ffd9ad-9acc-490d-934e-28cea4d76636" 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-95da3ca39dc24591950db43f1e75999c" 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=95da3ca3-9dc2-4591-950d-b43f1e75999c" 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=95da3ca3-9dc2-4591-950d-b43f1e75999c" 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-adf499c2abf5463fb79ecb4ab9c61da3" 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=adf499c2-abf5-463f-b79e-cb4ab9c61da3" 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=adf499c2-abf5-463f-b79e-cb4ab9c61da3&amp;t=adf499c2-abf5-463f-b79e-cb4ab9c61da3" alt="NotionNext配置Valine/Waline评论插件 | TANGLY&#x27;s BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-blank notion-block-127500ab15c747b8962959f2ad219f6e"> </div><div class="notion-file notion-block-4da65b6a355b438cb458edc2aaeaf48e"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://file.notion.so/f/s/20ecd1ff-e4de-4471-b86f-6f14ec891fc0/%E6%B5%8B%E8%AF%95%E5%B5%8C%E5%85%A5PDF.pdf?id=4da65b6a-355b-438c-b458-edc2aaeaf48e&amp;table=block&amp;spaceId=ff8eac83-9aca-48ab-8db5-62d963fe2973&amp;expirationTimestamp=1699286400000&amp;signature=FxkvSTvvNo9VF470UhALZFtOrJNScMlWBxxF-ZfUl04"><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-95a47346a1d448cea910ff362a737a91" data-id="95a47346a1d448cea910ff362a737a91"><span><div id="95a47346a1d448cea910ff362a737a91" class="notion-header-anchor"></div><a class="notion-hash-link" href="#95a47346a1d448cea910ff362a737a91" 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-44d74f7d525a484292eacbf601204995" data-id="44d74f7d525a484292eacbf601204995"><span><div id="44d74f7d525a484292eacbf601204995" class="notion-header-anchor"></div><a class="notion-hash-link" href="#44d74f7d525a484292eacbf601204995" 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-a82c22d8e22e4c939566535d933e050f">引用另一篇文章→<a class="notion-link" href="/e505051ad3504f4db50743c8911942d0"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🗒️">🗒️</span></div><span class="notion-page-title-text">模板说明</span></span></a> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[模板说明]]></title>
            <link>https://tangly1024.com/article/guide</link>
            <guid>https://tangly1024.com/article/guide</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<- 点击标题OPEN按钮：查看此Notion数据库的使用方法]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-e505051ad3504f4db50743c8911942d0"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-table-of-contents notion-gray notion-block-a2d8338bffef48ed98c01f1e432795fe"><a href="#e93fa47b0c5f4491b6be1486b260c8f5" class="notion-table-of-contents-item"><span class="notion-table-of-contents-item-body" style="display:inline-block;margin-left:0">模板使用说明</span></a><a href="#7b51237dc25f44b1be6d7f4cccce1089" class="notion-table-of-contents-item"><span class="notion-table-of-contents-item-body" style="display:inline-block;margin-left:0">更多说明帮助</span></a></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e93fa47b0c5f4491b6be1486b260c8f5" data-id="e93fa47b0c5f4491b6be1486b260c8f5"><span><div id="e93fa47b0c5f4491b6be1486b260c8f5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e93fa47b0c5f4491b6be1486b260c8f5" 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-df35a7246a424f02be0050244c72b7ca">您的NotionNext项目必须绑定一个Notion数据库才能使用。</div><div class="notion-text notion-block-9aecdcb2130e41f8b14791b69cdc255c">请复制该模板到您的Notion中，并按照模板格式创建文章：</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-9a974c8733464366ace0109735955d8b" 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=9a974c87-3346-4366-ace0-109735955d8b" alt="NOTION BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-blank notion-block-d69f556314544a0fba9bef3ccf0a4436"> </div><div class="notion-sync-block notion-block-c5083f035b904a59a68992c63a169e08"><h3 class="notion-h notion-h2 notion-block-25993f79ad7a4e1f91ef06a51d5c032a" data-id="25993f79ad7a4e1f91ef06a51d5c032a"><span><div id="25993f79ad7a4e1f91ef06a51d5c032a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#25993f79ad7a4e1f91ef06a51d5c032a" title="Notion模板字段说明"><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">Notion模板字段说明</span></span></h3><div class="notion-text notion-block-63740946a54d4c1bb8a55f118c614b27">Notion数据库中，每条数据都将有以下属性🤔：</div><table class="notion-simple-table notion-block-cd4a0952af354d2abb8194dbe60ff527"><tbody><tr class="notion-simple-table-row notion-block-f4754dfa959b4e54a176b54c663625d8"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell">属性</div></td><td class="" style="width:46.989585876464844px"><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-a2351bf3d15b42439c554c680faa19b4"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">title</code></div></td><td class="" style="width:46.989585876464844px"><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-ad9e36c829ac4663bc25dd0463188780"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">status</code></div></td><td class="" style="width:46.989585876464844px"><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-78eed721df694864a5ba3ac1a253f890"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">type</code></div></td><td class="" style="width:46.989585876464844px"><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-a3d7670dc37349c59b37058ee5754247"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">summary</code></div></td><td class="" style="width:46.989585876464844px"><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-df7c67d560fe4596808394b830fe3272"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">date</code></div></td><td class="" style="width:46.989585876464844px"><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-c4147362b5a4487eb74f66116a61acd6"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">category</code></div></td><td class="" style="width:46.989585876464844px"><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-b75bbfa15ab445969f2b893b2164e81a"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">tags</code></div></td><td class="" style="width:46.989585876464844px"><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-e8f4722a6944406c9b085abb9044ed05"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">slug</code></div></td><td class="" style="width:46.989585876464844px"><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-08da81e07fda472c8096529b72f7e05c"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">icon</code></div></td><td class="" style="width:46.989585876464844px"><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>/<code class="notion-inline-code">Menu</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-1e20501ca36b40edaab9675679828f36"><td class="" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">password</code></div></td><td class="" style="width:46.989585876464844px"><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><div class="notion-blank notion-block-cb3358ecd4d74a568e827ec5ddac6ad9"> </div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-7b51237dc25f44b1be6d7f4cccce1089" data-id="7b51237dc25f44b1be6d7f4cccce1089"><span><div id="7b51237dc25f44b1be6d7f4cccce1089" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7b51237dc25f44b1be6d7f4cccce1089" 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-4d1b317b20564b308a975765eb9cbb96">请访问教程</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-1c8bcfa480284acd9cc22e5b050801c9" href="https://tangly1024.com/article/notion-next-guide"><div><div class="notion-bookmark-title">NotionNext 操作手册 | TANGLY’s BLOG</div><div class="notion-bookmark-description">介绍NotionNext的所有功能和常见问题说明</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://tangly1024.com/favicon.ico?t=1c8bcfa4-8028-4acd-9cc2-2e5b050801c9" alt="NotionNext 操作手册 | TANGLY’s BLOG" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://tangly1024.com/article/notion-next-guide</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://images.unsplash.com/photo-1587620931276-d97f425f62b9?ixlib=rb-4.0.3&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;t=1c8bcfa4-8028-4acd-9cc2-2e5b050801c9" alt="NotionNext 操作手册 | TANGLY’s BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-blank notion-block-a8e83fe367c9428b81f136b22bd2246f"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[空白文章3]]></title>
            <link>https://tangly1024.com/article/example-3</link>
            <guid>https://tangly1024.com/article/example-3</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-5814646793eb4e4ea6d0276e8fb51814"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-blank notion-block-32712f9fd8084142b7980ff16078ef01"> </div><div class="notion-callout notion-gray_background_co notion-block-86c7c0b8cd3a4736b50b8b82f798841d"><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 class="notion-text notion-block-eb19d9201ad84cf9a8d51bfe7c249a9d">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-aa70a238ecff4fc9b69f1117b64ea05d"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-4372ba40480d4151bb6d32bc8c8b0697" data-id="4372ba40480d4151bb6d32bc8c8b0697"><span><div id="4372ba40480d4151bb6d32bc8c8b0697" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4372ba40480d4151bb6d32bc8c8b0697" 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-1b4f92b06c8c42a4ace19903a499bb64" data-id="1b4f92b06c8c42a4ace19903a499bb64"><span><div id="1b4f92b06c8c42a4ace19903a499bb64" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1b4f92b06c8c42a4ace19903a499bb64" 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><blockquote class="notion-quote notion-block-e49516c4c46a40be87a3983bc2760cb0"><div>引用的话语</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-61a64117be0c4ecbb4ebcd8686bbc777" data-id="61a64117be0c4ecbb4ebcd8686bbc777"><span><div id="61a64117be0c4ecbb4ebcd8686bbc777" class="notion-header-anchor"></div><a class="notion-hash-link" href="#61a64117be0c4ecbb4ebcd8686bbc777" 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><blockquote class="notion-quote notion-block-799b64264c3b464fb1784d951a7457ef"><div>引用的话语</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e31819c91c064245bc7e54f09d4d4616" data-id="e31819c91c064245bc7e54f09d4d4616"><span><div id="e31819c91c064245bc7e54f09d4d4616" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e31819c91c064245bc7e54f09d4d4616" 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-066d8c54c5794752a750797dc61ecb80">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-4dfd81a005b746f29c50de77e6a15b9d" data-id="4dfd81a005b746f29c50de77e6a15b9d"><span><div id="4dfd81a005b746f29c50de77e6a15b9d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4dfd81a005b746f29c50de77e6a15b9d" 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><ul class="notion-list notion-list-disc notion-block-461a19fbb98144c4af1cb72ac562e7b1"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-8ccd9059e5a645dc9beed39424514cdb"><li>引用文章</li></ul><div class="notion-blank notion-block-194c6271dd3f4aceb4f7b8658a135839"> </div><div class="notion-callout notion-gray_background_co notion-block-5392870b4676465c8d387eb20e5a01ad"><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">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[空白文章4]]></title>
            <link>https://tangly1024.com/article/example-4</link>
            <guid>https://tangly1024.com/article/example-4</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-cfc09aa14a544d1f9d8169dd5edcf16e"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-843ca65e55814c93989b3313e03d97bb"><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 class="notion-text notion-block-296dd5c61efa4ee9a8a94a50143d42e3">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-4a567d129c6c4f1a82ffb746ab389df6"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e9eaec58c4f9432d9b8614a534083bfe" data-id="e9eaec58c4f9432d9b8614a534083bfe"><span><div id="e9eaec58c4f9432d9b8614a534083bfe" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e9eaec58c4f9432d9b8614a534083bfe" 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-f5ddbc5d52cf485d9c017ef6da4c23af" data-id="f5ddbc5d52cf485d9c017ef6da4c23af"><span><div id="f5ddbc5d52cf485d9c017ef6da4c23af" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f5ddbc5d52cf485d9c017ef6da4c23af" 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><blockquote class="notion-quote notion-block-7837eb00e6ab45be881262b936d079d3"><div>引用的话语</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-fc00864cdcd049adb6802368b4a15f3d" data-id="fc00864cdcd049adb6802368b4a15f3d"><span><div id="fc00864cdcd049adb6802368b4a15f3d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fc00864cdcd049adb6802368b4a15f3d" 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><blockquote class="notion-quote notion-block-a7ee0c1bcba54a04a4bf3d939cc068ef"><div>引用的话语</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-534d375b76bd409c9a2ec474fbc32d54" data-id="534d375b76bd409c9a2ec474fbc32d54"><span><div id="534d375b76bd409c9a2ec474fbc32d54" class="notion-header-anchor"></div><a class="notion-hash-link" href="#534d375b76bd409c9a2ec474fbc32d54" 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-2b28f7d24f724918b509634b113126e6">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-af1b3182bda24326a9f4dcb2b406c959" data-id="af1b3182bda24326a9f4dcb2b406c959"><span><div id="af1b3182bda24326a9f4dcb2b406c959" class="notion-header-anchor"></div><a class="notion-hash-link" href="#af1b3182bda24326a9f4dcb2b406c959" 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><ul class="notion-list notion-list-disc notion-block-bd3a52a1831f44cabc818f1515435603"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-723c69fb3f164029a10e840f6029df66"><li>引用文章</li></ul><div class="notion-blank notion-block-9f5ac69ec6334ad4a4a396c01e36c5d5"> </div><div class="notion-callout notion-gray_background_co notion-block-69bd02293e8742fcbeaa1b5d4d3bc356"><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">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>