mirror of https://github.com/certd/certd
				
				
				
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			370 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			370 B
		
	
	
	
		
			YAML
		
	
	
name: upyun
 | 
						|
title: 又拍云
 | 
						|
desc: ''
 | 
						|
icon: svg:icon-upyun
 | 
						|
input:
 | 
						|
  username:
 | 
						|
    title: 账号
 | 
						|
    component:
 | 
						|
      placeholder: 又拍云账号
 | 
						|
    required: true
 | 
						|
  password:
 | 
						|
    title: 密码
 | 
						|
    component:
 | 
						|
      placeholder: 又拍云密码
 | 
						|
    required: true
 | 
						|
    encrypt: true
 | 
						|
type: builtIn
 | 
						|
pluginType: access
 | 
						|
scriptFilePath: ../../../plugins/plugin-upyun/index.js
 |