This commit is contained in:
laodaming
2023-07-05 16:03:16 +08:00
parent c6005983f8
commit 6337371cd1
9 changed files with 395 additions and 18 deletions

View File

@@ -1,5 +0,0 @@
package constants
// 普通表中status状态
const STATUS_ON = 1
const STATUS_OFF = 0

View File

@@ -0,0 +1,4 @@
package constants
// 裁剪尺寸阶梯
var IMAGE_CROPPING_STEP_SIZE = []int{200, 400, 600, 800}