mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 03:15:10 +08:00
chore: move item types
This commit is contained in:
@@ -1 +1,9 @@
|
||||
package conf
|
||||
|
||||
const (
|
||||
TypeString = "string"
|
||||
TypeSelect = "select"
|
||||
TypeBool = "bool"
|
||||
TypeText = "text"
|
||||
TypeNumber = "number"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user