📄 app.config
字号:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.diagnostics>
<!-- if you don't want to control level of log details remove
or comment <switches/> tags below
NOTE:
value==0 - no logs;
value==1 - only errors;
value==2 - errors and warning;
value==3 - info, errors and warning;
value==4 - verbose mode; -->
<switches>
<add name="OpenBox Updater" value="3" />
</switches>
<trace autoflush="true" indentsize="2">
<listeners>
<add name="textWriterListener"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="openbox_updater.log" />
</listeners>
</trace>
</system.diagnostics>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -