1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00

feat: docker镜像新增git相关记录的label标记

This commit is contained in:
142vip.cn
2023-11-07 18:44:12 +08:00
parent 0c42becaf9
commit dccfbcfea6
4 changed files with 58 additions and 32 deletions

View File

@@ -6,7 +6,7 @@
"name": "微信公众号:储凡",
"email": "fairy_408@2925.com",
"url": "https://github.com/142vip",
"homePage": "https://www.142vip.cn"
"homePage": "https://408.142vip.cn"
},
"packageManager": "pnpm@8.9.2",
"engines": {
@@ -18,7 +18,7 @@
"postinstall": "pnpm build:mark-map",
"prepare": "husky install",
"dev": "vuepress dev docs",
"build": "./scripts/bundle build",
"build": "vuepress build docs",
"build:proxy": "./scripts/bundle build_proxy",
"build:mark-map": "./scripts/mark-map",
"deploy:vercel": "vercel --prod",