Skip to content

微信小程序【小而美工具】,包含万年历/老黄历/节日节气/亲戚称呼/肥胖评估/儿童生长/青少年身高/手电筒/计算器等小工具,支持深色外观和十多种配色,永久免费。

License

Notifications You must be signed in to change notification settings

whinc/ucalc-website

Repository files navigation

微信小程序【小而美工具】

官网站点

微信号:iCloudCoding

Next js starter banner

本地开发

npm ci
# 启动后本地浏览器打开 http://localhost:3000/ucalc-website/
npm run dev

部署发布

# https://whinc.github.io/ucalc-website/
npm run deploy:github

# https://xiaohui_hubei.gitee.io/ucalc-website/
npm run deploy:gitee

更新图片资源

# 1.将新增的图片(原始大小)拷贝到 public/assets/screenshots_raw 目录
# 2.执行下面脚本,全量压缩图片
TINYPNG_API_KEY=<API_KEY> npm run update-assets

# 增量压缩图片,仅 --since 日期之后新增的图片会被压缩
TINYPNG_API_KEY=<API_KEY> npm run update-assets -- --since='2024-04-29T10:00:00'

脚本依赖 zx 工具,请先确保全局安装npm install -g zx

Gitee

为了方便国内用户访问,仓库也同步一份到 Gitee 上 xiaohui_hubei/ucalc-website

git remote add origin-gitee [email protected]:xiaohui_hubei/ucalc-website.git
git push origin-gitee main

About

微信小程序【小而美工具】,包含万年历/老黄历/节日节气/亲戚称呼/肥胖评估/儿童生长/青少年身高/手电筒/计算器等小工具,支持深色外观和十多种配色,永久免费。

Topics

Resources

License

Stars

Watchers

Forks