暫無描述

mrh 3d981c7f5a modify douyin-qrcode 1 年之前
.vitepress 008f19e4da add readme;rename file and url 1 年之前
ai-tools fff9fc45d1 auto load md file,make date order sidebar 1 年之前
contact 3d981c7f5a modify douyin-qrcode 1 年之前
recent 008f19e4da add readme;rename file and url 1 年之前
scripts 008f19e4da add readme;rename file and url 1 年之前
.gitignore 008f19e4da add readme;rename file and url 1 年之前
index.md 008f19e4da add readme;rename file and url 1 年之前
package.json 3d981c7f5a modify douyin-qrcode 1 年之前
pnpm-lock.yaml 3d981c7f5a modify douyin-qrcode 1 年之前
readme.md 3d981c7f5a modify douyin-qrcode 1 年之前
vite.config.js 008f19e4da add readme;rename file and url 1 年之前

readme.md

pnpm install 
pnpm run docs:dev


# 列出所有文件,不包括.gitignore 中的文件
git ls-files --exclude-standard

# 部署
pnpm run docs:build
# 如果 git 分支是 production,默认部署到 cloudflare pages 的 production 分支
npx wrangler pages deploy .vitepress\dist
# 如果 git 分支不是 production,默认部署到 cloudflare pages 的 master 分支,或者用 --branch=production 来指定分支
npx wrangler pages deploy .vitepress\dist --branch=production