【feat】Optimize the web app build script to include checks for the build results, preventing partial successes. (#2058)

This commit is contained in:
zyclove
2025-02-14 21:22:42 +08:00
committed by GitHub
parent e9d9c4591d
commit baae7f74b8
4 changed files with 19 additions and 2 deletions

View File

@@ -178,6 +178,7 @@ export type QueryDataType = {
export type ColumnType = {
authorized: boolean;
name: string;
nameEn: string;
bizName: string;
showType: string;
type: string;