<?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://hhxs2025.top/rss.php" rel="self" type="application/rss+xml" />
<description><![CDATA[个人应用作品、文学作品展示博客]]></description>
<link>https://hhxs2025.top/</link>
<language>zh-cn</language>

<item>
    <title>FNOS应用-云收集</title>
    <link>https://hhxs2025.top/?post=5</link>
    <description><![CDATA[<!-- ========== 顶部 ========== -->
<div style="padding: 0px 0 20px; border-bottom: 1px solid #e8e8e8; margin-bottom: 10px;">
  <div style="display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px;">
    <div>
      <span style="font-size: 0.85em; font-weight: 600; color: #2a6f97; letter-spacing: 2px; text-transform: uppercase;">FNOS应用</span>
      <h1 style="margin: 4px 0 2px; font-size: 2.4em; font-weight: 600; letter-spacing: -0.5px; color: #1a1a2e;">云收集</h1>
      <p style="margin: 0; font-size: 0.95em; color: #6a6a7a;">轻量级文件收集工具，支持任务创建与多文件上传</p>
    </div>
    <div style="display: flex; gap: 10px; flex-shrink: 0;">
      <a href="https://gitee.com/hhxs2025/cloud-collection/releases/download/1.1.0/cloud-collection-1.1.0-x86.fpk" style="display: inline-block; background: #1a1a2e; color: #fff; padding: 8px 24px; border-radius: 6px; text-decoration: none; font-size: 0.9em; font-weight: 500;">下载</a>
      <a href="https://gitee.com/hhxs2025/cloud-collection" style="display: inline-block; background: #1a1a2e; color: #fff; padding: 8px 24px; border-radius: 6px; text-decoration: none; font-size: 0.9em; font-weight: 500; border: 1px solid #d0d0d8;">Gitee</a>
    </div>
  </div>
</div>
<!-- ========== 核心功能 ========== -->
<div style="background: #e6f0ff; padding: 32px 24px 24px; border-radius: 12px; margin-bottom: 8px;">
  <h2 style="font-size: 1.3em; font-weight: 600; color: #1a1a2e; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid rgba(42, 111, 151, 0.2);">核心功能</h2>
  <div style="display: grid; grid-template-columns: 1fr; gap: 20px;">

    <div style="background: rgba(255, 255, 255, 0.65); backdrop-filter: blur(2px); padding: 20px 24px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); border-left: 4px solid #2a6f97;">
      <h3 style="margin: 0 0 8px; font-size: 1em; font-weight: 600; color: #1a1a2e;">提交者</h3>
      <ul style="list-style: none; padding: 0; margin: 0; color: #3a3a4a; font-size: 0.95em; line-height: 1.9;">
        <li>▸ 填写姓名或代号后提交文件</li>
        <li>▸ 支持多文件同时上传 / 拖拽上传</li>
        <li>▸ 实时显示上传进度</li>
        <li>▸ 单文件大小限制由管理员设定</li>
      </ul>
    </div>

    <div style="background: rgba(255, 255, 255, 0.65); backdrop-filter: blur(2px); padding: 20px 24px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); border-left: 4px solid #2a6f97;">
      <h3 style="margin: 0 0 8px; font-size: 1em; font-weight: 600; color: #1a1a2e;">管理员</h3>
      <ul style="list-style: none; padding: 0; margin: 0; color: #3a3a4a; font-size: 0.95em; line-height: 1.9;">
        <li>▸ 创建收集任务（名称 / 大小上限 / 截止时间）</li>
        <li>▸ 每个任务自动生成独立提交链接</li>
        <li>▸ 一键复制链接 / 生成二维码</li>
        <li>▸ 可自定义公网地址，适配域名或穿透</li>
        <li>▸ 删除任务（同时清理所有已上传文件）</li>
      </ul>
    </div>
  </div>
</div>
<!-- ========== 存储 ========== -->
<h2 style="font-size: 1.3em; font-weight: 600; color: #1a1a2e; margin: 48px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #f0f0f5;">存储</h2>
<div style="display: flex; flex-wrap: wrap; gap: 6px 20px; background: #f5f6fa; padding: 14px 20px; border-radius: 8px; margin-bottom: 8px; color: #3a3a4a; font-size: 0.95em;">
  <span>● 按任务分目录存储</span>
  <span>● 按提交者分目录存储</span>
  <span>● 文件重名自动添加数字后缀</span>
  <span>● 保存在飞牛「应用文件」中</span>
</div>
<!-- ========== 安装 ========== -->
<div style="background: #f5f6fa; padding: 8px 20px 24px; border-radius: 12px; margin: 8px 0 8px;">
  <h2 style="font-size: 1.3em; font-weight: 600; color: #1a1a2e; margin: 24px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #e8e8f0;">安装</h2>
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 8px;">

    <div style="background: #fff; padding: 20px 24px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <h3 style="margin: 0 0 12px; font-size: 0.95em; font-weight: 600; color: #1a1a2e;">应用中心安装</h3>
      <ol style="margin: 0; padding-left: 20px; color: #3a3a4a; font-size: 0.95em; line-height: 2.2;">
        <li>下载 <code style="background: #e8e8f0; padding: 2px 8px; border-radius: 4px; font-size: 0.85em;">cloud-collection.fpk</code></li>
        <li>飞牛OS应用中心 → 手动安装</li>
        <li>上传 FPK 文件并安装</li>
        <li>设置管理员账号和存储位置</li>
      </ol>
    </div>

    <div style="background: #fff; padding: 20px 24px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <h3 style="margin: 0 0 12px; font-size: 0.95em; font-weight: 600; color: #1a1a2e;">安装向导</h3>
      <div style="display: flex; flex-direction: column; gap: 10px;">
        <div style="background: #f5f6fa; padding: 12px 16px; border-radius: 6px; border: 1px solid #e8e8f0;">
          <span style="font-weight: 600; font-size: 0.85em; color: #2a6f97;">第一步</span>
          <p style="margin: 2px 0 0; font-size: 0.95em; color: #3a3a4a;">设置管理员用户名和密码</p>
        </div>
        <div style="background: #f5f6fa; padding: 12px 16px; border-radius: 6px; border: 1px solid #e8e8f0;">
          <span style="font-weight: 600; font-size: 0.85em; color: #2a6f97;">第二步</span>
          <p style="margin: 2px 0 0; font-size: 0.95em; color: #3a3a4a;">选择存储位置（可自定义路径）</p>
        </div>
      </div>
    </div>
  </div>
</div>
<div style="margin-bottom: 24px; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08);">
  <div style="position: relative; width: 100%; padding-bottom: 56.25%; background: #1a1a2e; overflow: hidden;">
    <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; animation: slide 12s infinite;">
      <div style="min-width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #2a3a5e;">
        <img src="/content/uploadfile/202607/admin.PNG" style="width: 100%; height: 100%; object-fit: contain; display: block;">
      </div>
      <div style="min-width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #3a2a5e;">
        <img src="/content/uploadfile/202607/collect.PNG" style="width: 100%; height: 100%; object-fit: contain; display: block;">
      </div>
      <div style="min-width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #2a5e3a;">
        <img src="/content/uploadfile/202607/success.PNG" style="width: 100%; height: 100%; object-fit: contain; display: block;">
      </div>
    </div>
  </div>
</div>
<style>
@keyframes slide {
  0% { transform: translateX(0); }
  30% { transform: translateX(0); }
  40% { transform: translateX(-100%); }
  70% { transform: translateX(-100%); }
  80% { transform: translateX(-200%); }
  100% { transform: translateX(-200%); }
}
</style>
<!-- ========== 使用流程 ========== -->
<div style="background: #e6f0ff; padding: 32px 24px 24px; border-radius: 12px; margin-bottom: 8px;">
  <h2 style="font-size: 1.3em; font-weight: 600; color: #1a1a2e; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid rgba(42, 111, 151, 0.2);">使用流程</h2>
  <div style="display: flex; gap: 8px; flex-wrap: wrap;">
    <div style="flex: 1 1 80px; min-width: 60px; background: #fff; padding: 14px 8px; border-radius: 8px; text-align: center; border-bottom: 3px solid #2a6f97;">
      <span style="display: block; text-align: center; font-size: 0.7em; color: #888; font-weight: 500; letter-spacing: 1px;">01</span>
      <strong style="display: block; margin: 4px 0; font-size: 0.85em;">登录后台</strong>
      <span style="display: block; text-align: center; font-size: 0.7em; color: #6a6a7a;">admin/login</span>
    </div>
    <div style="flex: 1 1 80px; min-width: 60px; background: #fff; padding: 14px 8px; border-radius: 8px; text-align: center; border-bottom: 3px solid #2a6f97;">
      <span style="display: block; text-align: center; font-size: 0.7em; color: #888; font-weight: 500; letter-spacing: 1px;">02</span>
      <strong style="display: block; margin: 4px 0; font-size: 0.85em;">创建任务</strong>
      <span style="display: block; text-align: center; font-size: 0.7em; color: #6a6a7a;">填写信息</span>
    </div>
    <div style="flex: 1 1 80px; min-width: 60px; background: #fff; padding: 14px 8px; border-radius: 8px; text-align: center; border-bottom: 3px solid #2a6f97;">
      <span style="display: block; text-align: center; font-size: 0.7em; color: #888; font-weight: 500; letter-spacing: 1px;">03</span>
      <strong style="display: block; margin: 4px 0; font-size: 0.85em;">分享链接</strong>
      <span style="display: block; text-align: center; font-size: 0.7em; color: #6a6a7a;">复制或二维码</span>
    </div>
    <div style="flex: 1 1 80px; min-width: 60px; background: #fff; padding: 14px 8px; border-radius: 8px; text-align: center; border-bottom: 3px solid #2a6f97;">
      <span style="display: block; text-align: center; font-size: 0.7em; color: #888; font-weight: 500; letter-spacing: 1px;">04</span>
      <strong style="display: block; margin: 4px 0; font-size: 0.85em;">提交文件</strong>
      <span style="display: block; text-align: center; font-size: 0.7em; color: #6a6a7a;">填写姓名上传</span>
    </div>
    <div style="flex: 1 1 80px; min-width: 60px; background: #fff; padding: 14px 8px; border-radius: 8px; text-align: center; border-bottom: 3px solid #2a6f97;">
      <span style="display: block; text-align: center; font-size: 0.7em; color: #888; font-weight: 500; letter-spacing: 1px;">05</span>
      <strong style="display: block; margin: 4px 0; font-size: 0.85em;">查看文件</strong>
      <span style="display: block; text-align: center; font-size: 0.7em; color: #6a6a7a;">应用文件目录</span>
    </div>
  </div>
</div>
<!-- ========== 更新记录 ========== -->
<div style="background: #f5f6fa; padding: 8px 20px 24px; border-radius: 12px; margin: 8px 0 8px;">
  <h2 style="font-size: 1.3em; font-weight: 600; color: #1a1a2e; margin: 24px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #e8e8f0;">更新记录</h2>
  <div style="display: flex; flex-direction: column; gap: 16px; margin-bottom: 8px;">

    <div style="background: #fff; padding: 14px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <div style="display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;">
        <span style="font-weight: 600; color: #1a1a2e; font-size: 1.05em;">v1.1.0</span>
        <span style="font-size: 0.8em; color: #888;">2026-07-31</span>
      </div>
      <ul style="margin: 6px 0 0; padding-left: 20px; color: #3a3a4a; font-size: 0.95em; line-height: 1.8;">
        <li>后台管理-任务列表：新增任务规则显示（文件名称 / 大小上限 / 类型 / 截止时间 / 提交次数 / 链接 / 操作等）功能</li>
        <li>后台管理-任务列表：新增模态窗口，支持既有任务的规则编辑修改功能</li>
        <li>前端页面：新增提交成功页面，文件提交后跳转独立成功页</li>
      </ul>
    </div>

    <div style="background: #fff; padding: 14px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <div style="display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;">
        <span style="font-weight: 600; color: #1a1a2e; font-size: 1.05em;">v1.0.2</span>
        <span style="font-size: 0.8em; color: #888;">2026-07-23</span>
      </div>
      <ul style="margin: 6px 0 0; padding-left: 20px; color: #3a3a4a; font-size: 0.95em; line-height: 1.8;">
        <li>后台管理新增文件类型白名单设置功能</li>
        <li>后台管理新增每人提交文件次数设置功能</li>
      </ul>
    </div>
  </div>
</div>
<!-- ========== 底部 ========== -->
<div style="margin-top: 48px; padding-top: 24px; border-top: 1px solid #e8e8e8; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px;">
  <span style="color: #888; font-size: 0.85em;">云收集·为FNOS打造·开源免费</span>
</div>]]></description>
    <pubDate>Thu, 30 Jul 2026 23:00:32 +0800</pubDate>
    <dc:creator>晦华先生</dc:creator>
    <guid>https://hhxs2025.top/?post=5</guid>
