mirror of
https://github.com/certd/certd.git
synced 2026-04-15 05:00:52 +08:00
21 lines
423 B
YAML
21 lines
423 B
YAML
name: qiniuoss
|
|
title: 七牛OSS授权
|
|
desc: ''
|
|
icon: svg:icon-qiniuyun
|
|
input:
|
|
accessId:
|
|
title: 七牛云授权
|
|
component:
|
|
name: access-selector
|
|
vModel: modelValue
|
|
type: qiniu
|
|
helper: 请选择七牛云授权
|
|
required: true
|
|
bucket:
|
|
title: Bucket
|
|
helper: 存储桶名称
|
|
required: true
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-lib/qiniu/access-oss.js
|