<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>雨月空间站</title>
  <icon>https://www.mintimate.cn/favicon.ico</icon>
  <subtitle>为你我贡献经验</subtitle>
  <link href="https://www.mintimate.cn/atom.xml" rel="self"/>
  
  <link href="https://www.mintimate.cn/"/>
  <updated>2026-04-02T01:45:40.671Z</updated>
  <id>https://www.mintimate.cn/</id>
  
  <author>
    <name>Mintimate</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>LeanCloud 遗憾谢幕：基于 EdgeOne KV 打造高性能 PV/UV 访客统计</title>
    <link href="https://www.mintimate.cn/2026/02/14/openKounter/"/>
    <id>https://www.mintimate.cn/2026/02/14/openKounter/</id>
    <published>2026-02-14T07:30:00.000Z</published>
    <updated>2026-04-02T01:45:40.671Z</updated>
    
    
    <summary type="html">LeanCloud 官宣 2026 年停服，Hexo 博客阅读量统计何去何从？无需购买服务器，让我们利用腾讯云 EdgeOne Pages + KV 存储，搭建高性能 Serverless 计数器。</summary>
    
    
    
    <category term="Code" scheme="https://www.mintimate.cn/categories/Code/"/>
    
    <category term="后端" scheme="https://www.mintimate.cn/categories/Code/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="前端" scheme="https://www.mintimate.cn/categories/Code/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="EdgeOne" scheme="https://www.mintimate.cn/tags/EdgeOne/"/>
    
    <category term="Hexo" scheme="https://www.mintimate.cn/tags/Hexo/"/>
    
    <category term="Serverless" scheme="https://www.mintimate.cn/tags/Serverless/"/>
    
    <category term="Vue" scheme="https://www.mintimate.cn/tags/Vue/"/>
    
  </entry>
  
  <entry>
    <title>从灵感到上架：用 AI 图像生成制作微信表情包完整指南</title>
    <link href="https://www.mintimate.cn/2026/01/02/genWechatEmoji/"/>
    <id>https://www.mintimate.cn/2026/01/02/genWechatEmoji/</id>
    <published>2026-01-02T03:21:37.000Z</published>
    <updated>2026-04-02T01:45:40.668Z</updated>
    
    
    <summary type="html">零基础也能用 AI 制作微信表情包！本文详解两种思路：风格一致性角色 + 场景融合，或参考现有表情包生成新作品，手把手教你从创意到上架全流程。</summary>
    
    
    
    <category term="AIGC" scheme="https://www.mintimate.cn/categories/AIGC/"/>
    
    <category term="图像生成" scheme="https://www.mintimate.cn/categories/AIGC/%E5%9B%BE%E5%83%8F%E7%94%9F%E6%88%90/"/>
    
    
    <category term="AIGC" scheme="https://www.mintimate.cn/tags/AIGC/"/>
    
    <category term="AI绘图" scheme="https://www.mintimate.cn/tags/AI%E7%BB%98%E5%9B%BE/"/>
    
    <category term="微信表情包" scheme="https://www.mintimate.cn/tags/%E5%BE%AE%E4%BF%A1%E8%A1%A8%E6%83%85%E5%8C%85/"/>
    
  </entry>
  
  <entry>
    <title>告别环境配置烦恼：基于 Docker 打造丝滑的 All In One远程开发环境</title>
    <link href="https://www.mintimate.cn/2025/11/09/aioDevContainer/"/>
    <id>https://www.mintimate.cn/2025/11/09/aioDevContainer/</id>
    <published>2025-11-09T07:18:45.000Z</published>
    <updated>2026-04-02T01:45:40.667Z</updated>
    
    
    <summary type="html">基于 Docker 在服务器上构建 All In One 远程开发容器，通过 SSH 连接实现跨设备开发。即使 AI Agent 操作失误导致环境崩溃，也不会影响宿主机，随时可以快速重建。</summary>
    
    
    
    <category term="Code" scheme="https://www.mintimate.cn/categories/Code/"/>
    
    <category term="后端" scheme="https://www.mintimate.cn/categories/Code/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="前端" scheme="https://www.mintimate.cn/categories/Code/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="Docker" scheme="https://www.mintimate.cn/tags/Docker/"/>
    
    <category term="AIGC" scheme="https://www.mintimate.cn/tags/AIGC/"/>
    
    <category term="Code" scheme="https://www.mintimate.cn/tags/Code/"/>
    
  </entry>
  
  <entry>
    <title>Vue项目接口防刷加固：接入腾讯云天御验证码实现人机验证、恶意请求拦截</title>
    <link href="https://www.mintimate.cn/2025/09/12/qcloudCaptchaIntegration/"/>
    <id>https://www.mintimate.cn/2025/09/12/qcloudCaptchaIntegration/</id>
    <published>2025-09-12T07:19:26.000Z</published>
    <updated>2026-04-02T01:45:40.671Z</updated>
    
    
    <summary type="html">我们在设计一些公共业务接口的时候，比如登录、注册、找回密码等，为了防止恶意请求，我们通常会采用人机验证、恶意请求拦截等手段来保护我们的接口。本文将介绍如何使用腾讯云天御验证码来实现人机验证和恶意请求拦截。</summary>
    
    
    
    <category term="Code" scheme="https://www.mintimate.cn/categories/Code/"/>
    
    <category term="后端" scheme="https://www.mintimate.cn/categories/Code/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="前端" scheme="https://www.mintimate.cn/categories/Code/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="Code" scheme="https://www.mintimate.cn/tags/Code/"/>
    
    <category term="vue组件" scheme="https://www.mintimate.cn/tags/vue%E7%BB%84%E4%BB%B6/"/>
    
    <category term="人机验证" scheme="https://www.mintimate.cn/tags/%E4%BA%BA%E6%9C%BA%E9%AA%8C%E8%AF%81/"/>
    
  </entry>
  
  <entry>
    <title>将 VitePress 文档数据向量化，配合 RAG 实现 AI 助手插件</title>
    <link href="https://www.mintimate.cn/2025/08/24/knowledgeRagCnb/"/>
    <id>https://www.mintimate.cn/2025/08/24/knowledgeRagCnb/</id>
    <published>2025-08-24T07:00:00.000Z</published>
    <updated>2026-04-02T01:45:40.670Z</updated>
    
    
    <summary type="html">将 VitePress 文档的 Markdown 数据向量化，并使用 RAG 进行检索，在 VitePress 导航栏添加 AI 助手插件。</summary>
    
    
    
    <category term="Code" scheme="https://www.mintimate.cn/categories/Code/"/>
    
    <category term="后端" scheme="https://www.mintimate.cn/categories/Code/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="前端" scheme="https://www.mintimate.cn/categories/Code/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="AIGC" scheme="https://www.mintimate.cn/tags/AIGC/"/>
    
    <category term="Code" scheme="https://www.mintimate.cn/tags/Code/"/>
    
    <category term="CNB" scheme="https://www.mintimate.cn/tags/CNB/"/>
    
    <category term="vue组件" scheme="https://www.mintimate.cn/tags/vue%E7%BB%84%E4%BB%B6/"/>
    
    <category term="知识库" scheme="https://www.mintimate.cn/tags/%E7%9F%A5%E8%AF%86%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>Firefox中国版关闭，如何下载国际版并迁移数据？</title>
    <link href="https://www.mintimate.cn/2025/07/28/installFirefox/"/>
    <id>https://www.mintimate.cn/2025/07/28/installFirefox/</id>
    <published>2025-07-27T16:08:48.000Z</published>
    <updated>2026-04-02T01:45:40.669Z</updated>
    
    
    <summary type="html">特供版 Firefox 即将停止服务，那么如何安装国际版的 Firefox 呢？使用软件包管理器(Windows(winget)、macOS(brew) 和 Linux)可以丝滑安装 Firefox, 但是如果想要迁移到国际版，该怎么做呢?</summary>
    
    
    
    <category term="Tool" scheme="https://www.mintimate.cn/categories/Tool/"/>
    
    
    <category term="Windows" scheme="https://www.mintimate.cn/tags/Windows/"/>
    
    <category term="Firefox" scheme="https://www.mintimate.cn/tags/Firefox/"/>
    
    <category term="Homebrew" scheme="https://www.mintimate.cn/tags/Homebrew/"/>
    
  </entry>
  
  <entry>
    <title>​​开源密码管理新选择：自建 Bitwarden(Vault)密码托管，跨平台同步 + MFA 多因素认证</title>
    <link href="https://www.mintimate.cn/2025/07/26/vaultwardenHost/"/>
    <id>https://www.mintimate.cn/2025/07/26/vaultwardenHost/</id>
    <published>2025-07-26T08:47:38.000Z</published>
    <updated>2026-04-02T01:45:40.672Z</updated>
    
    
    <summary type="html">自建开源 Bitwarden/Vault 密码库：安全托管强密码，跨平台自动同步、自动填充密码，支持 MFA 多因素认证。掌控数据，提升安全！​</summary>
    
    
    
    
    <category term="服务器" scheme="https://www.mintimate.cn/tags/%E6%9C%8D%E5%8A%A1%E5%99%A8/"/>
    
    <category term="Bitwarden" scheme="https://www.mintimate.cn/tags/Bitwarden/"/>
    
    <category term="Vaultwarden" scheme="https://www.mintimate.cn/tags/Vaultwarden/"/>
    
    <category term="密码管理器" scheme="https://www.mintimate.cn/tags/%E5%AF%86%E7%A0%81%E7%AE%A1%E7%90%86%E5%99%A8/"/>
    
    <category term="MFA" scheme="https://www.mintimate.cn/tags/MFA/"/>
    
  </entry>
  
  <entry>
    <title>自建 Memos 服务：碎片化笔记 + 博客说说栏，一栈双用</title>
    <link href="https://www.mintimate.cn/2025/06/29/baseMemosBB/"/>
    <id>https://www.mintimate.cn/2025/06/29/baseMemosBB/</id>
    <published>2025-06-29T15:25:27.000Z</published>
    <updated>2026-04-02T01:45:40.667Z</updated>
    
    
    <summary type="html">Memos 是一款非常轻量的自托管的备忘录中心。你可以把它当作个人笔记本、备忘录，多账号功能，使得我们也可以和小伙伴共同使用，当作专属朋友圈、微博。本次，我们使用 Docker 部署 Memos，实现一个轻量级的个人博客说说栏。</summary>
    
    
    
    
    <category term="Docker" scheme="https://www.mintimate.cn/tags/Docker/"/>
    
    <category term="Memos" scheme="https://www.mintimate.cn/tags/Memos/"/>
    
  </entry>
  
</feed>