</item>
<item>
    <title>FNOS应用-云资源</title>
    <link>https://hhxs2025.top/?post=3</link>
    <description><![CDATA[<!-- ========== 顶部 ========== -->
<div style="padding: 0 0 20px; border-bottom: 1px solid #e8e8e8; margin-bottom: 24px;">
  <div style="display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px;">
    <div>
      <span style="font-size: 0.75em; font-weight: 600; color: #2a6f97; letter-spacing: 2px; text-transform: uppercase;">FNOS 应用</span>
      <h1 style="margin: 4px 0 2px; font-size: 2.4em; font-weight: 600; letter-spacing: -0.5px; color: #1a1a2e;">云资源</h1>
      <p style="margin: 0; font-size: 0.95em; color: #6a6a7a;">轻量级资源下载站点搭建工具，支持分类、标签与用户权限管理</p>
    </div>
    <div style="display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap;">
      <a href="https://gitee.com/hhxs2025/cloud-resources/releases/download/1.0.5/cloud-resources-1.0.5-x86-so.fpk" style="display: inline-block; background: #1a1a2e; color: #fff; padding: 8px 24px; border-radius: 6px; text-decoration: none; font-size: 0.9em; font-weight: 500;">下载最新版</a>
      <a href="https://gitee.com/hhxs2025/cloud-resources" style="display: inline-block; background: #1a1a2e; color: #fff; padding: 8px 24px; border-radius: 6px; text-decoration: none; font-size: 0.9em; font-weight: 500; border: 1px solid #d0d0d8;">Gitee</a>
    </div>
  </div>
</div>
<!-- ========== 简介 ========== -->
<div style="background: #f5f6fa; padding: 20px 24px; border-radius: 8px; margin-bottom: 24px; border-left: 4px solid #2a6f97;">
  <p style="margin: 0; color: #3a3a4a; font-size: 0.95em; line-height: 1.8;">云资源是一款专为飞牛 fnOS 开发的轻量级资源下载站点搭建工具。支持分类、标签、用户权限管理，仅登录用户可下载资源。适用于团队内部文件共享、资料归档、软件分发等场景。</p>
</div>
<!-- ========== 功能说明 ========== -->
<div style="background: #e6f0ff; padding: 24px 24px 20px; border-radius: 12px; margin-bottom: 24px;">
  <h2 style="font-size: 1.3em; font-weight: 600; color: #1a1a2e; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid rgba(42, 111, 151, 0.2);">功能说明</h2>

  <h3 style="font-size: 0.95em; font-weight: 600; color: #1a1a2e; margin: 0 0 10px;">云资源 1.0.1 版</h3>
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; background: rgba(255,255,255,0.65); padding: 16px 20px; border-radius: 8px; margin-bottom: 20px; font-size: 0.92em; color: #3a3a4a;">
    <span>▸ 分类管理：自定义资源分类</span>
    <span>▸ 标签管理：支持多标签筛选</span>
    <span>▸ 资源上传：支持大文件（最大 1GB）</span>
    <span>▸ 资源编辑：修改标题、描述、分类、标签</span>
    <span>▸ 权限控制：仅登录用户可下载</span>
    <span>▸ 用户管理：管理员统一添加/禁用/删除</span>
    <span>▸ 站点设置：自定义名称、简介、关于我们</span>
    <span>▸ 响应式设计：适配桌面和移动端</span>
  </div>

  <h3 style="font-size: 0.95em; font-weight: 600; color: #1a1a2e; margin: 16px 0 10px;">云资源 1.0.3 更新</h3>
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; background: rgba(255,255,255,0.65); padding: 16px 20px; border-radius: 8px; margin-bottom: 16px; font-size: 0.92em; color: #3a3a4a;">
    <span>▸ 界面优化：提升可读性</span>
    <span>▸ 资源描述支持 HTML 富文本</span>
    <span>▸ 新增图片路由，支持图片访问</span>
    <span>▸ 管理员可重置普通用户密码</span>
    <span>▸ 替换为 Gunicorn 生产级服务器</span>
  </div>
  <div style="margin-bottom: 20px;">
    <a href="https://gitee.com/hhxs2025/cloud-resources/releases/download/1.0.3/cloud-resources-1.0.3-x86-so.fpk" style="display: inline-block; background: #1a1a2e; color: #fff; padding: 6px 20px; border-radius: 6px; text-decoration: none; font-size: 0.85em; font-weight: 500;">下载 1.0.3</a>
  </div>

  <h3 style="font-size: 0.95em; font-weight: 600; color: #1a1a2e; margin: 16px 0 10px;">云资源 1.0.4 更新</h3>
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; background: rgba(255,255,255,0.65); padding: 16px 20px; border-radius: 8px; margin-bottom: 16px; font-size: 0.92em; color: #3a3a4a;">
    <span>▸ 界面优化：提升可读性</span>
    <span>▸ 资源描述支持 HTML 富文本</span>
    <span>▸ 新增图片路由，支持图片访问</span>
    <span>▸ 管理员可重置普通用户密码</span>
    <span>▸ 替换为 Gunicorn 生产级服务器</span>
    <span>▸ 站点首页及详情支持 Markdown</span>
    <span>▸ 支持站点 LOGO 自定义</span>
    <span>▸ 支持去除开发者信息</span>
  </div>
  <div style="margin-bottom: 20px;">
    <a href="https://gitee.com/hhxs2025/cloud-resources/releases/download/1.0.4/cloud-resources-1.0.4-x86-so.fpk" style="display: inline-block; background: #1a1a2e; color: #fff; padding: 6px 20px; border-radius: 6px; text-decoration: none; font-size: 0.85em; font-weight: 500;">下载 1.0.4</a>
  </div>

  <h3 style="font-size: 0.95em; font-weight: 600; color: #1a1a2e; margin: 16px 0 10px;">云资源 1.0.5 更新（最新版本）</h3>
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; background: rgba(255,255,255,0.65); padding: 16px 20px; border-radius: 8px; margin-bottom: 16px; font-size: 0.92em; color: #3a3a4a;">
    <span>▸ 批量上传：一次性选择多个文件</span>
    <span>▸ 文件夹导入：支持选择整个文件夹</span>
    <span>▸ 标题前缀：批量上传时自动拼接文件名</span>
  </div>
  <div>
    <a href="https://gitee.com/hhxs2025/cloud-resources/releases/download/1.0.5/cloud-resources-1.0.5-x86-so.fpk" style="display: inline-block; background: #1a1a2e; color: #fff; padding: 8px 28px; border-radius: 6px; text-decoration: none; font-size: 0.95em; font-weight: 500;">下载 1.0.5</a>
  </div>
</div>
<!-- ========== 使用说明 ========== -->
<div style="background: #f5f6fa; padding: 20px 24px 24px; border-radius: 12px; margin-bottom: 24px;">
  <h2 style="font-size: 1.3em; font-weight: 600; color: #1a1a2e; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid #e8e8f0;">使用说明</h2>

  <h3 style="font-size: 0.95em; font-weight: 600; color: #1a1a2e; margin: 16px 0 8px;">登录管理后台</h3>
  <p style="margin: 0 0 16px; color: #3a3a4a; font-size: 0.95em;">登录后点击顶部导航「管理」进入后台。</p>

  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 16px;">
    <div style="background: #fff; padding: 16px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <h4 style="margin: 0 0 6px; font-size: 0.9em; font-weight: 600; color: #1a1a2e;">分类管理</h4>
      <p style="margin: 0; color: #3a3a4a; font-size: 0.9em; line-height: 1.7;">在「资源管理」页面底部：输入分类名称，点击「添加分类」；点击分类旁的 <code style="background: #e8e8f0; padding: 0 6px; border-radius: 3px; font-size: 0.85em;">×</code> 删除分类（会同时删除该分类下的所有资源）。</p>
    </div>
    <div style="background: #fff; padding: 16px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <h4 style="margin: 0 0 6px; font-size: 0.9em; font-weight: 600; color: #1a1a2e;">标签管理</h4>
      <p style="margin: 0; color: #3a3a4a; font-size: 0.9em; line-height: 1.7;">在「资源管理」页面底部：输入标签名称，点击「添加标签」；点击标签旁的 <code style="background: #e8e8f0; padding: 0 6px; border-radius: 3px; font-size: 0.85em;">×</code> 删除标签。</p>
    </div>
    <div style="background: #fff; padding: 16px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <h4 style="margin: 0 0 6px; font-size: 0.9em; font-weight: 600; color: #1a1a2e;">添加资源</h4>
      <p style="margin: 0; color: #3a3a4a; font-size: 0.9em; line-height: 1.7;">点击「添加资源」展开表单：填写标题（必填）、选择文件（必填，最大 1GB）、选择分类/标签（可选）、填写描述（可选），点击「提交」完成上传。</p>
    </div>
    <div style="background: #fff; padding: 16px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <h4 style="margin: 0 0 6px; font-size: 0.9em; font-weight: 600; color: #1a1a2e;">编辑资源</h4>
      <p style="margin: 0; color: #3a3a4a; font-size: 0.9em; line-height: 1.7;">在资源列表中点击「编辑」：修改标题、描述、分类、标签，点击「保存」生效。</p>
    </div>
    <div style="background: #fff; padding: 16px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <h4 style="margin: 0 0 6px; font-size: 0.9em; font-weight: 600; color: #1a1a2e;">删除资源</h4>
      <p style="margin: 0; color: #3a3a4a; font-size: 0.9em; line-height: 1.7;">在资源列表中点击「删除」，确认后删除资源文件及记录。</p>
    </div>
    <div style="background: #fff; padding: 16px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <h4 style="margin: 0 0 6px; font-size: 0.9em; font-weight: 600; color: #1a1a2e;">用户管理</h4>
      <p style="margin: 0; color: #3a3a4a; font-size: 0.9em; line-height: 1.7;">在「用户管理」页面：添加用户（用户名/密码/管理员权限）；启用/禁用用户；删除用户（不可删除自己）。</p>
    </div>
  </div>

  <h3 style="font-size: 0.95em; font-weight: 600; color: #1a1a2e; margin: 20px 0 8px;">站点设置</h3>
  <div style="background: #fff; padding: 16px 20px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
    <p style="margin: 0 0 8px; color: #3a3a4a; font-size: 0.95em;">在「站点设置」页面可配置：</p>
    <ul style="margin: 0; padding-left: 20px; color: #3a3a4a; font-size: 0.92em; line-height: 1.9;">
      <li><strong>站点名称</strong>：显示在页面头部</li>
      <li><strong>站点简介</strong>：显示在头部标题下方</li>
      <li><strong>关于我们</strong>：显示在首页，支持 HTML 标签</li>
    </ul>
    <div style="background: #f5f6fa; padding: 12px 16px; border-radius: 6px; margin-top: 10px; font-size: 0.85em; color: #3a3a4a; font-family: monospace; white-space: pre-wrap; word-break: break-all;">&lt;h3&gt;关于我们&lt;/h3&gt;
&lt;p style="text-indent:2em"&gt;云资源是一个专注于资源共享的下载站点。&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;📄 文档资料&lt;/li&gt;
  &lt;li&gt;🛠️ 软件工具&lt;/li&gt;
&lt;/ul&gt;</div>
  </div>
</div>
<!-- ========== 配置须知 ========== -->
<div style="background: #f5f6fa; padding: 20px 24px 24px; border-radius: 12px; margin-bottom: 24px;">
  <h2 style="font-size: 1.3em; font-weight: 600; color: #1a1a2e; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid #e8e8f0;">配置须知</h2>

  <h3 style="font-size: 0.95em; font-weight: 600; color: #1a1a2e; margin: 0 0 8px;">资源存储路径</h3>
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 16px;">
    <div style="background: #fff; padding: 14px 18px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <span style="font-weight: 600; font-size: 0.85em; color: #2a6f97;">默认存储路径</span>
      <p style="margin: 4px 0 0; font-size: 0.9em; color: #3a3a4a; font-family: monospace;">/vol1/@appshare/cloud_resources</p>
    </div>
    <div style="background: #fff; padding: 14px 18px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.04);">
      <span style="font-weight: 600; font-size: 0.85em; color: #2a6f97;">自定义存储路径</span>
      <p style="margin: 4px 0 0; font-size: 0.9em; color: #3a3a4a;">应用设置 → 存储设置 → 编辑；添加允许访问文件夹</p>
    </div>
  </div>
</div>
<!-- ========== 底部 ========== -->
<div style="margin-top: 32px; padding-top: 20px; border-top: 1px solid #e8e8e8; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px;">
  <span style="color: #888; font-size: 0.85em;">云资源·为FNOS打造·开源免费</span>
</div>]]></description>
    <pubDate>Thu, 30 Jul 2026 11:02:41 +0800</pubDate>
    <dc:creator>晦华先生</dc:creator>
    <guid>https://hhxs2025.top/?post=3</guid>
</item>
</channel>
</rss>