forked from alvincrisuy/clashX
-
Notifications
You must be signed in to change notification settings - Fork 619
Expand file tree
/
Copy pathProxySetting.sdef
More file actions
21 lines (21 loc) · 1.12 KB
/
ProxySetting.sdef
File metadata and controls
21 lines (21 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
<command name="updateConfig" code="clashupc" description="Update config.">
<cocoa class="ClashX_Meta.UpdateConfigCommand"/>
</command>
</suite>
</dictionary>