mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 06:40:27 +08:00
9 lines
207 B
Go
9 lines
207 B
Go
|
|
// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||
|
|
//go:build !plus
|
||
|
|
|
||
|
|
package certs
|
||
|
|
|
||
|
|
func (this *UploadBatchPopupAction) maxFiles() int {
|
||
|
|
return 20
|
||
|
|
}
|