<?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>williamwei 博客</title>
        <link>https://www.156781.xyz//</link>
        <description>一个NotionNext搭建的博客</description>
        <lastBuildDate>Fri, 10 Jan 2025 14:13:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en-US</language>
        <copyright>All rights reserved 2025, williamwei</copyright>
        <item>
            <title><![CDATA[如何快速运行GitHub项目]]></title>
            <link>https://www.156781.xyz//learning/example-12</link>
            <guid>https://www.156781.xyz//learning/example-12</guid>
            <pubDate>Fri, 03 Jan 2025 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-17053ece2228808c9e12c4cb8c2c62a6"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-17053ece22288178a073cceb915c50f1"><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">GitHub 是开发者存放和分享代码的热门平台，但对于刚接触它的人来说，如何运行一个 GitHub 项目可能并不直观。本篇文章将从零开始，手把手教你如何运行一个 GitHub 项目，包括环境准备、项目克隆、依赖安装和运行等步</div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-17053ece222880bb9fd9f36e13d66375" data-id="17053ece222880bb9fd9f36e13d66375"><span><div id="17053ece222880bb9fd9f36e13d66375" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880bb9fd9f36e13d66375" title="如何快速运行 GitHub 项目：从克隆到部署的完整指南"><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">如何快速运行 GitHub 项目：从克隆到部署的完整指南</span></span></h2><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece2228808595c2f367995afa74" data-id="17053ece2228808595c2f367995afa74"><span><div id="17053ece2228808595c2f367995afa74" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece2228808595c2f367995afa74" title="1. 什么是 GitHub 项目？"><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. 什么是 GitHub 项目？</span></span></h4><div class="notion-text notion-block-17053ece222880fea746e31fef4e9e97">GitHub 项目是开发者托管在 GitHub 平台上的代码仓库，通常包含一个完整的项目代码、配置文件和说明文档（如 <code class="notion-inline-code">README.md</code>）。你可以克隆这些项目到本地，安装依赖后运行或开发。</div><hr class="notion-hr notion-block-17053ece222880ebbb34e2e4fd6c65be"/><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece2228807c8dfae9fad4198e68" data-id="17053ece2228807c8dfae9fad4198e68"><span><div id="17053ece2228807c8dfae9fad4198e68" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece2228807c8dfae9fad4198e68" title="2. 运行 GitHub 项目的准备工作"><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. 运行 GitHub 项目的准备工作</span></span></h4><div class="notion-text notion-block-17053ece2228802895a1d0f28b834583">在运行 GitHub 项目之前，需要确保以下环境已配置好：</div><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece2228801e9ae1ed26ab365798"><li><b>安装 Git</b>
Git 是一个版本控制工具，用于从 GitHub 克隆项目。安装步骤：</li><ol class="notion-list notion-list-numbered notion-block-17053ece2228801e9ae1ed26ab365798"><ul class="notion-list notion-list-disc notion-block-05c3330984464a1b988cbdbc9e1623b2"><li>在 Linux 上：</li><ul class="notion-list notion-list-disc notion-block-05c3330984464a1b988cbdbc9e1623b2"></ul></ul><ul class="notion-list notion-list-disc notion-block-d6e98808b96d4623bcf7b53ec42a0853"><li>在 macOS 上：</li><ul class="notion-list notion-list-disc notion-block-d6e98808b96d4623bcf7b53ec42a0853"></ul></ul><ul class="notion-list notion-list-disc notion-block-298bc83737f34a2bb540c71db8cc2a19"><li>在 Windows 上：从 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://git-scm.com/">Git 官方网站</a> 下载并安装。</li></ul><div class="notion-text notion-block-28736ff837584787ae31ee7168d744d6">验证安装：</div></ol></ol><ul class="notion-list notion-list-disc notion-block-17053ece22288014815ff57f517403ea"><li>在 Linux 上：</li><ul class="notion-list notion-list-disc notion-block-17053ece22288014815ff57f517403ea"></ul></ul><ul class="notion-list notion-list-disc notion-block-17053ece22288072b6a3c7f9fe951b8a"><li>在 macOS 上：</li><ul class="notion-list notion-list-disc notion-block-17053ece22288072b6a3c7f9fe951b8a"></ul></ul><ul class="notion-list notion-list-disc notion-block-17053ece2228804eaf21f3e5bc6855fa"><li>在 Windows 上：从 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://git-scm.com/">Git 官方网站</a> 下载并安装。</li></ul><div class="notion-text notion-block-17053ece222880ed8e84efcb02bc72d9">验证安装：</div><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880aa868dde894fda245e"><li><b>安装项目所需的语言环境</b>
GitHub 项目通常基于某种语言或框架，例如：</li><ol class="notion-list notion-list-numbered notion-block-17053ece222880aa868dde894fda245e"><ul class="notion-list notion-list-disc notion-block-c615c3cdceff4d568bc2dad2832ce389"><li><b>Node.js 项目</b>：安装 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://nodejs.org/">Node.js</a> 和 npm。</li></ul><ul class="notion-list notion-list-disc notion-block-0b1def4a260e4a2c969e4779aee7a465"><li><b>Python 项目</b>：安装 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.python.org/">Python</a> 和 pip。</li></ul><ul class="notion-list notion-list-disc notion-block-c29eca1dfd9c4c48bbedc4439f505944"><li><b>Java 项目</b>：安装 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.oracle.com/java/technologies/javase-downloads.html">JDK</a>。</li></ul><ul class="notion-list notion-list-disc notion-block-b3273f5377da461c9f86171c683dbc75"><li><b>Ruby 项目</b>：安装 Ruby 和 Bundler。</li></ul></ol></ol><ul class="notion-list notion-list-disc notion-block-17053ece222880fa9b53f2a15576dccd"><li><b>Node.js 项目</b>：安装 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://nodejs.org/">Node.js</a> 和 npm。</li></ul><ul class="notion-list notion-list-disc notion-block-17053ece2228804495d4c5ff11474a85"><li><b>Python 项目</b>：安装 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.python.org/">Python</a> 和 pip。</li></ul><ul class="notion-list notion-list-disc notion-block-17053ece222880d983e5d5de21855e7c"><li><b>Java 项目</b>：安装 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.oracle.com/java/technologies/javase-downloads.html">JDK</a>。</li></ul><ul class="notion-list notion-list-disc notion-block-17053ece2228804a8e80c6faf9c561ef"><li><b>Ruby 项目</b>：安装 Ruby 和 Bundler。</li></ul><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880fa8a14db154815e36c"><li><b>安装依赖管理工具</b></li><ol class="notion-list notion-list-numbered notion-block-17053ece222880fa8a14db154815e36c"><ul class="notion-list notion-list-disc notion-block-0d1caa9fc7fe4ae49998d010a7b13325"><li>不同项目可能依赖工具（如 <code class="notion-inline-code">npm</code>、<code class="notion-inline-code">pip</code>、<code class="notion-inline-code">composer</code> 等），后续会根据项目类型详细说明。</li></ul></ol></ol><ul class="notion-list notion-list-disc notion-block-17053ece2228806886d9c005fb8c4961"><li>不同项目可能依赖工具（如 <code class="notion-inline-code">npm</code>、<code class="notion-inline-code">pip</code>、<code class="notion-inline-code">composer</code> 等），后续会根据项目类型详细说明。</li></ul><hr class="notion-hr notion-block-17053ece222880e09635d92446083b87"/><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880f99877f69800bf4c9f" data-id="17053ece222880f99877f69800bf4c9f"><span><div id="17053ece222880f99877f69800bf4c9f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880f99877f69800bf4c9f" title="3. 克隆 GitHub 项目到本地"><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. 克隆 GitHub 项目到本地</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880d49d59dd02a47465e9" data-id="17053ece222880d49d59dd02a47465e9"><span><div id="17053ece222880d49d59dd02a47465e9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880d49d59dd02a47465e9" title="查找项目的 Git 仓库 URL"><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">查找项目的 Git 仓库 URL</span></span></h4><div class="notion-text notion-block-17053ece222880faa7bccf597ed686a8">在 GitHub 项目的页面，点击 <b>绿色的 &quot;Code&quot; 按钮</b>，复制项目的 HTTPS URL，例如：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880a3acd3f1f9d8b20bbe" data-id="17053ece222880a3acd3f1f9d8b20bbe"><span><div id="17053ece222880a3acd3f1f9d8b20bbe" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880a3acd3f1f9d8b20bbe" title="克隆项目到本地"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">克隆项目到本地</span></span></h4><div class="notion-text notion-block-17053ece2228802eb0f0e55153816640">运行以下命令克隆项目到当前目录：</div><div class="notion-text notion-block-17053ece2228805682d2d6e80df7d804">克隆完成后，进入项目目录：</div><hr class="notion-hr notion-block-17053ece2228807e986ff6731d9304ca"/><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece22288061a100d0e6cd10bec4" data-id="17053ece22288061a100d0e6cd10bec4"><span><div id="17053ece22288061a100d0e6cd10bec4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece22288061a100d0e6cd10bec4" title="4. 阅读项目的 README.md"><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. 阅读项目的 <code class="notion-inline-code">README.md</code></span></span></h4><div class="notion-text notion-block-17053ece2228807693a3cc2e39a2b0ff">进入项目目录后，查看 <code class="notion-inline-code">README.md</code> 文件。这个文件通常包含：</div><ul class="notion-list notion-list-disc notion-block-17053ece2228802ba02ef3fd30b9a10f"><li>项目简介。</li></ul><ul class="notion-list notion-list-disc notion-block-17053ece2228800b87e9ecae0e5334d0"><li>安装步骤。</li></ul><ul class="notion-list notion-list-disc notion-block-17053ece22288066a448ced3cad8646a"><li>运行项目的命令。</li></ul><div class="notion-text notion-block-17053ece222880b9b35df6539dd72e68">运行 GitHub 项目之前，建议详细阅读该文件。</div><hr class="notion-hr notion-block-17053ece2228806abbf7cd8abd40c199"/><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece22288041b5a1eaca9df64c7e" data-id="17053ece22288041b5a1eaca9df64c7e"><span><div id="17053ece22288041b5a1eaca9df64c7e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece22288041b5a1eaca9df64c7e" 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></h4><div class="notion-text notion-block-17053ece222880b7a3f1d892645473a3">不同类型的项目有不同的依赖安装方式。以下是常见项目类型及其依赖安装方式：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880bd9121f5d46b824008" data-id="17053ece222880bd9121f5d46b824008"><span><div id="17053ece222880bd9121f5d46b824008" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880bd9121f5d46b824008" title="Node.js 项目"><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">Node.js 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece222880d9b4caf26e4dfa0efd"><li>如果项目包含 <code class="notion-inline-code">package.json</code> 文件：</li><ul class="notion-list notion-list-disc notion-block-17053ece222880d9b4caf26e4dfa0efd"></ul></ul><ul class="notion-list notion-list-disc notion-block-17053ece2228807aa1e8f04be959cee0"><li>如果项目使用 Yarn：</li><ul class="notion-list notion-list-disc notion-block-17053ece2228807aa1e8f04be959cee0"></ul></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880e9bb9ed74cef60497e" data-id="17053ece222880e9bb9ed74cef60497e"><span><div id="17053ece222880e9bb9ed74cef60497e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880e9bb9ed74cef60497e" title="Python 项目"><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">Python 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece222880d6b036d1bf3d0844c5"><li>如果项目包含 <code class="notion-inline-code">requirements.txt</code> 文件：</li><ul class="notion-list notion-list-disc notion-block-17053ece222880d6b036d1bf3d0844c5"></ul></ul><ul class="notion-list notion-list-disc notion-block-17053ece222880f8aa76f50c7effdc2a"><li>如果使用 <code class="notion-inline-code">Poetry</code>：</li><ul class="notion-list notion-list-disc notion-block-17053ece222880f8aa76f50c7effdc2a"></ul></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880be9493f1caad10bc7d" data-id="17053ece222880be9493f1caad10bc7d"><span><div id="17053ece222880be9493f1caad10bc7d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880be9493f1caad10bc7d" title="Java 项目"><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">Java 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece222880658fb4e2bf17b13123"><li>如果项目使用 Maven：</li><ul class="notion-list notion-list-disc notion-block-17053ece222880658fb4e2bf17b13123"></ul></ul><ul class="notion-list notion-list-disc notion-block-17053ece222880fab7ebc723c459ff31"><li>如果项目使用 Gradle：</li><ul class="notion-list notion-list-disc notion-block-17053ece222880fab7ebc723c459ff31"></ul></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece2228802487f7efb11c05efa8" data-id="17053ece2228802487f7efb11c05efa8"><span><div id="17053ece2228802487f7efb11c05efa8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece2228802487f7efb11c05efa8" title="PHP 项目"><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">PHP 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece222880369373f7eb605a5dd0"><li>如果项目使用 Composer：</li><ul class="notion-list notion-list-disc notion-block-17053ece222880369373f7eb605a5dd0"></ul></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece2228803bae3de42fb770a84e" data-id="17053ece2228803bae3de42fb770a84e"><span><div id="17053ece2228803bae3de42fb770a84e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece2228803bae3de42fb770a84e" title="Ruby 项目"><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">Ruby 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece2228802ba145e5c061c8f9e7"><li>如果项目包含 <code class="notion-inline-code">Gemfile</code>：</li><ul class="notion-list notion-list-disc notion-block-17053ece2228802ba145e5c061c8f9e7"></ul></ul><hr class="notion-hr notion-block-17053ece22288067a9ffc0337e583cdb"/><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece22288008a52cf072936811d6" data-id="17053ece22288008a52cf072936811d6"><span><div id="17053ece22288008a52cf072936811d6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece22288008a52cf072936811d6" 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></h4><div class="notion-text notion-block-17053ece2228801b8183f703414e2c4a">运行项目的命令通常也在 <code class="notion-inline-code">README.md</code> 文件中标明，以下是常见的运行方式：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880c9bb46deddbfae27f8" data-id="17053ece222880c9bb46deddbfae27f8"><span><div id="17053ece222880c9bb46deddbfae27f8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880c9bb46deddbfae27f8" title="Node.js 项目"><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">Node.js 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece2228805aaf01d596addd707b"><li>启动项目：</li><ul class="notion-list notion-list-disc notion-block-17053ece2228805aaf01d596addd707b"></ul></ul><ul class="notion-list notion-list-disc notion-block-17053ece2228808fb859f35881a273e3"><li>如果有前端构建工具（如 Webpack）：</li><ul class="notion-list notion-list-disc notion-block-17053ece2228808fb859f35881a273e3"></ul></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece2228803a8674e8994edc0521" data-id="17053ece2228803a8674e8994edc0521"><span><div id="17053ece2228803a8674e8994edc0521" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece2228803a8674e8994edc0521" title="Python 项目"><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">Python 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece22288010bba0c8e75e0a9eed"><li>如果是一个 Python 脚本项目：</li><ul class="notion-list notion-list-disc notion-block-17053ece22288010bba0c8e75e0a9eed"></ul></ul><ul class="notion-list notion-list-disc notion-block-17053ece2228804a9ac7db34b7aaebb1"><li>如果是 Flask 或 Django 项目：</li><ul class="notion-list notion-list-disc notion-block-17053ece2228804a9ac7db34b7aaebb1"></ul></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880108996d96cd283814a" data-id="17053ece222880108996d96cd283814a"><span><div id="17053ece222880108996d96cd283814a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880108996d96cd283814a" title="Java 项目"><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">Java 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece2228807ab420f6c9834c7188"><li>使用 Maven 或 Gradle 启动：或者直接运行编译后的 JAR 文件：</li><ul class="notion-list notion-list-disc notion-block-17053ece2228807ab420f6c9834c7188"></ul></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880f984d8e111a534b8ea" data-id="17053ece222880f984d8e111a534b8ea"><span><div id="17053ece222880f984d8e111a534b8ea" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880f984d8e111a534b8ea" title="PHP 项目"><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">PHP 项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece22288087be56c7a74f095840"><li>如果是 Laravel 项目：</li><ul class="notion-list notion-list-disc notion-block-17053ece22288087be56c7a74f095840"></ul></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880bfb804c64501c94d1c" data-id="17053ece222880bfb804c64501c94d1c"><span><div id="17053ece222880bfb804c64501c94d1c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880bfb804c64501c94d1c" title="其他项目"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">其他项目</span></span></h4><ul class="notion-list notion-list-disc notion-block-17053ece22288018b110d56e70c0ca21"><li>根据 <code class="notion-inline-code">README.md</code> 或相关文档中的说明运行。</li></ul><hr class="notion-hr notion-block-17053ece22288055baf4dab85b70c317"/><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece22288086bfb9f5f93b109356" data-id="17053ece22288086bfb9f5f93b109356"><span><div id="17053ece22288086bfb9f5f93b109356" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece22288086bfb9f5f93b109356" 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></h4><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece22288033877ac51ad22aa7cc"><li><b>依赖安装失败</b></li><ol class="notion-list notion-list-numbered notion-block-17053ece22288033877ac51ad22aa7cc"><ul class="notion-list notion-list-disc notion-block-c65e41c6966d427893fb765df6d26884"><li>检查网络环境，可能需要配置代理。</li></ul><ul class="notion-list notion-list-disc notion-block-90ee4f8c007c4c53a30fa03e90567594"><li>确保语言环境和版本符合项目要求。</li></ul></ol></ol><ul class="notion-list notion-list-disc notion-block-17053ece2228809da493e2e86713aa84"><li>检查网络环境，可能需要配置代理。</li></ul><ul class="notion-list notion-list-disc notion-block-17053ece222880e3b66ce5f9212dacc0"><li>确保语言环境和版本符合项目要求。</li></ul><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880c9819aca6850a76f7c"><li><b>缺少配置文件</b></li><ol class="notion-list notion-list-numbered notion-block-17053ece222880c9819aca6850a76f7c"><ul class="notion-list notion-list-disc notion-block-502f954c6e924096966616d44d1256dd"><li>检查项目是否提供了模板配置文件（如 <code class="notion-inline-code">.env.example</code>）。</li></ul><ul class="notion-list notion-list-disc notion-block-c452b7c94a844ddc96fd04adfdf6fb0a"><li>根据模板创建 <code class="notion-inline-code">.env</code> 文件并填写必要的配置信息。</li></ul></ol></ol><ul class="notion-list notion-list-disc notion-block-17053ece22288049bba0f8dfb49a2a6b"><li>检查项目是否提供了模板配置文件（如 <code class="notion-inline-code">.env.example</code>）。</li></ul><ul class="notion-list notion-list-disc notion-block-17053ece222880d78273e8ab8e7bca97"><li>根据模板创建 <code class="notion-inline-code">.env</code> 文件并填写必要的配置信息。</li></ul><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880268c76e2fb8f05053a"><li><b>端口被占用</b></li><ol class="notion-list notion-list-numbered notion-block-17053ece222880268c76e2fb8f05053a"><ul class="notion-list notion-list-disc notion-block-517f1a1b6368421b9cc188eea0561fed"><li>如果项目提示端口被占用，可以手动更改端口或释放占用：</li><ul class="notion-list notion-list-disc notion-block-517f1a1b6368421b9cc188eea0561fed"></ul></ul></ol></ol><ul class="notion-list notion-list-disc notion-block-17053ece222880879586facbc661983a"><li>如果项目提示端口被占用，可以手动更改端口或释放占用：</li><ul class="notion-list notion-list-disc notion-block-17053ece222880879586facbc661983a"></ul></ul><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880eb8ee2e6b8447bc249"><li><b>无法访问依赖服务</b></li><ol class="notion-list notion-list-numbered notion-block-17053ece222880eb8ee2e6b8447bc249"><ul class="notion-list notion-list-disc notion-block-e3bac11c556a43e097af9d0f416c9a42"><li>确保所需的服务（如数据库、Redis 等）已启动。</li></ul></ol></ol><ul class="notion-list notion-list-disc notion-block-17053ece222880368a5aed7945e16de3"><li>确保所需的服务（如数据库、Redis 等）已启动。</li></ul><hr class="notion-hr notion-block-17053ece2228806a92a4f4cc9b26f30f"/><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880df8b04c3fd96293a2d" data-id="17053ece222880df8b04c3fd96293a2d"><span><div id="17053ece222880df8b04c3fd96293a2d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880df8b04c3fd96293a2d" title="8. 提交修改到 GitHub（可选）"><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. 提交修改到 GitHub（可选）</span></span></h4><div class="notion-text notion-block-17053ece2228804697f1e6ebdbf0327f">如果你对项目做了修改，并希望提交到 GitHub，可以执行以下步骤：</div><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece22288041a8c4eece43c59dc3"><li><b>创建新分支</b>：</li><ol class="notion-list notion-list-numbered notion-block-17053ece22288041a8c4eece43c59dc3"></ol></ol><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880419bd3ecc609b5d7aa"><li><b>提交更改</b>：</li><ol class="notion-list notion-list-numbered notion-block-17053ece222880419bd3ecc609b5d7aa"></ol></ol><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880d1ab52f416da01361a"><li><b>推送到远程仓库</b>：</li><ol class="notion-list notion-list-numbered notion-block-17053ece222880d1ab52f416da01361a"></ol></ol><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880dbad72ca0ad9e2fed0"><li><b>发起 Pull Request</b>：</li><ol class="notion-list notion-list-numbered notion-block-17053ece222880dbad72ca0ad9e2fed0"><ul class="notion-list notion-list-disc notion-block-14ed89eaae5c47c99d2a96c26093ad73"><li>登录 GitHub，找到你的分支，发起 Pull Request。</li></ul></ol></ol><ul class="notion-list notion-list-disc notion-block-17053ece2228806998dbfcbdd99454a1"><li>登录 GitHub，找到你的分支，发起 Pull Request。</li></ul><hr class="notion-hr notion-block-17053ece222880668148f8e8858da46c"/><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-17053ece222880e3aa8de6bdd3311ee9" data-id="17053ece222880e3aa8de6bdd3311ee9"><span><div id="17053ece222880e3aa8de6bdd3311ee9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17053ece222880e3aa8de6bdd3311ee9" title="9. 总结"><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">9. 总结</span></span></h4><div class="notion-text notion-block-17053ece222880889f88d351f1c414ed">运行 GitHub 项目需要几个关键步骤：</div><ol start="1" class="notion-list notion-list-numbered notion-block-17053ece222880669255fd7c5daebb82"><li>准备好所需的开发环境。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-17053ece22288083b284e1b990f55de2"><li>克隆项目到本地并安装依赖。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-17053ece22288072b555f93fd4b0db5b"><li>按照项目说明启动服务或脚本。</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-17053ece222880ce9040d6e2824462c5"><li>如果遇到问题，检查文档、配置文件或搜索相关解决方法。</li></ol><div class="notion-text notion-block-17053ece222880819c63efb4c364e6de">通过以上步骤，你应该可以顺利运行大多数 GitHub 项目。希望本文能帮助你快速上手 GitHub 项目，开始自己的开发之旅！</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[示例文章]]></title>
            <link>https://www.156781.xyz//technology/example-1</link>
            <guid>https://www.156781.xyz//technology/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-15a53ece22288141b940e08ece2baf71"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece2228814d856ff7841e9eab01" data-id="15a53ece2228814d856ff7841e9eab01"><span><div id="15a53ece2228814d856ff7841e9eab01" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece2228814d856ff7841e9eab01" 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-15a53ece222881b69dc2e28b95b76481"><div>书中自有黄金屋，书中自有颜如玉</div></blockquote><div class="notion-callout notion-gray_background_co notion-block-15a53ece22288104a826d2a31f100903"><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-15a53ece222881e3919cfce74062e52e" data-id="15a53ece222881e3919cfce74062e52e"><span><div id="15a53ece222881e3919cfce74062e52e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881e3919cfce74062e52e" 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-15a53ece2228812e9dd3e5232b8d1e05">李白〔唐代〕<a target="_blank" rel="noopener noreferrer" class="notion-link" href="#a47eb4929c654ac4b8c895d00023a97e">参考[1]</a></div><div class="notion-text notion-block-15a53ece2228811e8b3dcd7350f8f4e3">君不见黄河之水天上来，奔流到海不复回。
