From 7b7fa2ed3552a213b79e81e4c59fcad04b334204 Mon Sep 17 00:00:00 2001 From: fish <920886811@163.com> Date: Wed, 26 Apr 2023 11:39:14 +0800 Subject: [PATCH] mod: add simple-mode --- config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.go b/config.go index e6693ec..d38bd98 100644 --- a/config.go +++ b/config.go @@ -39,6 +39,8 @@ type Config struct { Plugins Plugins Internal Internal // experimental/unstable options + + SimpleMode bool } const (