2025-07-31 16:52:21 +08:00
|
|
|
// Package constants define constant variable
|
|
|
|
|
package constants
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
// ShortAttrKeyLenth define short attribute key length
|
|
|
|
|
ShortAttrKeyLenth int = 4
|
|
|
|
|
// LongAttrKeyLenth define long attribute key length
|
|
|
|
|
LongAttrKeyLenth int = 7
|
|
|
|
|
)
|
2025-08-05 15:20:07 +08:00
|
|
|
|
|
|
|
|
// component、base_extend、rated、setup、model、stable、bay、craft、integrity、behavior
|