package app_model const ( SettingOpen = 1 // 开启 SettingClose = -1 // 关闭 )