惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
T
Threat Research - Cisco Blogs
S
SegmentFault 最新的问题
V2EX - 技术
V2EX - 技术
Hacker News: Ask HN
Hacker News: Ask HN
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
P
Proofpoint News Feed
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
AI
AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
Hacker News - Newest:
Hacker News - Newest: "LLM"
B
Blog
N
News and Events Feed by Topic
N
News | PayPal Newsroom
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
C
Cybersecurity and Infrastructure Security Agency CISA
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
U
Unit 42
腾讯CDC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Cloudflare Blog
H
Help Net Security
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 热门话题
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
H
Heimdal Security Blog
博客园 - 聂微东
S
Securelist
大猫的无限游戏
大猫的无限游戏
Cloudbric
Cloudbric
Cisco Talos Blog
Cisco Talos Blog

教程 – liseezn'blog

在Zeabur部署Rhex现代论坛 – liseezn'blog Rhex论坛接入DeepSeek 踩坑实录 – liseezn'blog Edge密码危机自救:1小时的迁移双持方案 – liseezn'blog Token到底是什么意思 – liseezn'blog 解决Docker构建PHP8.2+XLoad镜像常见报错,附国内加速+GitHub推送指南 – liseezn'blog OpenClaw 完整部署+接入OpenRouter全教程(Zeabur平台) – liseezn'blog SeeFriends:一款让你轻松管理友情链接的 WordPress 插件 – liseezn'blog Zeabur 一键部署 OpenClaw 教程(折后最低1.6美元/月) – liseezn'blog Zeabur部署Matomo教程 – liseezn'blog 用certd,5分钟搞定HTTPS证书 – liseezn'blog 开源一款BMI+体脂率综合计算器 – liseezn'blog 轻松迁移网站:使用UpdraftPlus完整教程 – liseezn'blog OpenTofu 实战:用开源 IaC 工具一键部署 Docker 应用 – liseezn'blog Zed 编辑器高效配置指南:从安装到打造专属前端工作流 – liseezn'blog
SVGcode 一键部署到 Zeabur – liseezn'blog
liseeze · 2026-05-10 · via 教程 – liseezn'blog

本文最后更新于34 天前,其中的信息可能已经过时,如有错误请发送邮件到[email protected]

SVGcode 是一个超好用的 SVG 优化工具,能把位图转成高质量矢量图。今天教大家用 Zeabur 快速部署自己的 SVGcode 实例,全程不到5分钟,零服务器运维经验也能搞定。

一、前置准备

  • 一个 GitHub 账号
  • 一个 Zeabur 账号(推荐直接用 GitHub 一键登录)
  • 本地安装 Git 和 Node.js 18+ LTS 版本

二、Fork 代码到自己仓库

1. 打开 SVGcode 原仓库:https://github.com/joachimesque/SVGcode
2. 点击页面右上角的 Fork 按钮,将仓库复制到你的 GitHub 账号下
3. 本地测试(可选但推荐):

git clone https://github.com/你的用户名/SVGcode.git
cd SVGcode && npm install && npm start

浏览器打开  http://localhost:3000  确认能正常运行。

1. 登录 Zeabur 控制台,点击左上角 + 新建项目,选择新加坡区域(国内访问最快)
2. 进入项目后,点击 + 添加服务 → GitHub
3. 授权 Zeabur 访问你的仓库,然后选择刚才 Fork 的  SVGcode  仓库
4. 关键配置(必须改对,否则100%部署失败):配置项 必须填写的值
构建命令  npm install && npm run build 
输出目录  dist 
启动命令  npx serve -s dist -l 3000 
端口 3000
5. 点击底部 部署 按钮,等待1-2分钟,部署成功后点击生成的  .zeabur.app  域名即可访问。

小技巧

  • 自动部署:默认开启,以后只要往 GitHub  main  分支推送代码,Zeabur 会自动重新构建部署
  • 自定义域名:在服务的「域名」标签页添加你的域名,按提示配置 CNAME 解析即可
  • 中文翻译:按照仓库说明复制  en-US.js  翻译为  zh-CN.js ,修改  i18n.js  后提交代码,自动部署中文版本

小结

部署自己的 SVGcode 实例其实非常简单,只需要 Fork 代码 + 几个简单的 Zeabur 配置,就能拥有一个随时可用、自动更新的私有png转svg工具。

不仅不用操心服务器运维,还可以根据自己的需求添加中文翻译或其他功能。现在就动手试试吧!

|´・ω・)ノ

ヾ(≧∇≦*)ゝ

(☆ω☆)

(╯‵□′)╯︵┴─┴

 ̄﹃ ̄

(/ω\)

∠( ᐛ 」∠)_

(๑•̀ㅁ•́ฅ)

→_→

୧(๑•̀⌄•́๑)૭

٩(ˊᗜˋ*)و

(ノ°ο°)ノ

(´இ皿இ`)

⌇●﹏●⌇

(ฅ´ω`ฅ)

(╯°A°)╯︵○○○

φ( ̄∇ ̄o)

ヾ(´・ ・`。)ノ"

( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃

(ó﹏ò。)

Σ(っ °Д °;)っ

( ,,´・ω・)ノ"(´っω・`。)

╮(╯▽╰)╭

o(*////▽////*)q

>﹏<

( ๑´•ω•) "(ㆆᴗㆆ)

😂

😀

😅

😊

🙂

🙃

😌

😍

😘

😜

😝

😏

😒

🙄

😳

😡

😔

😫

😱

😭

💩

👻

🙌

🖕

👍

👫

👬

👭

🌚

🌝

🙈

💊

😶

🙏

🍦

🍉

😣

Source: github.com/k4yt3x/flowerhd