mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-11 22:02:50 +00:00
oss 支持配置公网
This commit is contained in:
parent
610ae3a5e8
commit
fcf34dc35e
@ -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",
|
||||
|
||||
@ -164,6 +164,8 @@ export interface OSSConfig {
|
||||
maxSize?: number;
|
||||
// host
|
||||
host?: string;
|
||||
// 阿里云oss的公网访问地址
|
||||
publicDomain?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cool-midway/core",
|
||||
"version": "7.0.6",
|
||||
"version": "7.0.8",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -68,7 +68,7 @@ export interface OSSConfig {
|
||||
// host
|
||||
host?: string;
|
||||
// 阿里云oss的公网访问地址
|
||||
publicDomain: string;
|
||||
publicDomain?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cool-midway/file",
|
||||
"version": "7.0.3",
|
||||
"version": "7.0.5",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user