diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-16 00:17:21 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-16 01:07:50 +0300 |
| commit | 61e068ab4041d2f117ed0d75ca7e5b90e0080a12 (patch) | |
| tree | 79a495a05e34ce7033c77aa843bd6c92f3978a31 /web/html/xui/xray.html | |
| parent | fc56a1acac52e5f889d5141b78be54e21da0ae12 (diff) | |
v2.1.0v2.1.0
Diffstat (limited to 'web/html/xui/xray.html')
| -rw-r--r-- | web/html/xui/xray.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index ff9eb2a9..54d40993 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -228,6 +228,7 @@ <setting-list-item type="switch" title='{{ i18n "pages.xray.NetflixWARP"}}' desc='{{ i18n "pages.xray.NetflixWARPDesc"}}' v-model="NetflixWARPSettings"></setting-list-item> <setting-list-item type="switch" title='{{ i18n "pages.xray.SpotifyWARP"}}' desc='{{ i18n "pages.xray.SpotifyWARPDesc"}}' v-model="SpotifyWARPSettings"></setting-list-item> </template> + <a-button v-else style="margin: 10px 0;" @click="showWarp">WARP {{ i18n "pages.xray.rules.outbound" }}</a-button> </a-collapse-panel> </a-collapse> </a-tab-pane> @@ -1141,10 +1142,6 @@ get: function () { return JSON.stringify(this.ipv4Domains, null, 2); }, set: debounce(function (value) { this.ipv4Domains = JSON.parse(value); }, 1000) }, - manualWARPDomains: { - get: function () { return JSON.stringify(this.warpDomains, null, 2); }, - set: debounce(function (value) { this.warpDomains = JSON.parse(value); }, 1000) - }, torrentSettings: { get: function () { return doAllItemsExist(this.settingsData.protocols.bittorrent, this.blockedProtocols); |