君不见高堂明镜悲白发，朝如青丝暮成雪。
人生得意须尽欢，莫使金樽空对月。
天生我材必有用，千金散尽还复来。
烹羊宰牛且为乐，会须一饮三百杯。
岑夫子，丹丘生，将进酒，杯莫停。
与君歌一曲，请君为我倾耳听。
钟鼓馔玉不足贵，但愿长醉不愿醒。
古来圣贤皆寂寞，惟有饮者留其名。
陈王昔时宴平乐，斗酒十千恣欢谑。
主人何为言少钱，径须沽取对君酌。
五花马、千金裘，呼儿将出换美酒，与尔同销万古愁。</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-15a53ece2228817e879af26aef6c2323" 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://www.notion.so/image/https%3A%2F%2Ftangly1024.com%2Ffavicon.ico?table=block&amp;id=15a53ece-2228-817e-879a-f26aef6c2323&amp;t=15a53ece-2228-817e-879a-f26aef6c2323" 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://www.notion.so/image/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1564419320603-628d868a193f%3Fq%3D50%26fm%3Djpg%26fit%3Dcrop%26w%3D1920%26h%3D1600?table=block&amp;id=15a53ece-2228-817e-879a-f26aef6c2323&amp;t=15a53ece-2228-817e-879a-f26aef6c2323" alt="TANGLY&#x27;s BLOG | 记录思考、分享我的学习笔记" loading="lazy" decoding="async"/></div></a></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece222881b8828fc02fba9c6fd7" data-id="15a53ece222881b8828fc02fba9c6fd7"><span><div id="15a53ece222881b8828fc02fba9c6fd7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881b8828fc02fba9c6fd7" 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-15a53ece222881d59abac1988a8abc6f" data-id="15a53ece222881d59abac1988a8abc6f"><span><div id="15a53ece222881d59abac1988a8abc6f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881d59abac1988a8abc6f" 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-15a53ece2228817590fde5403e98ab11"><summary>其他更多语言</summary><div></div></details><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece222881ab81aeff826d05a83f" data-id="15a53ece222881ab81aeff826d05a83f"><span><div id="15a53ece222881ab81aeff826d05a83f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881ab81aeff826d05a83f" 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-15a53ece222881298bd9c9b575af6db1"><li>数学公式</li><ul class="notion-list notion-list-disc notion-block-15a53ece222881298bd9c9b575af6db1"></ul></ul><ul class="notion-list notion-list-disc notion-block-15a53ece222881fb9c99ce3229da5b79"><li>化学方程</li><ul class="notion-list notion-list-disc notion-block-15a53ece222881fb9c99ce3229da5b79"><div class="notion-text notion-block-15a53ece22288108a70ec5ffb114c37e"></div></ul></ul><details class="notion-toggle notion-block-15a53ece222881f795fbd739cc5dc07a"><summary>其他更多公式</summary><div><div class="notion-blank notion-block-15a53ece22288126bebdf4fe307efd08"> </div></div></details><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece222881859479fdb59b9cadc9" data-id="15a53ece222881859479fdb59b9cadc9"><span><div id="15a53ece222881859479fdb59b9cadc9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881859479fdb59b9cadc9" 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><figure class="notion-asset-wrapper notion-asset-wrapper-pdf notion-block-15a53ece222881bcac1fc3a713c845e0"><div style="position:relative;display:block;justify-content:center;align-self:center;width:720px;max-width:100%;flex-direction:column;height:469px;overflow:auto;background:rgb(226, 226, 226);padding:8px 16px"></div></figure><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece222881fb8e50d47df7cd080d" data-id="15a53ece222881fb8e50d47df7cd080d"><span><div id="15a53ece222881fb8e50d47df7cd080d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881fb8e50d47df7cd080d" title="4.下载附件"><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.下载附件</span></span></h3><div class="notion-file notion-block-15a53ece2228817ba2d6c85a9dfbd43e"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F45de9317-d978-4139-8707-75d3d8cb02ff%2Ffab11580-96c3-4230-90f6-05257f00fb0a%2F%25E6%25B5%258B%25E8%25AF%2595%25E5%25B5%258C%25E5%2585%25A5PDF.pdf?table=block&amp;id=15a53ece-2228-817b-a2d6-c85a9dfbd43e"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">下载PDF附件.pdf</div><div class="notion-file-size">469.5KB</div></div></a></div><div class="notion-file notion-block-15a53ece2228814fb2f8dd280d49d277"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F45de9317-d978-4139-8707-75d3d8cb02ff%2F69f6fdf6-9aab-485a-a73d-d5c0d3f324db%2F%25E4%25B8%258B%25E8%25BD%25BDPDF%25E9%2599%2584%25E4%25BB%25B6-2.pdf?table=block&amp;id=15a53ece-2228-814f-b2f8-dd280d49d277"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">下载PDF附件-2.pdf</div><div class="notion-file-size">469.5KB</div></div></a></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece2228818aa11df448ef5e7a54" data-id="15a53ece2228818aa11df448ef5e7a54"><span><div id="15a53ece2228818aa11df448ef5e7a54" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece2228818aa11df448ef5e7a54" 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-callout notion-gray_background_co notion-block-15a53ece222881cda10eecfd2edb4440"><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">这是一张图片<figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-15a53ece2228812fbcdaf7ceab89d8c2"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:288px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F45de9317-d978-4139-8707-75d3d8cb02ff%2Fc876828e-2768-4863-b6d3-ad97b32223d3%2FWX20201027-1015302x.png?table=block&amp;id=15a53ece-2228-812f-bcda-f7ceab89d8c2&amp;t=15a53ece-2228-812f-bcda-f7ceab89d8c2&amp;width=288&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></div></div><div><div></div><div class="notion-collection-header"><div class="notion-collection-header-title">照片集</div></div></div><div class="notion-collection notion-block-15a53ece222881cc90c6f3b5c0156d84"><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="/15a53ece222881eb9640c471fbacf171"><div class="notion-collection-card-cover"><img style="object-fit:cover;object-position:center 30.000000000000004%" src="https://www.notion.so/images/page-cover/met_emanuel_leutze.jpg" alt="照片标题1" loading="lazy" decoding="async"/></div><div class="notion-collection-card-body"><div class="notion-collection-card-property"><span class="notion-property notion-property-title"><span class="notion-page-link"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><svg class="notion-page-title-icon notion-page-icon" alt="照片标题1" viewBox="0 0 30 30" width="16"><path d="M16,1H4v28h22V11L16,1z M16,3.828L23.172,11H16V3.828z M24,27H6V3h8v10h10V27z M8,17h14v-2H8V17z M8,21h14v-2H8V21z M8,25h14v-2H8V25z"></path></svg></div><span class="notion-page-title-text">照片标题1</span></span></span></span></div><div class="notion-collection-card-property"><span class="notion-property notion-property-text"><form action="https://preview.tangly1024.com/fc758ffac897479d9a7161cce3272520" target="_blank"><input type="submit" class="nested-form-link notion-link" value="查看"/></form></span></div></div></a><a class="notion-collection-card notion-collection-card-size-large" href="/15a53ece2228818ea38ccc3bcdef3b38"><div class="notion-collection-card-cover"><img style="object-fit:cover;object-position:center 100%" src="https://www.notion.so/images/page-cover/woodcuts_5.jpg" alt="照片标题2" loading="lazy" decoding="async"/></div><div class="notion-collection-card-body"><div class="notion-collection-card-property"><span class="notion-property notion-property-title"><span class="notion-page-link"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><svg class="notion-page-title-icon notion-page-icon" alt="照片标题2" viewBox="0 0 30 30" width="16"><path d="M16,1H4v28h22V11L16,1z M16,3.828L23.172,11H16V3.828z M24,27H6V3h8v10h10V27z M8,17h14v-2H8V17z M8,21h14v-2H8V21z M8,25h14v-2H8V25z"></path></svg></div><span class="notion-page-title-text">照片标题2</span></span></span></span></div><div class="notion-collection-card-property"><span class="notion-property notion-property-text"><form action="https://tangly1024.com/" target="_blank"><input type="submit" class="nested-form-link notion-link" value="https://tangly1024.com/"/></form></span></div></div></a></div></div></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece22288134b9cbf68fe6d005aa" data-id="15a53ece22288134b9cbf68fe6d005aa"><span><div id="15a53ece22288134b9cbf68fe6d005aa" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece22288134b9cbf68fe6d005aa" title="6. 内嵌网页"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">6. 内嵌网页</span></span></h3><figure class="notion-asset-wrapper notion-asset-wrapper-embed notion-block-15a53ece2228815d9659ebc8a61f2e9c"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:486.9886169433594px"><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-15a53ece222881be85fde3bc75d272ee" data-id="15a53ece222881be85fde3bc75d272ee"><span><div id="15a53ece222881be85fde3bc75d272ee" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881be85fde3bc75d272ee" 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-15a53ece222881719e75da5a1eddb85f"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:624px;max-width:100%;flex-direction:column;height:376px"><iframe class="notion-asset-object-fit" src="https://player.bilibili.com/player.html?aid=1700928875" 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-15a53ece2228818b83d4dd70b938bbc3" data-id="15a53ece2228818b83d4dd70b938bbc3"><span><div id="15a53ece2228818b83d4dd70b938bbc3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece2228818b83d4dd70b938bbc3" 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-row notion-block-15a53ece2228811499f1dba962023e77"><div class="notion-column notion-block-15a53ece222881099133c2a7e8d0dccc" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><div class="notion-text notion-teal_background notion-block-15a53ece22288173a8ecf8125a06295a">家庭</div><div class="notion-to-do notion-block-15a53ece22288129b234e597702eae8f"><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-15a53ece2228813ab062eaba49734558"><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-15a53ece22288185975bcada9e69ec5b" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><div class="notion-text notion-blue_background notion-block-15a53ece222881e39708db16d6e0549e">事业</div><div class="notion-to-do notion-block-15a53ece2228817ca98bfa1e005c00a2"><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-15a53ece22288170af16d92afd4abb0c"><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-15a53ece222881f48d5fe3651c887f1c" data-id="15a53ece222881f48d5fe3651c887f1c"><span><div id="15a53ece222881f48d5fe3651c887f1c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881f48d5fe3651c887f1c" title="9.折叠列表"><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">9.折叠列表</span></span></h3><details class="notion-toggle notion-block-15a53ece222881318ccefba7edd0c9a4"><summary>点击展开</summary><div><details class="notion-toggle notion-block-15a53ece222881c9babfc0d56ff5f1ff"><summary>点击展开</summary><div><details class="notion-toggle notion-block-15a53ece2228814d853ec71cb4f4270b"><summary>点击展开</summary><div><div class="notion-text notion-block-15a53ece222881e6b39de7bb88738eb2">内容可以多级嵌套</div></div></details></div></details></div></details><hr class="notion-hr notion-block-15a53ece22288159bfd0e3f1ded7ed2b"/><div class="notion-blank notion-block-15a53ece2228815eb630ccd16e360815"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece222881bc9c1cd5e9da7f6287" data-id="15a53ece222881bc9c1cd5e9da7f6287"><span><div id="15a53ece222881bc9c1cd5e9da7f6287" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881bc9c1cd5e9da7f6287" title="10. 同步块 "><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">10. 同步块 </span></span></h3><div class="notion-text notion-block-15a53ece2228814ab562fb5cf753bff5">Notion支持将不同页面的块进行同步，即 SyncBlock，以下是来自另一个页面的块：</div><div class="notion-callout notion-gray_background_co notion-block-15a53ece222881228721cc51e23dd25e"><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-15a53ece222881c1b0c3dfffb7d4f36f"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:528px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F45de9317-d978-4139-8707-75d3d8cb02ff%2Fe078a58d-d9a8-48ac-8489-34d9d71b03c8%2FUntitled.png?table=block&amp;id=15a53ece-2228-81c1-b0c3-dfffb7d4f36f&amp;t=15a53ece-2228-81c1-b0c3-dfffb7d4f36f&amp;width=528&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure></div></div><div class="notion-blank notion-block-15a53ece22288115850bf3b638944248"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece222881ccbfaade69165227e6" data-id="15a53ece222881ccbfaade69165227e6"><span><div id="15a53ece222881ccbfaade69165227e6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881ccbfaade69165227e6" title="11.多级目录"><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">11.多级目录</span></span></h2><div class="notion-text notion-block-15a53ece22288167b87cfae2b4d64ca6">heading标题在博客中自动转为目录</div><div class="notion-row notion-block-15a53ece222881998ba4eeba379ce681"><div class="notion-column notion-block-15a53ece2228811a93e2db39f6c233c4" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h3 class="notion-h notion-h2 notion-block-15a53ece222881e8bc08ee44a988ab30" data-id="15a53ece222881e8bc08ee44a988ab30"><span><div id="15a53ece222881e8bc08ee44a988ab30" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881e8bc08ee44a988ab30" 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-15a53ece2228816390a9d4e43eef6855">二级内容 1</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-15a53ece22288134a9b4caa9a1ce8394" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h3 class="notion-h notion-h2 notion-block-15a53ece2228810a81c4e03a07fb54ea" data-id="15a53ece2228810a81c4e03a07fb54ea"><span><div id="15a53ece2228810a81c4e03a07fb54ea" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece2228810a81c4e03a07fb54ea" 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-15a53ece22288191a961fbde5a65dbc1">二级内容2</div></div><div class="notion-spacer"></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece22288124b11feaeb437a88d7" data-id="15a53ece22288124b11feaeb437a88d7"><span><div id="15a53ece22288124b11feaeb437a88d7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece22288124b11feaeb437a88d7" 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-15a53ece2228817f9efad09d31c30cd0"><div class="notion-column notion-block-15a53ece2228814f9813e14e1917fe59" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h4 class="notion-h notion-h3 notion-block-15a53ece222881558041c8404d143e61" data-id="15a53ece222881558041c8404d143e61"><span><div id="15a53ece222881558041c8404d143e61" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881558041c8404d143e61" 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-15a53ece222881d887dfd04c719fe223">不同级别的heading代表不同级别的目录</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-15a53ece222881ec8ec4c1b41db6622f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><h4 class="notion-h notion-h3 notion-block-15a53ece222881339e2bf86f879dca7e" data-id="15a53ece222881339e2bf86f879dca7e"><span><div id="15a53ece222881339e2bf86f879dca7e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881339e2bf86f879dca7e" 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-15a53ece2228814d93dccc39fcffd400">高一级目录嵌套低一级目录</div></div><div class="notion-spacer"></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece222881e98b13dad8885d4f75" data-id="15a53ece222881e98b13dad8885d4f75"><span><div id="15a53ece222881e98b13dad8885d4f75" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881e98b13dad8885d4f75" 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-15a53ece22288144a820c2a1855c2a40"><li>事物的必然性</li></ul><ol start="1" class="notion-list notion-list-numbered notion-block-15a53ece22288140bca1e85db631a201"><li>事物按规律变化，也有一种不可避免的性质．这种性质就叫做<b>必然性</b></li><ol class="notion-list notion-list-numbered notion-block-15a53ece22288140bca1e85db631a201"><li>事物的必然性，是事物本身的性质（我们反对宿命论的是其认为这一切是受神明的支配，而不是反对事物发展中存在的不可避免的性质的事实）</li><ol class="notion-list notion-list-numbered notion-block-15a53ece22288119a25fc886fa051d66"><li>第三级别列表</li><li>第三级别列表</li></ol><li>其决定于它自己本身发展的情况和周围的条件</li><ol class="notion-list notion-list-numbered notion-block-15a53ece222881c397daec98c58ff5bc"><li>第三级别列表</li><ol class="notion-list notion-list-numbered notion-block-15a53ece22288162b9d1d2760ba652bb"><li>第三级别列表</li></ol></ol></ol></ol><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece22288114828fdcb26075d2ac" data-id="15a53ece22288114828fdcb26075d2ac"><span><div id="15a53ece22288114828fdcb26075d2ac" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece22288114828fdcb26075d2ac" 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-15a53ece222881c99c73fe1b08ec1372">若要部署你的NotionNext项目，请复制该模板，并按照模板格式创建文章：</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-15a53ece2228814fbbd6c73029f313b6" href="https://tanghh.notion.site/02ab3b8678004aa69e9e415905ef32a5?v=b7eb215720224ca5827bfaa5ef82cf2d"><div><div class="notion-bookmark-title">Notion 博客 | Notion</div><div class="notion-bookmark-description">一个NotionNext搭建的博客</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fwww.notion.so%2Ffront-static%2Flogo-ios.png?table=block&amp;id=15a53ece-2228-814f-bbd6-c73029f313b6&amp;t=15a53ece-2228-814f-bbd6-c73029f313b6" alt="Notion 博客 | Notion" loading="lazy" decoding="async"/></div><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/images/page-cover/nasa_robert_stewart_spacewalk_2.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=15a53ece-2228-814f-bbd6-c73029f313b6" alt="Notion 博客 | Notion" loading="lazy" decoding="async"/></div></a></div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-15a53ece222881808a11f3afe01b37a3" href="https://www.notion.so/tanghh/7c1d570661754c8fbc568e00a01fd70e?v=8c801924de3840b3814aea6f13c8484f&amp;pvs=4"><div><div class="notion-bookmark-title">Notion Blog - EN | Notion</div><div class="notion-bookmark-description">NotionNext Blog</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fwww.notion.so%2Ffront-static%2Flogo-ios.png?table=block&amp;id=15a53ece-2228-8180-8a11-f3afe01b37a3&amp;t=15a53ece-2228-8180-8a11-f3afe01b37a3" alt="Notion Blog - EN | Notion" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://www.notion.so/tanghh/7c1d570661754c8fbc568e00a01fd70e?v=8c801924de3840b3814aea6f13c8484f&amp;pvs=4</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Ftanghh.notion.site%2Fimage%2Fhttps%253A%252F%252Ftanghh.notion.site%252Fimages%252Fpage-cover%252Fnasa_robert_stewart_spacewalk_2.jpg%3Ftable%3Dcollection%26id%3Dc0406872-449f-49ab-9f18-e752d92490d5%26spaceId%3D6c096b44-beb9-48ee-8f92-1efdde47f3a3%26width%3D2000%26userId%3D%26cache%3Dv2?table=block&amp;id=15a53ece-2228-8180-8a11-f3afe01b37a3&amp;t=15a53ece-2228-8180-8a11-f3afe01b37a3" alt="Notion Blog - EN | Notion" loading="lazy" decoding="async"/></div></a></div><div class="notion-text notion-block-15a53ece22288107946fc382b90a9c8c">Notion页面中，每篇文章都将有以下属性🤔：</div><table class="notion-simple-table notion-block-15a53ece22288158b84acabb7febcff0"><tbody><tr class="notion-simple-table-row notion-block-15a53ece222881e6a54bf099e8d209fd"><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-15a53ece222881b08310ca85c6c39ebf"><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-15a53ece22288144ac29d742bbd1879f"><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-15a53ece2228813aa84af39b911e8cb9"><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-15a53ece22288199a21ef49b80c0b3cb"><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-15a53ece22288122bd17edb0e52d8ffb"><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-15a53ece222881608caec13a97dd3fff"><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-15a53ece222881e082bad0462a32799f"><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-15a53ece22288155b3d5f04b5ed5df60"><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-15a53ece22288125a1acdb2c066b802e"><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-15a53ece222881fabdafdb18cffa468d"><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-15a53ece2228816d9f51d4978cfeea4f" data-id="15a53ece2228816d9f51d4978cfeea4f"><span><div id="15a53ece2228816d9f51d4978cfeea4f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece2228816d9f51d4978cfeea4f" 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-15a53ece2228815aad4ae4a1fd85619c">系统支持 Waline\Giscus\Valine\GitTalk\Utterance\Cusdis\Twikoo六种评论插件，并且可以同时开启，点击评论区的Tab来体验。</div><div class="notion-text notion-block-15a53ece2228811cbc2ed5cd951c6d64">按照以下教程可以开启响应的评论插件</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-15a53ece222881c7b18be2edb970e75d" 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://www.notion.so/image/https%3A%2F%2Ftangly1024.com%2Ffavicon.ico?table=block&amp;id=15a53ece-2228-81c7-b18b-e2edb970e75d&amp;t=15a53ece-2228-81c7-b18b-e2edb970e75d" 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://www.notion.so/image/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1564419320603-628d868a193f%3Fixlib%3Drb-4.0.3%26q%3D80%26fm%3Djpg%26crop%3Dentropy%26cs%3Dtinysrgb?table=block&amp;id=15a53ece-2228-81c7-b18b-e2edb970e75d&amp;t=15a53ece-2228-81c7-b18b-e2edb970e75d" 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-15a53ece22288112b969fd38f14cad16" 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://www.notion.so/image/https%3A%2F%2Ftangly1024.com%2Ffavicon.ico?table=block&amp;id=15a53ece-2228-8112-b969-fd38f14cad16&amp;t=15a53ece-2228-8112-b969-fd38f14cad16" 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://www.notion.so/image/https%3A%2F%2Ftangly1024.com%2Fbg_image.jpg?table=block&amp;id=15a53ece-2228-8112-b969-fd38f14cad16&amp;t=15a53ece-2228-8112-b969-fd38f14cad16" 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-15a53ece22288136b6fbcce0f8bba14c" 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://www.notion.so/image/https%3A%2F%2Ftangly1024.com%2Ffavicon.ico?table=block&amp;id=15a53ece-2228-8136-b6fb-cce0f8bba14c&amp;t=15a53ece-2228-8136-b6fb-cce0f8bba14c" 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%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F10eb466a-599b-4513-bcbf-2331cf88078d%2Fpexels-photo-546819.webp?table=block&amp;id=bee1fccf-a3bd-47a1-a7be-83cc71372d83&amp;cache=v2&amp;t=15a53ece-2228-8136-b6fb-cce0f8bba14c&amp;width=800" alt="NotionNext配置Valine/Waline评论插件 | TANGLY&#x27;s BLOG" loading="lazy" decoding="async"/></div></a></div><div class="notion-blank notion-block-15a53ece222881a2904ad513a1e7e4df"> </div><div class="notion-file notion-block-15a53ece222881569163d5b2bb266071"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F45de9317-d978-4139-8707-75d3d8cb02ff%2F20ecd1ff-e4de-4471-b86f-6f14ec891fc0%2F%25E6%25B5%258B%25E8%25AF%2595%25E5%25B5%258C%25E5%2585%25A5PDF.pdf?table=block&amp;id=15a53ece-2228-8156-9163-d5b2bb266071"><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-15a53ece2228819a9d44eb940950a897" data-id="15a53ece2228819a9d44eb940950a897"><span><div id="15a53ece2228819a9d44eb940950a897" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece2228819a9d44eb940950a897" 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-15a53ece2228817daa20e8bfa5a0f471" data-id="15a53ece2228817daa20e8bfa5a0f471"><span><div id="15a53ece2228817daa20e8bfa5a0f471" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece2228817daa20e8bfa5a0f471" 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-15a53ece222881c2a8a5f8bf2962651a">引用另一篇文章→<a class="notion-link" href="/15a53ece222881b8a22ccd47322d85d8"><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://www.156781.xyz//learning/guide</link>
            <guid>https://www.156781.xyz//learning/guide</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<- 点击标题OPEN按钮打开说明；请检查您的NOTION_PAGE_ID是否成功配置，否则会显示我的默认数据库内容。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-15a53ece222881b8a22ccd47322d85d8"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece222881c3a13fddbef625d9f8" data-id="15a53ece222881c3a13fddbef625d9f8"><span><div id="15a53ece222881c3a13fddbef625d9f8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881c3a13fddbef625d9f8" 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></h2><div class="notion-text notion-block-15a53ece22288128873bf1b74a2da939">请访问教程获取帮助</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-15a53ece222881aba142d48d65a8bbf9" href="https://docs.tangly1024.com/article/start-to-write"><div><div class="notion-bookmark-title">如何在Notion中开始写作 | NotionNext文档</div><div class="notion-bookmark-description">这是一个由NotionNext生成的站点</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fdocs.tangly1024.com%2Ffavicon.ico?table=block&amp;id=15a53ece-2228-81ab-a142-d48d65a8bbf9&amp;t=15a53ece-2228-81ab-a142-d48d65a8bbf9" alt="如何在Notion中开始写作 | NotionNext文档" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://docs.tangly1024.com/article/start-to-write</div></div></div></a></div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-15a53ece22288128846af40f24db9c60" href="https://docs.tangly1024.com/article/notion-short-key"><div><div class="notion-bookmark-title">Notion快捷键 | NotionNext文档</div><div class="notion-bookmark-description">Notion有很多使用的快捷键，看完这篇文章，让你的效率加倍</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fdocs.tangly1024.com%2Ffavicon.ico?table=block&amp;id=15a53ece-2228-8128-846a-f40f24db9c60&amp;t=15a53ece-2228-8128-846a-f40f24db9c60" alt="Notion快捷键 | NotionNext文档" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://docs.tangly1024.com/article/notion-short-key</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fd4851275-5ab5-4aaa-bc51-77c73ad658c4%2Fe8ed862f23227112ab999a90757a3bf8.jpg?table=block&amp;id=a88d5688-b66a-4baf-a8e8-f769bb210954&amp;width=800&amp;t=15a53ece-2228-8128-846a-f40f24db9c60&amp;cache=v2" alt="Notion快捷键 | NotionNext文档" loading="lazy" decoding="async"/></div></a></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece222881c8a844caa1fe721a79" data-id="15a53ece222881c8a844caa1fe721a79"><span><div id="15a53ece222881c8a844caa1fe721a79" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881c8a844caa1fe721a79" 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-15a53ece222881f78d66fab2981593c2">NotionNext项目必须绑定一个Notion数据库才能使用。请访问教程获取帮助</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-15a53ece22288103946bcceddcad27f3" href="https://docs.tangly1024.com/article/vercel-deploy-notion-next#3df829414795492bb41ec351eb6da84e"><div><div class="notion-bookmark-title">Vercel云部署 | NotionNext文档</div><div class="notion-bookmark-description">Vercel是一款国外的Serverless托管平台，对个人用户使用几乎免费，而且方便快捷，用Vercel托管你的Notion站点，无需再操心服务器的维护与资费问题。</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fdocs.tangly1024.com%2Ffavicon.ico?table=block&amp;id=15a53ece-2228-8103-946b-cceddcad27f3&amp;t=15a53ece-2228-8103-946b-cceddcad27f3" alt="Vercel云部署 | NotionNext文档" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://docs.tangly1024.com/article/vercel-deploy-notion-next#3df829414795492bb41ec351eb6da84e</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1642083139428-9ee5fa423c46%3Fixlib%3Drb-4.0.3%26q%3D50%26fm%3Dwebp%26crop%3Dentropy%26cs%3Dtinysrgb%26width%3D800%26fmt%3Dwebp?table=block&amp;id=15a53ece-2228-8103-946b-cceddcad27f3&amp;t=15a53ece-2228-8103-946b-cceddcad27f3" alt="Vercel云部署 | NotionNext文档" loading="lazy" decoding="async"/></div></a></div><div class="notion-sync-block notion-block-15a53ece2228812b8c9cdbe56e788cd3"><h3 class="notion-h notion-h2 notion-block-15a53ece2228812d8153d7a81b5cb7b3" data-id="15a53ece2228812d8153d7a81b5cb7b3"><span><div id="15a53ece2228812d8153d7a81b5cb7b3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece2228812d8153d7a81b5cb7b3" 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><div class="notion-text notion-block-15a53ece22288163a194cab84d29c081">Notion数据库中，每条数据都将有以下属性🤔：</div><table class="notion-simple-table notion-block-15a53ece2228812f8313f13b6d0be8bb"><tbody><tr class="notion-simple-table-row notion-block-15a53ece222881ffacb6f7f640fb2266"><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-15a53ece22288124afe7e762cd199e89"><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-15a53ece2228816f9522f17d54b22620"><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-15a53ece22288196b0e6c61f3d0282d3"><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-15a53ece22288159b34ec763186896ba"><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-15a53ece222881448ee0c7e643f1a9f7"><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-15a53ece222881c69aa6cfc975c244d6"><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-15a53ece2228817fb219dfb592f02b8b"><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-15a53ece222881db9f90e18f52460c87"><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-15a53ece22288147b1fbf66f03d8ff06"><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-15a53ece222881b09c24e3f32bb675f2"><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-text notion-block-15a53ece2228818c8fcaefed105e0180">数据库的每一列有不同的功能；

