Skip to content

Commit

Permalink
V4.4 修复托盘右键扫一扫导入节点报错!
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMRLL committed Oct 19, 2021
1 parent 4019df0 commit 8b0fa81
Show file tree
Hide file tree
Showing 10 changed files with 397 additions and 397 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@

WinXray V4.3 文件拖放现在支持了二维码图片的节点识别;传输现在添加了grpc
WinXray V4.4 修复托盘右键扫一扫导入节点报错

导语:
Expand Down
Binary file modified WinXray/WinXray.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion default.aproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<project ver="10" name="WinXray" libEmbed="true" icon="\forms\ico\app.ico" ui="win" output="WinXray.exe" CompanyName="WinXray" FileDescription="网络代理通用客户端" LegalCopyright="Copyright (C) WinXray" ProductName="WinXray" InternalName="WinXray" FileVersion="4.3" ProductVersion="4.3" publishDir="\WinXray" dstrip="false" local="false" ignored="false">
<project ver="10" name="WinXray" libEmbed="true" icon="\forms\ico\app.ico" ui="win" output="WinXray.exe" CompanyName="WinXray" FileDescription="网络代理通用客户端" LegalCopyright="Copyright (C) WinXray" ProductName="WinXray" InternalName="WinXray" FileVersion="4.4" ProductVersion="4.4" publishDir="\WinXray" dstrip="false" local="false" ignored="false">
<file name="main" path="main.aardio"/>
<folder name="窗体" path="forms" comment="" embed="true" local="false" ignored="false">
<folder name="ico" path="forms\ico" comment="forms\ico" local="false" embed="false" ignored="false">
Expand Down
4 changes: 2 additions & 2 deletions lib/xray/outbounds.aardio
Expand Up @@ -850,8 +850,8 @@ importFromClipboard = function(refreshConfig){
if( ..string.startWith(str,"http://") || ..string.startWith(str,"https://")
|| ..string.match(str,"^\s*/\N+\s*$") ){

import UpdateSubscription;
if( UpdateSubscription.updateSubscription({[str]=true}) ){return true}
//import UpdateSubscription;
if( updateSubscription({[str]=true}) ){return true}
else {return false}
}

Expand Down

7 comments on commit 8b0fa81

@MYNVFYCR
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

二维码识别工具 能否独立出来 笔记本屏幕太小 主程序小化 识别工具也跟着小化 希望大佬修改下

@TheMRLL
Copy link
Owner Author

@TheMRLL TheMRLL commented on 8b0fa81 Nov 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

二维码识别工具能否独立出来,笔记本屏幕太小主程序小化识别工具也跟着小化希望大佬修改下

如果是识别节点,二维码识别在最小化后,在图标托盘右键有一个二维码识别功能!二维码图片也支持拖拽识别。把图片拖拽到窗口就能添加节点成功。

@cc19264997
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

几时更新啊 4.4 一直在检测重连

@douxy1994
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

能不能添加一个软件启动时自动更新订阅或者定时更新订阅的功能?
以及我打开了开机自启动,但是一直都不行。

@lse872317312010
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

开启pac代理后 ssh git push/pull产生 kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535 如何解决

@TheMRLL
Copy link
Owner Author

@TheMRLL TheMRLL commented on 8b0fa81 May 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

开启pac代理后ssh git push/pull产生kex_exchange_identification: Connection closed by remote host Connection closed by UNKNOWN port 65535 如何解决

https://gist.github.com/chenshengzhi/07e5177b1d97587d5ca0acc0487ad677?permalink_comment_id=3721523
我没有遇到你这样的问题过。我没有完整的思路,你去看看这个,也许对你有帮助!

@Beyond-Koma
Copy link

@Beyond-Koma Beyond-Koma commented on 8b0fa81 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

想咨询下如何才能使得数据默认在本程序所在目录而非 系统盘 AppData\Local\WinXray 下?

Please sign in to comment.