mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
【feat】Optimize the web app build script to include checks for the build results, preventing partial successes. (#2058)
This commit is contained in:
@@ -178,6 +178,7 @@ export type QueryDataType = {
|
||||
export type ColumnType = {
|
||||
authorized: boolean;
|
||||
name: string;
|
||||
nameEn: string;
|
||||
bizName: string;
|
||||
showType: string;
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user