From 04eafd7f1640dc9ee83b45df74990d3c164f2263 Mon Sep 17 00:00:00 2001 From: truthhun <1272881215@qq.com> Date: Sun, 19 Nov 2023 16:04:33 +0800 Subject: [PATCH] inkscape required --- biz/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biz/config.go b/biz/config.go index 16c22ee..0ad1260 100644 --- a/biz/config.go +++ b/biz/config.go @@ -250,7 +250,7 @@ func (s *ConfigAPIService) GetEnvs(ctx context.Context, req *emptypb.Empty) (res Name: "Inkscape", Description: "Inkscape是一个自由开源的矢量图形编辑器。在mupdf处理PDF出现兼容问题失败时,自动切换inkscape来处理。", Cmd: "inkscape", - IsRequired: false, + IsRequired: true, }, { Name: "SVGO",