-
Notifications
You must be signed in to change notification settings - Fork 40
几个因为默认配置而忽略用处的选项
rexdf edited this page Aug 31, 2018
·
3 revisions
只需要在config里面加一行"ignore_all": true,
只需要在对应的config里面加上
"crontab_config": {
"crontab": "0 */1 * * * *", // 每分钟检查
"method": "start", // start restart stop start_count_stop restart_count_stop
"count": 0, // 次数,0表示无穷大
},
默认配置是不记录启用禁用状态的,所以我估计大多数人都没有开启。设置成 "disable_cache_enabled": false,
就开启了。开启后,操作某个程序,启用或者禁用之后会被记录。下次启动时按照记录的状态,而不是config.json里面的enabled配置。
虽然408之后加上了支持,但是默认设置的0,也就是不限制。设置成"cmd_menu_max_length": 50,
,就是五十个字符(UTF-8)限制了。
CommandTrayHost Wiki Content on this site is licensed under a Creative Commons Attribution 4.0 International license