From d6331f5d368ac49e850d113b83b199e79ec4ae9e Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 22 十一月 2023 15:09:00 +0800 Subject: [PATCH] 重订货修改 --- constvar/const.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 5ca6de9..bcbb44c 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -223,3 +223,10 @@ "png": FileType_Picture, "svg": FileType_Picture, } + +type FileTemplateCategory int + +const ( + FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //鍏ュ簱-鑷埗 + FileTemplateCategory_Output //鍑哄簱 +) -- Gitblit v1.8.0