fix
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
package constants
|
||||
|
||||
// 普通表中status状态
|
||||
const STATUS_ON = 1
|
||||
const STATUS_OFF = 0
|
||||
4
constants/image_cropping.go
Normal file
4
constants/image_cropping.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package constants
|
||||
|
||||
// 裁剪尺寸阶梯
|
||||
var IMAGE_CROPPING_STEP_SIZE = []int{200, 400, 600, 800}
|
||||
Reference in New Issue
Block a user