1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-06-30 12:06:16 +08:00

feat: 基于@142vip/vuepress对站点升级,简化配置、优化整体结构 (#149)

This commit is contained in:
142vip.cn
2025-05-18 17:28:07 +08:00
committed by GitHub
parent 866d943b17
commit 42614cde10
13 changed files with 824 additions and 616 deletions

View File

@@ -4,7 +4,7 @@ import { VipColor, VipConsole, vipLogger } from '@142vip/utils'
/**
* 验证Git Commit信息
*/
async function verifyCommitMain(): Promise<void> {
function verifyCommitMain(): void {
const { type, scope, subject, commit } = commitLiner()
// 提交符合规范,打印相关信息