[port] config add rewriteAPI

This commit is contained in:
wjqserver 2025-03-27 11:19:42 +08:00
parent 1498156f56
commit b684227191
3 changed files with 10 additions and 5 deletions

View file

@ -64,9 +64,11 @@ type GitCloneConfig struct {
/*
[shell]
editor = true
rewriteAPI = false
*/
type ShellConfig struct {
Editor bool `toml:"editor"`
Editor bool `toml:"editor"`
RewriteAPI bool `toml:"rewriteAPI"`
}
/*