<code class="notion-inline-code">type</code>： 这条数据的类型 ，有 <code class="notion-inline-code">notice</code>(公告)、<code class="notion-inline-code">post</code>(文章)、<code class="notion-inline-code">page</code>(单页)、<code class="notion-inline-code">menu</code>(菜单)、<code class="notion-inline-code">submenu</code>(子菜单)这几种类型。

<code class="notion-inline-code">slug </code>，根据数据类型，有不同的作用：</div><ol start="1" class="notion-list notion-list-numbered notion-block-15a53ece2228817ab4c2f13e04d4d3b4"><li>在菜单(Menu\SubMenu)中表示跳转到哪个页面， 在文章中表示这篇文章在博客中的访问地址、也可以是外链。通常以左斜杆开头：<code class="notion-inline-code"> /test-menu</code>对应访问 → https://站点域名<code class="notion-inline-code">/testmenu</code>。也可以设置成完整的外链，例如<code class="notion-inline-code">https://tangly1024.com</code> 。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-15a53ece222881adad42d0fb68cdcc3a"><li>在单页中（Page）, 表示这个页面在站点根目录的文件名。不要以左斜杆开头: 例如 <code class="notion-inline-code">test-page</code> → 对应 https://站点域名/<code class="notion-inline-code">test-page</code>。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-15a53ece222881699768d02ea1a666aa"><li>在博文中(Post)，也表示文件路径，但是博文会自动添加一个前缀。例如: <code class="notion-inline-code">test-post </code>则可以通过 https://域名/article/<code class="notion-inline-code">test-post</code> 访问到这个博客，这里的article是默认配置的前缀。</li></ol></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[EMPTY-ARTICLE]]></title>
            <link>https://www.156781.xyz//technology/example-3</link>
            <guid>https://www.156781.xyz//technology/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-15a53ece222881209f0ae483dda88500"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-blank notion-block-15a53ece222881a6a85ed24a2a845753"> </div><div class="notion-callout notion-gray_background_co notion-block-15a53ece222881f4aebef6c362cfef4f"><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-15a53ece2228812fb71dd78834eebf88">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-15a53ece2228819cb3d6d7a07c4974bf"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece222881b9b1a1d4ccd2b5a787" data-id="15a53ece222881b9b1a1d4ccd2b5a787"><span><div id="15a53ece222881b9b1a1d4ccd2b5a787" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881b9b1a1d4ccd2b5a787" 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-15a53ece222881f2a58ac02bc103f561" data-id="15a53ece222881f2a58ac02bc103f561"><span><div id="15a53ece222881f2a58ac02bc103f561" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881f2a58ac02bc103f561" 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-15a53ece222881588f3beab4bfbc8717"><div>引用的话语</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-15a53ece222881749c97d97c525e4d6b" data-id="15a53ece222881749c97d97c525e4d6b"><span><div id="15a53ece222881749c97d97c525e4d6b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881749c97d97c525e4d6b" 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-15a53ece222881dda158d6e7f77c0b79"><div>引用的话语</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece222881df8176f521886496ce" data-id="15a53ece222881df8176f521886496ce"><span><div id="15a53ece222881df8176f521886496ce" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881df8176f521886496ce" 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-15a53ece222881aaa45cd672e11202ba">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-15a53ece222881d8ade9f51d234da106" data-id="15a53ece222881d8ade9f51d234da106"><span><div id="15a53ece222881d8ade9f51d234da106" class="notion-header-anchor"></div><a class="notion-hash-link" href="#15a53ece222881d8ade9f51d234da106" 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-15a53ece222881648484dbe097333917"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-15a53ece222881aca632f9cdefe7245d"><li>引用文章</li></ul><div class="notion-blank notion-block-15a53ece222881fc9031f313fbb294b9"> </div><div class="notion-callout notion-gray_background_co notion-block-15a53ece22288156a3b8e50da85d017d"><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[绑定成功测试]]></title>
            <link>https://www.156781.xyz//technology/example-4</link>
            <guid>https://www.156781.xyz//technology/example-4</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[如果您的Notion数据库已经修改了内容，发现网站内容还是旧的，说明绑定NotionPageID失败了，请重新检查Vercel后台是否正确配置好ID，并尝试重新部署。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-15a53ece222881c6998fcb1926cc24f5"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-15a53ece222881019163ddf58ca3a141"><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数据库已经修改了内容，发现网站内容还是旧的，说明绑定NotionPageID失败了，请重新检查Vercel后台是否正确配置好ID，并尝试重新部署</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[加锁文章 - 密码123456]]></title>
            <link>https://www.156781.xyz//technology/example-2</link>
            <guid>https://www.156781.xyz//technology/example-2</guid>
            <pubDate>Fri, 05 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[本文需要输入密码才可访问，密码: 123456]]></description>
            <content:encoded><![CDATA[本文需要输入密码才可访问，密码: 123456]]></content:encoded>
        </item>
    </channel>
</rss>