## 📅2025-08-04 星期一更新
### SuperDesign V3.0.2508.0401 - *.[改进]更换API域名。
This commit is contained in:
parent
6e3b87ed94
commit
b550d9e080
Binary file not shown.
|
@ -1,4 +1,9 @@
|
||||||
## :date:2025-08-02 星期六更新
|
## :date:2025-08-04 星期一更新
|
||||||
|
|
||||||
|
### SuperDesign V3.0.2508.0401
|
||||||
|
- :100:[改进]更换API域名。
|
||||||
|
|
||||||
|
## :date:2025-08-02 星期六更新
|
||||||
|
|
||||||
### RySmartEditor V1.0.2508.0201
|
### RySmartEditor V1.0.2508.0201
|
||||||
- :cactus:[新增]文件查找支持批量替换功能。
|
- :cactus:[新增]文件查找支持批量替换功能。
|
||||||
|
|
|
@ -153,7 +153,7 @@ namespace 开发辅助工具
|
||||||
db.ExecuteNonQuery("DELETE FROM Urls WHERE id IN (SELECT id FROM Urls ORDER BY ClickCount desc,editTime desc LIMIT 1000,50) and editTime<=@editTime and IsFav<>1", mySQL);
|
db.ExecuteNonQuery("DELETE FROM Urls WHERE id IN (SELECT id FROM Urls ORDER BY ClickCount desc,editTime desc LIMIT 1000,50) and editTime<=@editTime and IsFav<>1", mySQL);
|
||||||
}
|
}
|
||||||
db.Free();
|
db.Free();
|
||||||
LiveUpdate.RyUpdate update = new LiveUpdate.RyUpdate("http://gs2.3h3.com:8081/OnlineUpgrade/SuperDesign.json");
|
LiveUpdate.RyUpdate update = new LiveUpdate.RyUpdate("http://gs2.dangyou.com:8081/OnlineUpgrade/SuperDesign.json");
|
||||||
//update.OnUpdateCancel += Update_OnUpdateCancel;
|
//update.OnUpdateCancel += Update_OnUpdateCancel;
|
||||||
//update.OnNoUpdate += Update_OnNoUpdate;
|
//update.OnNoUpdate += Update_OnNoUpdate;
|
||||||
//update.OnAppExit += Update_OnAppExit;
|
//update.OnAppExit += Update_OnAppExit;
|
||||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||||
// 方法是按如下所示使用“*”: :
|
// 方法是按如下所示使用“*”: :
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("3.0.2507.1701")]
|
[assembly: AssemblyVersion("3.0.2508.0401")]
|
||||||
[assembly: AssemblyFileVersion("3.0.2507.1701")]
|
[assembly: AssemblyFileVersion("3.0.2508.0401")]
|
|
@ -1860,7 +1860,7 @@ namespace 开发辅助工具.Tools
|
||||||
{ "InputHeader", TxtInputHeader.Text }
|
{ "InputHeader", TxtInputHeader.Text }
|
||||||
};
|
};
|
||||||
RyWeb.QuickWeb web = new RyWeb.QuickWeb();
|
RyWeb.QuickWeb web = new RyWeb.QuickWeb();
|
||||||
var http = web.Post("http://gs2.3h3.com:8081/DyV2.aspx", "api=QuickUrl&Method=set&qText=" + web.UrlEncode(jo.ToString()));
|
var http = web.Post("http://gs2.dangyou.com:8081/DyV2.aspx", "api=QuickUrl&Method=set&qText=" + web.UrlEncode(jo.ToString()));
|
||||||
if (http.StatusCode == HttpStatusCode.OK)
|
if (http.StatusCode == HttpStatusCode.OK)
|
||||||
{
|
{
|
||||||
var json = JObject.Parse(http.Html);
|
var json = JObject.Parse(http.Html);
|
||||||
|
@ -1898,7 +1898,7 @@ namespace 开发辅助工具.Tools
|
||||||
if (quick_url.Length > 0)
|
if (quick_url.Length > 0)
|
||||||
{
|
{
|
||||||
RyWeb.QuickWeb web = new RyWeb.QuickWeb();
|
RyWeb.QuickWeb web = new RyWeb.QuickWeb();
|
||||||
var http = web.Post("http://gs2.3h3.com:8081/DyV2.aspx", "api=QuickUrl&Method=get&guid=" + web.UrlEncode(guid));
|
var http = web.Post("http://gs2.dangyou.com:8081/DyV2.aspx", "api=QuickUrl&Method=get&guid=" + web.UrlEncode(guid));
|
||||||
if (http.StatusCode == HttpStatusCode.OK)
|
if (http.StatusCode == HttpStatusCode.OK)
|
||||||
{
|
{
|
||||||
var json = JObject.Parse(http.Html);
|
var json = JObject.Parse(http.Html);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user