5 Commits
v1.2.3 ... main

Author SHA1 Message Date
YunYouJun
190c05918b chore: update readme link 2025-01-24 11:45:55 +08:00
YunYouJun
42c244573c ci: remove vercel 2025-01-24 11:44:02 +08:00
YunYouJun
21f74b3c48 chore: release v1.2.4 2025-01-24 11:40:38 +08:00
YunYouJun
5fa5944dff chore: fix ci node version 2025-01-24 11:40:02 +08:00
YunYouJun
1af9e36fc0 chore: upgrade readme 2025-01-24 11:36:35 +08:00
4 changed files with 7 additions and 30 deletions

View File

@@ -17,10 +17,10 @@ jobs:
uses: pnpm/action-setup@v2
# after pnpm
- name: Use Node.js 16
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*
registry-url: https://registry.npmjs.org/
cache: pnpm

View File

@@ -1,24 +0,0 @@
name: Production Tag Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
# Pattern matched against refs/tags
tags:
- '*' # Push events to every tag not containing /
jobs:
Deploy-Production:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

View File

@@ -9,9 +9,10 @@
### 网页版本
- 网站链接:[cook.yunyoujun.cn](https://cook.yunyoujun.cn)
- 备用[cook.yyj.moe](https://cook.yyj.moe)
- 开发版[cook.yunle.app](https://cook.yunle.app)
- 网站链接Cloudflare[cook.yunyoujun.cn](https://cook.yunyoujun.cn)
- 国内加速(腾讯云)[cook.yunle.fun](https://cook.yunle.fun)
- 备用Netlify[cook.yyj.moe](https://cook.yyj.moe)
- 开发版Vercel[cook.yunle.app](https://cook.yunle.app)
### 小程序版本

View File

@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.2.3",
"version": "1.2.4",
"private": true,
"packageManager": "pnpm@9.15.4",
"engines": {