WIP: preserve frontend redesign

This commit is contained in:
2026-07-19 19:31:00 +08:00
parent 7c19234523
commit 1b1d983060
8 changed files with 2345 additions and 528 deletions
+3
View File
@@ -3,6 +3,9 @@ import request from './request';
export interface ConfigResponse {
basePath: string;
inputDir: string;
libraryDir: string;
rejectedDir: string;
// 保留原有字段以保证向后兼容
aggregatedDir: string;
formatIssuesDir: string;
duplicatesDir: string;