19 lines
979 B
XML
19 lines
979 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
|
|
<dictionary xmlns:xi="http://www.w3.org/2003/XInclude" title="ClashX Terminonoly">
|
|
<suite name="Proxy Suite" code="????" description="Proxy setting for AppleScript.">
|
|
<command name="toggleProxy" code="clashtog" description="Toggle the system proxy.">
|
|
<cocoa class="ClashX_Meta.ProxySettingCommand"/>
|
|
</command>
|
|
<command name="TunMode" code="clashtun" description="Toggle the Tun mode.">
|
|
<cocoa class="ClashX_Meta.TunModeSettingCommand"/>
|
|
</command>
|
|
<command name="proxyMode" code="clashmod" description="Update proxy mode.">
|
|
<cocoa class="ClashX_Meta.ProxyModeChangeCommand"/>
|
|
<direct-parameter description="The proxy mode to set. direct, global, or rule">
|
|
<type type="text"/>
|
|
</direct-parameter>
|
|
</command>
|
|
</suite>
|
|
</dictionary>
|