更新版本

This commit is contained in:
2025-07-31 17:46:35 +08:00
parent b94848988a
commit cceb4e0fae
75 changed files with 3517 additions and 2643 deletions

View File

@@ -24,6 +24,11 @@ export declare const DirUrl: {
update: string;
move: string;
};
export declare const DirPermissionUrls: {
query: string;
set: string;
};
export declare const EmployeeListUrl: string;
export declare const MaterialUrls: {
query: string;
create: string;
@@ -111,8 +116,6 @@ export declare const RecycleBinUrls: {
Delete: string;
};
export declare const ErrorReportUrl: string;
export declare let FileHistoryUrl: string;
export declare let FileHistoryFilesUrl: string;
export declare const ResourceLibraryURL: {
RenderClassList: string;
RenderModulesList: string;
@@ -158,4 +161,5 @@ export declare const PrivateModule: {
export declare const OssSign: string;
export declare const NOTICE: string;
export declare const NOTICEPNG: string;
export declare const PrivateFileDirCapacity: string;
//# sourceMappingURL=HostUrl.d.ts.map