From fcf34dc35ed71a282cb11b485ad274b0d52d5fdc Mon Sep 17 00:00:00 2001 From: cool Date: Fri, 29 Dec 2023 18:22:05 +0800 Subject: [PATCH] =?UTF-8?q?oss=20=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=85=AC=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/package.json | 2 +- core/src/interface.ts | 2 ++ core/src/package.json | 2 +- file/package.json | 2 +- file/src/interface.ts | 2 +- file/src/package.json | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/core/package.json b/core/package.json index f1aedff..3cb7a66 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@cool-midway/core", - "version": "7.0.6", + "version": "7.0.8", "description": "", "main": "dist/index.js", "typings": "index.d.ts", diff --git a/core/src/interface.ts b/core/src/interface.ts index caf24b1..a9f8f46 100644 --- a/core/src/interface.ts +++ b/core/src/interface.ts @@ -164,6 +164,8 @@ export interface OSSConfig { maxSize?: number; // host host?: string; + // 阿里云oss的公网访问地址 + publicDomain?: string; } /** diff --git a/core/src/package.json b/core/src/package.json index 1f94dfa..253b822 100644 --- a/core/src/package.json +++ b/core/src/package.json @@ -1,6 +1,6 @@ { "name": "@cool-midway/core", - "version": "7.0.6", + "version": "7.0.8", "description": "", "main": "index.js", "typings": "index.d.ts", diff --git a/file/package.json b/file/package.json index 4eba19d..0f08d5e 100644 --- a/file/package.json +++ b/file/package.json @@ -1,6 +1,6 @@ { "name": "@cool-midway/file", - "version": "7.0.3", + "version": "7.0.5", "description": "", "main": "dist/index.js", "typings": "index.d.ts", diff --git a/file/src/interface.ts b/file/src/interface.ts index eaedc56..6f8005f 100644 --- a/file/src/interface.ts +++ b/file/src/interface.ts @@ -68,7 +68,7 @@ export interface OSSConfig { // host host?: string; // 阿里云oss的公网访问地址 - publicDomain: string; + publicDomain?: string; } /** diff --git a/file/src/package.json b/file/src/package.json index dde4bd0..d206cf2 100644 --- a/file/src/package.json +++ b/file/src/package.json @@ -1,6 +1,6 @@ { "name": "@cool-midway/file", - "version": "7.0.3", + "version": "7.0.5", "description": "", "main": "index.js", "typings": "index.d.ts",