<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title><![CDATA[属余的插件演示站]]></title> 
<atom:link href="https://cs.waikanl.cn/rss.php" rel="self" type="application/rss+xml" />
<description><![CDATA[]]></description>
<link>https://cs.waikanl.cn/</link>
<language>zh-cn</language>

<item>
    <title>属余学习网</title>
    <link>https://cs.waikanl.cn/?post=122</link>
    <description><![CDATA[<p>属余学习网专注于PHP开发、MySQL数据库和模板插件开发，提供实用技术文章与项目教程。同时记录生活中的温暖故事，打造技术与生活交织的综合博客，为用户提供学习资源与灵感启发。</p><p><strong>博客地址：</strong><a href="https://waikanl.cn" target="_blank" rel="nofollow">https://waikanl.cn</a></p>]]></description>
    <pubDate>Fri, 27 Feb 2026 18:34:58 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=122</guid>
</item>
<item>
    <title>inis v5 安装教程（宝塔面板版）</title>
    <link>https://cs.waikanl.cn/?post=115</link>
    <description><![CDATA[<h2>一、资源与环境准备</h2>
<p>安装包获取：<a href="https://storage.inis.cn/inis/inis%20v5.zip" title="inis v5 安装包">inis v5 安装包</a></p>
<p>视频教程：<a href="https://storage.inis.cn/inis/inis%20v5.mp4" title="视频安装教程">视频安装教程</a></p>
<p>环境要求：需安装 MySQL 5.7 及以上版本（推荐 8.0+ 版本以获得更优体验），无其他强制环境依赖</p>
<h2>二、具体安装步骤</h2>
<h3>（一）上传并解压安装包</h3>
<p>登录宝塔面板，进入【文件】管理模块</p>
<p>上传下载好的 inis v5 安装包至指定目录，上传完成后点击解压，等待解压完成</p>
<p><img src="https://yizhiyu.s3.bitiful.net/202601/20260126151305_bb201b3c.png" alt="" /></p>
<h3>（二）新建并配置 Go 项目</h3>
<p>进入宝塔面板【网站】模块，选择【新建】-【Go 项目】，按以下配置填写：</p>
<p>项目执行文件：选择解压后文件夹中的【inis】可执行程序</p>
<p>项目名称：默认名称或自定义均可</p>
<p>项目端口：建议保留默认 2000 端口（不推荐修改）</p>
<p>执行命令：保持默认配置即可</p>
<p>环境变量：无需额外配置</p>
<p>运行用户：选择【www】</p>
<p>开机启动：建议勾选（确保服务器重启后项目自动运行）</p>
<p>项目备注：默认或自定义均可</p>
<p>绑定域名：填写自己的域名（示例：inis.cn）</p>
<p>所有配置完成后，点击【确认】保存。保存成功后，可先通过绑定的域名初步访问验证<br />
<img src="https://yizhiyu.s3.bitiful.net/202601/20260126151321_bb454cac.png" alt="" /></p>
<h3>（三）创建数据库</h3>
<p>进入宝塔面板【数据库】模块，选择【MySQL】-【添加数据库】</p>
<p>按以下配置填写：</p>
<p>数据库名：可自定义，推荐填写【inis】（便于记忆）</p>
<p>用户名：默认或自定义均可</p>
<p>密码：默认生成或自行设置（建议记录密码，后续可能用到）</p>
<p>访问权限：保持默认配置即可</p>
<p>添加至：保持默认配置即可</p>
<p>点击【提交】，完成数据库创建</p>
<p><img src="https://yizhiyu.s3.bitiful.net/202601/20260126151338_864736bd.png" alt="" /></p>
<h3>（四）完成安装引导</h3>
<p>打开之前绑定的域名，按照页面提示完成后续安装引导操作，即可正常使用 inis v5 系统</p>]]></description>
    <pubDate>Sun, 25 Jan 2026 12:11:35 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=115</guid>
</item>
<item>
    <title>亿纸鱼企业主题购买</title>
    <link>https://cs.waikanl.cn/?post=106</link>
    <description><![CDATA[]]></description>
    <pubDate>Mon, 02 Jun 2025 19:11:19 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=106</guid>
</item>
<item>
    <title>亿纸鱼企业主题中添加蓝色渐变风格的文章头部 - 详细教程</title>
    <link>https://cs.waikanl.cn/?post=101</link>
    <description><![CDATA[<p>这个教程将指导你如何修改Emlog的模板文件，将文章头部改为蓝色渐变背景的现代风格，类似于技术教程网站常见的设计。</p>
<h2>步骤概览</h2>
<ol>
<li>备份原始文件</li>
<li>确定修改位置</li>
<li>添加必要的CSS样式</li>
<li>修改文章头部HTML结构</li>
<li>测试效果</li>
</ol>
<h2>详细步骤</h2>
<h3>1. 备份原始文件</h3>
<p>在开始修改之前，先备份你的 <code>echo_log.php</code> 文件，以防需要恢复：</p>
<ol>
<li>找到你当前使用的主题文件夹: <code>content/templates/你的主题名称/</code></li>
<li>复制 <code>echo_log.php</code> 文件并重命名为 <code>echo_log.php.bak</code></li>
</ol>
<h3>2. 添加必要的CSS样式</h3>
<p>打开主题的 <code>header.php</code> 文件，在 <code>&lt;/head&gt;</code> 标签前添加以下CSS样式：</p>
<pre><code class="language-html">&lt;!-- 文章头部风格样式 --&gt;
&lt;style&gt;
.article-header-banner {
    position: relative;
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    color: #fff;
    padding: 60px 0 80px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.article-header-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,128L48,144C96,160,192,192,288,197.3C384,203,480,181,576,154.7C672,128,768,96,864,96C960,96,1056,128,1152,154.7C1248,181,1344,203,1392,213.3L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
}

.article-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.article-meta-item {
    display: flex;
    align-items: center;
}

.article-meta-item svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.article-tags {
    margin-top: 20px;
}

.tag-item {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 0 5px 5px 0;
    font-size: 12px;
}

.article-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .article-title {
        font-size: 1.8rem;
    }

    .article-meta {
        flex-wrap: wrap;
        gap: 10px;
    }
}
&lt;/style&gt;</code></pre>
<h3>3. 修改文章头部HTML结构</h3>
<p>现在，打开你的 <code>echo_log.php</code> 文件，找到文章头部区域。基于我们的主题文件，我们需要修改这部分：</p>
<ol>
<li>找到以下这部分代码（大约在第357行左右）：</li>
</ol>
<pre><code class="language-php">&lt;!-- 文章头部区域 --&gt;
&lt;header class="mb-8"&gt;
    &lt;!-- 阅读控制工具栏 --&gt;
    &lt;div class="flex justify-end mb-4 items-center space-x-3 text-gray-600"&gt;
        &lt;!-- 工具栏内容 --&gt;
    &lt;/div&gt;

    &lt;!-- 文章标题 --&gt;
    &lt;h1 class="text-3xl md:text-4xl font-bold mb-4 text-gray-800"&gt;&lt;?= htmlspecialchars($log_title, ENT_QUOTES, 'UTF-8') ?&gt;&lt;/h1&gt;

    &lt;!-- 文章元信息 --&gt;
    &lt;div class="flex flex-wrap items-center text-gray-600 mb-6 space-x-4"&gt;
        &lt;!-- 元信息内容 --&gt;
    &lt;/div&gt;

            &lt;!-- 文章摘要 --&gt;
    &lt;?php if (!empty($excerpt)): ?&gt;
    &lt;div class="bg-gray-50 border-l-4 border-blue-500 p-4 mb-6 text-gray-700 italic rounded"&gt;
        &lt;?= $excerpt ?&gt;
    &lt;/div&gt;
    &lt;?php endif; ?&gt;

            &lt;!-- 文章封面图片 --&gt;
    &lt;?php if (!empty($log_cover)): ?&gt;
    &lt;div class="mb-6 rounded-lg overflow-hidden shadow-md"&gt;
        &lt;img src="&lt;?= htmlspecialchars($log_cover, ENT_QUOTES, 'UTF-8') ?&gt;" alt="&lt;?= htmlspecialchars($log_title, ENT_QUOTES, 'UTF-8') ?&gt;" class="w-full h-auto"&gt;
    &lt;/div&gt;
    &lt;?php endif; ?&gt;
&lt;/header&gt;</code></pre>
<ol start="2">
<li>用下面的新代码替换整个头部区域：</li>
</ol>
<pre><code class="language-php">&lt;!-- 文章头部区域 --&gt;
&lt;div class="article-header-banner"&gt;
    &lt;div class="article-container"&gt;
        &lt;h1 class="article-title"&gt;&lt;?= htmlspecialchars($log_title, ENT_QUOTES, 'UTF-8') ?&gt;&lt;/h1&gt;
        &lt;div class="article-meta"&gt;
            &lt;div class="article-meta-item"&gt;
                &lt;svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" fill="currentColor"&gt;&lt;path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"&gt;&lt;/path&gt;&lt;path d="M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"&gt;&lt;/path&gt;&lt;/svg&gt;
                &lt;?= $reading_time ?&gt;分钟
            &lt;/div&gt;
            &lt;div class="article-meta-item"&gt;
                &lt;svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" fill="currentColor"&gt;&lt;path d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"&gt;&lt;/path&gt;&lt;/svg&gt;
                &lt;?= date('Y-m-d', $date) ?&gt;
            &lt;/div&gt;
            &lt;div class="article-meta-item"&gt;
                &lt;svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" fill="currentColor"&gt;&lt;path d="M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"&gt;&lt;/path&gt;&lt;/svg&gt;
                &lt;?= isset($user_cache[$author]) ? htmlspecialchars($user_cache[$author]['name'], ENT_QUOTES, 'UTF-8') : '管理员' ?&gt;
            &lt;/div&gt;
            &lt;div class="article-meta-item"&gt;
                &lt;svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" fill="currentColor"&gt;&lt;path d="M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"&gt;&lt;/path&gt;&lt;/svg&gt;
                &lt;?= $views ?&gt;
            &lt;/div&gt;
            &lt;div class="article-meta-item"&gt;
                &lt;svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" fill="currentColor"&gt;&lt;path d="M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM324.8 721H136V233h188.8c35.4 0 69.8 10.1 99.5 29.2l48.8 31.3 6.9 4.5v462c-47.6-25.6-100.8-39-155.2-39zm563.2 0H699.2c-54.4 0-107.6 13.4-155.2 39V298l6.9-4.5 48.8-31.3c29.7-19.1 64.1-29.2 99.5-29.2H888v488z"&gt;&lt;/path&gt;&lt;/svg&gt;
                &lt;?= $word_count ?&gt;字
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;?php if (!empty($tags)): ?&gt;
        &lt;div class="article-tags"&gt;
            &lt;?php foreach ($tags as $tag): ?&gt;
            &lt;span class="tag-item"&gt;&lt;?= htmlspecialchars($tag, ENT_QUOTES, 'UTF-8') ?&gt;&lt;/span&gt;
            &lt;?php endforeach; ?&gt;
        &lt;/div&gt;
        &lt;?php endif; ?&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 文章摘要 --&gt;
&lt;?php if (!empty($excerpt)): ?&gt;
&lt;div class="container mx-auto px-4"&gt;
    &lt;div class="max-w-4xl mx-auto"&gt;
        &lt;div class="bg-gray-50 border-l-4 border-blue-500 p-4 mb-6 text-gray-700 italic rounded"&gt;
            &lt;?= $excerpt ?&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;

&lt;!-- 文章封面图片 --&gt;
&lt;?php if (!empty($log_cover)): ?&gt;
&lt;div class="container mx-auto px-4"&gt;
    &lt;div class="max-w-4xl mx-auto"&gt;
        &lt;div class="mb-6 rounded-lg overflow-hidden shadow-md"&gt;
            &lt;img src="&lt;?= htmlspecialchars($log_cover, ENT_QUOTES, 'UTF-8') ?&gt;" alt="&lt;?= htmlspecialchars($log_title, ENT_QUOTES, 'UTF-8') ?&gt;" class="w-full h-auto"&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;

&lt;!-- 阅读控制工具栏 --&gt;
&lt;div class="container mx-auto px-4 mb-8"&gt;
    &lt;div class="max-w-4xl mx-auto"&gt;
        &lt;div class="flex justify-end items-center space-x-3 text-gray-600"&gt;
            &lt;div class="font-size-controls flex items-center border rounded-lg overflow-hidden"&gt;
                &lt;button id="decreaseFontBtn" class="px-3 py-2 bg-gray-100 hover:bg-gray-200 border-r flex items-center justify-center transition-colors duration-200" aria-label="减小字体"&gt;
                    &lt;svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"&gt;
                        &lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 12H4" /&gt;
                    &lt;/svg&gt;
                &lt;/button&gt;
                &lt;span id="fontSizeIndicator" class="px-3 py-2 text-sm"&gt;默认&lt;/span&gt;
                &lt;button id="increaseFontBtn" class="px-3 py-2 bg-gray-100 hover:bg-gray-200 border-l flex items-center justify-center transition-colors duration-200" aria-label="增大字体"&gt;
                    &lt;svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"&gt;
                        &lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4" /&gt;
                    &lt;/svg&gt;
                &lt;/button&gt;
            &lt;/div&gt;
            &lt;button id="printArticleBtn" class="flex items-center space-x-1 px-3 py-2 bg-gray-100 hover:bg-gray-200 rounded-lg transition-colors duration-200" aria-label="打印文章"&gt;
                &lt;svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"&gt;
                    &lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z" /&gt;
                &lt;/svg&gt;
                &lt;span class="text-sm"&gt;打印&lt;/span&gt;
            &lt;/button&gt;

            &lt;!-- 新增：目录按钮 --&gt;
            &lt;button id="tocBtn" class="flex items-center space-x-1 px-3 py-2 bg-gray-100 hover:bg-gray-200 rounded-lg transition-colors duration-200" aria-label="文章目录"&gt;
                &lt;svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"&gt;
                    &lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h7" /&gt;
                &lt;/svg&gt;
                &lt;span class="text-sm"&gt;目录&lt;/span&gt;
            &lt;/button&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;</code></pre>
<h3>4. 保存并测试</h3>
<ol>
<li>保存修改后的 <code>echo_log.php</code> 文件</li>
<li>打开你的博客，访问一篇文章测试效果</li>
</ol>
<h3>5. 常见问题解决</h3>
<h4>问题：标签没有正确显示</h4>
<p>如果标签没有显示，修改标签相关代码如下：</p>
<pre><code class="language-php">&lt;?php 
// 获取标签
$tags_html = blog_tag($logid);
$tags = array();
if(!empty($tags_html)) {
    // 解析标签HTML
    preg_match_all('/&lt;a[^&gt;]*&gt;(.*?)&lt;\/a&gt;/i', $tags_html, $matches);
    if(!empty($matches[1])) {
        $tags = $matches[1];
    }
}
?&gt;

&lt;?php if (!empty($tags)): ?&gt;
&lt;div class="article-tags"&gt;
    &lt;?php foreach ($tags as $tag): ?&gt;
    &lt;span class="tag-item"&gt;&lt;?= $tag ?&gt;&lt;/span&gt;
    &lt;?php endforeach; ?&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;</code></pre>
<h4>问题：样式冲突</h4>
<p>如果遇到样式冲突，可以给我们的样式添加更具体的选择器：</p>
<pre><code class="language-css">.article-header-banner {
    /* 保持原有样式 */
}
.article-header-banner .article-title {
    /* 样式 */
}</code></pre>
<h2>效果预览</h2>
<p>完成修改后，你的文章头部将会变成蓝色渐变背景的现代风格，类似于技术教程网站，包含：</p>
<ul>
<li>渐变蓝色背景</li>
<li>波浪形底部过渡</li>
<li>居中大标题</li>
<li>图标式的文章信息（阅读时间、发布日期、作者、阅读量、字数）</li>
<li>圆角标签展示</li>
</ul>
<p>希望这个教程对你有所帮助！如有任何问题，可以随时提问。</p>]]></description>
    <pubDate>Sun, 18 May 2025 22:08:23 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=101</guid>
</item>
<item>
    <title>自定义字段演示</title>
    <link>https://cs.waikanl.cn/?post=98</link>
    <description><![CDATA[]]></description>
    <pubDate>Mon, 05 May 2025 21:24:58 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=98</guid>
</item>
<item>
    <title>亿纸鱼企业主题自定义字段使用文档</title>
    <link>https://cs.waikanl.cn/?post=97</link>
    <description><![CDATA[<p>本文档将详细介绍这些自定义字段的使用方法和应用场景，帮助您充分利用亿纸鱼企业主题的强大功能。</p>
<h2>自定义字段分类</h2>
<p>亿纸鱼企业主题的自定义字段主要分为以下几类：</p>
<ol>
<li><strong>产品信息相关字段</strong>：用于展示产品价格、型号、状态等产品详情</li>
<li><strong>服务相关字段</strong>：用于描述服务周期、服务区域、服务类型等服务信息</li>
<li><strong>联系信息字段</strong>：用于提供联系人、电话、邮箱等联系方式</li>
<li><strong>企业特色字段</strong>：用于标记文章特色、企业资质、企业规模等</li>
<li><strong>案例展示字段</strong>：用于展示案例所属行业、完成日期、客户反馈等</li>
<li><strong>SEO相关字段</strong>：用于优化文章的搜索引擎表现</li>
</ol>
<h2>如何使用自定义字段</h2>
<h3>步骤一：进入文章编辑页面</h3>
<p>登录后台，新建文章或编辑已有文章，在文章编辑页面<strong>摘要</strong>下方，您会看到&quot;自定义字段&quot;面板。</p>
<h3>步骤二：填写相关字段</h3>
<p>根据文章类型（产品、服务、案例等），填写相应的自定义字段。不需要填写所有字段，只需填写与当前文章相关的字段即可，其中产品主图必填。</p>
<h3>步骤三：保存文章</h3>
<p>填写完成后，点击&quot;保存&quot;按钮，系统会自动保存您填写的自定义字段信息。</p>
<h3>步骤四：前台展示</h3>
<p>前台页面会根据您填写的自定义字段自动展示相应的信息，无需额外设置。</p>
<h2>产品信息字段详解</h2>
<h3>基本产品信息</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>product_price</td>
<td>文本</td>
<td>产品价格</td>
<td>¥9999 或 面议</td>
</tr>
<tr>
<td>product_model</td>
<td>文本</td>
<td>产品规格型号</td>
<td>XYZ-1000</td>
</tr>
<tr>
<td>product_status</td>
<td>单选</td>
<td>产品当前销售状态</td>
<td>现货供应/预订/已售罄/停产</td>
</tr>
<tr>
<td>product_name</td>
<td>文本</td>
<td>产品名称</td>
<td>不锈钢大盆</td>
</tr>
</tbody>
</table>
<h3>产品图片信息</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>product_image</td>
<td>文本</td>
<td>产品主图URL，优先于文章封面图显示</td>
<td><a href="https://example.com/image.jpg">https://example.com/image.jpg</a></td>
</tr>
<tr>
<td>product_gallery</td>
<td>文本</td>
<td>多张图片URL，以英文逗号分隔</td>
<td><a href="https://example.com/image1.jpg,https://example.com/image2.jpg">https://example.com/image1.jpg,https://example.com/image2.jpg</a></td>
</tr>
<tr>
<td>product_original_price</td>
<td>文本</td>
<td>显示为带删除线的原价</td>
<td>¥12999</td>
</tr>
</tbody>
</table>
<h3>产品详细规格</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>product_specs</td>
<td>多行文本</td>
<td>详细的产品规格参数，支持HTML</td>
<td>尺寸：10×20×5cm<br>重量：500g</td>
</tr>
<tr>
<td>product_material</td>
<td>文本</td>
<td>产品主要材质</td>
<td>304不锈钢</td>
</tr>
<tr>
<td>product_certification</td>
<td>多选</td>
<td>产品获得的认证</td>
<td>ISO9001认证、CE认证</td>
</tr>
<tr>
<td>product_warranty</td>
<td>文本</td>
<td>产品保修期限</td>
<td>12个月</td>
</tr>
</tbody>
</table>
<h3>应用场景</h3>
<p>产品信息字段适用于创建产品展示页面、产品目录或在线商城。通过这些字段，您可以清晰地展示产品的各项参数和特性，帮助客户做出购买决策。</p>
<h2>服务相关字段详解</h2>
<h3>基本服务信息</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>service_duration</td>
<td>文本</td>
<td>服务周期</td>
<td>一年、长期</td>
</tr>
<tr>
<td>service_area</td>
<td>文本</td>
<td>服务区域</td>
<td>全国、华东地区</td>
</tr>
</tbody>
</table>
<h3>服务详情</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>service_type</td>
<td>单选</td>
<td>服务类型分类</td>
<td>咨询服务/维护服务/培训服务/定制服务/其他服务</td>
</tr>
<tr>
<td>service_features</td>
<td>多行文本</td>
<td>服务的主要特点和优势</td>
<td>1. 24小时响应<br>2. 专业团队支持<br>3. 定制解决方案</td>
</tr>
<tr>
<td>service_process</td>
<td>多行文本</td>
<td>详细的服务流程说明</td>
<td>第一步：需求评估<br>第二步：方案设计<br>...</td>
</tr>
</tbody>
</table>
<h3>应用场景</h3>
<p>服务相关字段适用于创建服务介绍页面、服务套餐展示或解决方案说明。通过这些字段，您可以详细描述服务的内容、流程和特点，增强客户对服务的理解和信任。</p>
<h2>联系信息字段详解</h2>
<h3>基本联系信息</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>contact_person</td>
<td>文本</td>
<td>负责人姓名</td>
<td>张经理</td>
</tr>
<tr>
<td>contact_phone</td>
<td>文本</td>
<td>联系电话或手机号</td>
<td>13800138000</td>
</tr>
<tr>
<td>contact_email</td>
<td>文本</td>
<td>业务联系邮箱</td>
<td>business@example.com</td>
</tr>
</tbody>
</table>
<h3>更多联系方式</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>contact_wechat</td>
<td>文本</td>
<td>业务联系微信号</td>
<td>company_wxid</td>
</tr>
<tr>
<td>contact_address</td>
<td>多行文本</td>
<td>公司或办事处地址</td>
<td>上海市浦东新区XX路XX号</td>
</tr>
<tr>
<td>contact_business_hours</td>
<td>文本</td>
<td>营业时间</td>
<td>周一至周五 9:00-18:00</td>
</tr>
</tbody>
</table>
<h3>应用场景</h3>
<p>联系信息字段适用于创建联系我们页面、产品咨询页面或服务支持页面。通过这些字段，您可以提供多种联系方式，方便客户随时联系您。</p>
<h2>企业特色字段详解</h2>
<h3>文章特色标记</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>选项</th>
</tr>
</thead>
<tbody>
<tr>
<td>highlight_feature</td>
<td>单选</td>
<td>文章特色标记</td>
<td>普通/推荐/热门/新品</td>
</tr>
</tbody>
</table>
<h3>企业资质信息</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>选项</th>
</tr>
</thead>
<tbody>
<tr>
<td>company_qualification</td>
<td>多选</td>
<td>企业获得的资质认证</td>
<td>高新技术企业/进出口企业/上市公司/行业500强/其他资质</td>
</tr>
<tr>
<td>company_scale</td>
<td>单选</td>
<td>企业规模分类</td>
<td>小型企业/中型企业/大型企业/集团企业</td>
</tr>
</tbody>
</table>
<h3>应用场景</h3>
<p>企业特色字段适用于创建企业介绍页面、企业新闻或重点推荐内容。通过这些字段，您可以突出展示企业的实力和特色，增强企业形象。</p>
<h2>案例展示字段详解</h2>
<h3>基本案例信息</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>case_industry</td>
<td>文本</td>
<td>案例所属行业</td>
<td>制造业、金融业</td>
</tr>
<tr>
<td>case_date</td>
<td>文本</td>
<td>案例完成日期</td>
<td>2023-05-01</td>
</tr>
<tr>
<td>case_client</td>
<td>文本</td>
<td>客户名称</td>
<td>XX有限公司</td>
</tr>
</tbody>
</table>
<h3>案例详情</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>case_challenge</td>
<td>多行文本</td>
<td>项目面临的主要挑战</td>
<td>客户面临的系统稳定性问题...</td>
</tr>
<tr>
<td>case_solution</td>
<td>多行文本</td>
<td>项目解决方案说明</td>
<td>我们提供的解决方案包括...</td>
</tr>
<tr>
<td>case_result</td>
<td>多行文本</td>
<td>项目实施后的成果</td>
<td>实施后系统稳定性提升90%...</td>
</tr>
<tr>
<td>case_testimonial</td>
<td>多行文本</td>
<td>客户对项目的评价</td>
<td>&quot;非常满意这次合作...&quot;</td>
</tr>
</tbody>
</table>
<h3>应用场景</h3>
<p>案例展示字段适用于创建成功案例页面、项目展示或行业解决方案页面。通过这些字段，您可以全面展示项目的过程和成果，展现企业的专业能力。</p>
<h2>SEO相关字段详解</h2>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>seo_keywords</td>
<td>文本</td>
<td>文章关键词，用逗号分隔</td>
<td>企业网站,企业主题,emlog主题</td>
</tr>
<tr>
<td>seo_description</td>
<td>多行文本</td>
<td>文章描述，用于SEO优化</td>
<td>这是一篇关于企业网站建设的文章...</td>
</tr>
</tbody>
</table>
<h3>应用场景</h3>
<p>SEO相关字段适用于所有类型的文章，用于优化文章在搜索引擎中的表现，提高网站流量和曝光度。</p>
<h2>常见问题解答</h2>
<h3>Q1: 是否必须填写所有自定义字段？</h3>
<p><strong>A</strong>: 不需要填写所有字段，只需根据文章类型填写相关字段即可。系统只会显示已填写的字段。</p>
<h3>Q2: 自定义字段支持HTML代码吗？</h3>
<p><strong>A</strong>: 多行文本类型的字段（如product_specs、service_features等）支持HTML代码，可以使用HTML格式化文本。</p>
<h3>Q3: 如何在前台展示自定义字段？</h3>
<p><strong>A</strong>: 亿纸鱼企业主题已经预设了自定义字段的展示模板，填写字段后会自动在相应位置显示。无需额外设置。</p>
<h3>Q4: 如何设置文章特色标记？</h3>
<p><strong>A</strong>: 在文章编辑页面，找到&quot;highlight_feature&quot;字段，选择相应的标记（推荐/热门/新品）即可。</p>
<h3>Q5: 产品图片如何设置？</h3>
<p><strong>A</strong>: 在&quot;product_image&quot;字段中填写图片URL，或者使用媒体库上传图片后复制URL填入。多张图片请在&quot;product_gallery&quot;字段中填写，以英文逗号分隔。</p>
<hr />
<p>通过以上介绍，相信您已经对亿纸鱼企业主题的自定义字段有了全面的了解。合理利用这些字段，可以大大提升您网站的专业性和用户体验，为访客提供更加丰富和有价值的信息。</p>]]></description>
    <pubDate>Mon, 05 May 2025 21:04:05 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=97</guid>
</item>
<item>
    <title>加密文章测试</title>
    <link>https://cs.waikanl.cn/?post=84</link>
    <description><![CDATA[<p>[该文章已设置加密]</p>]]></description>
    <pubDate>Fri, 28 Mar 2025 20:15:44 +0800</pubDate>
    <dc:creator>5NXBJpMm</dc:creator>
    <guid>https://cs.waikanl.cn/?post=84</guid>
</item>
<item>
    <title>读书笔记</title>
    <link>https://cs.waikanl.cn/?post=76</link>
    <description><![CDATA[<p>不仅仅是歌德，几乎所有的艺术家在面对灵感时，都不约而同地将自己下降到奴仆的位置，他们的谦卑令人感到他们的成就似乎来自某种命运、灵感对他们的宠爱的幸运。</p>]]></description>
    <pubDate>Thu, 20 Mar 2025 19:51:07 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=76</guid>
</item>
<item>
    <title>积分商城插件开发文档</title>
    <link>https://cs.waikanl.cn/?post=75</link>
    <description><![CDATA[<p>[该文章已设置加密]</p>]]></description>
    <pubDate>Mon, 17 Mar 2025 14:37:10 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=75</guid>
</item>
<item>
    <title>测试发文积分</title>
    <link>https://cs.waikanl.cn/?post=72</link>
    <description><![CDATA[<p>发文积分</p>]]></description>
    <pubDate>Mon, 17 Mar 2025 02:01:11 +0800</pubDate>
    <dc:creator>属余</dc:creator>
    <guid>https://cs.waikanl.cn/?post=72</guid>
</item>
</channel>
</rss>