mirror of
				https://github.com/cloudreve/cloudreve.git
				synced 2025-11-04 13:16:02 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			165 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			165 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package serializer
 | 
						|
 | 
						|
// UserOption 用户个性化配置字段
 | 
						|
type UserOption struct {
 | 
						|
	ProfileOn int    `json:"profile_on"`
 | 
						|
	WebDAVKey string `json:"webdav_key"`
 | 
						|
}
 |