📄 manifest.tmpl
字号:
<?xml version="1.0" encoding="UTF-8"?><u3manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"> <application uuid="$(UUID)" version="$(U3_VERSION)"> <icon>wireshark.ico</icon> <name>Wireshark</name> <vendor url="http://www.wireshark.org/">The Wireshark Developer Community</vendor> <description>Wireshark $(VERSION) is one of the world's foremost network protocol analyzers, and is the standard in many parts of the industry.</description> <options> <minFreeSpace>40</minFreeSpace> </options> </application> <actions> <hostConfigure cmd="%U3_HOST_EXEC_PATH%\u3util.exe">hostConfigure</hostConfigure> <appStart cmd="%U3_HOST_EXEC_PATH%\wireshark.exe"/> <appStop cmd="%U3_HOST_EXEC_PATH%\u3util.exe">appStop</appStop> <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\u3util.exe">hostCleanUp</hostCleanUp> </actions></u3manifest>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -