This commit is contained in:
2026-03-14 10:02:49 +08:00
parent 03b50ef904
commit 830f75a334
75 changed files with 10677 additions and 2 deletions

5
consts/errors.go Normal file
View File

@@ -0,0 +1,5 @@
package consts
const ReClick = "操作过于频繁,请稍后再试。"
const NoRow = "未找到可用数据。"
const GenerateQrCodeFail = "生成二维码失败。"