Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-04-28 11:49:05 +00:00
commit b25d99ea11

View File

@ -32,6 +32,7 @@ export default class extends StorageType {
return new createAliOssStorage({
config: this.storage.options,
filename: cloudFilenameGetter(this.storage),
timeout: this.storage.options.timeout || 600_000,
});
}
async delete(records: AttachmentModel[]): Promise<[number, AttachmentModel[]]> {