Skip to content

Commit

Permalink
更新webwatcher逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
YrracOwl committed Jan 19, 2024
1 parent daff893 commit c6542d6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.aproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<project ver="10" name="ChiikawaBest" libEmbed="true" icon="res\chiikawaIcon.ico" ui="win" output="ChiikawaBest.exe" CompanyName="CarryWho" FileDescription="ChiikawaBest" LegalCopyright="Copyright (C) CarryWho 2023" ProductName="ChiikawaBest" InternalName="ChiikawaBest" FileVersion="1.0.6.14" ProductVersion="1.0.6.14" publishDir="/dist/" dstrip="false" local="false" ignored="false">
<project ver="10" name="ChiikawaBest" libEmbed="true" icon="res\chiikawaIcon.ico" ui="win" output="ChiikawaBest.exe" CompanyName="CarryWho" FileDescription="ChiikawaBest" LegalCopyright="Copyright (C) CarryWho 2023" ProductName="ChiikawaBest" InternalName="ChiikawaBest" FileVersion="1.0.6.15" ProductVersion="1.0.6.15" publishDir="/dist/" dstrip="false" local="false" ignored="false">
<file name="main.aardio" path="main.aardio" comment="main.aardio"/>
<folder name="资源文件" path="res" embed="true" local="false" ignored="false">
<file name="chiikawa.png" path="res\chiikawa.png" comment="res\chiikawa.png"/>
Expand Down
Binary file modified dist/ChiikawaBest.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions dlg/webwatcher.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ winform.getPrcsExeName = function(){


winform.开始监控.oncommand = function(id,event){
winform.开始监控.disabled = true;
winform.开始监控.disabledText = {"✶";"✸";"✹";"✺";"✹";"✷";text = "监控中";};
var prcsExeName = winform.getPrcsExeName();

Expand Down Expand Up @@ -324,6 +325,7 @@ winform.停止监控.oncommand = function(id,event){
..webWatcher_taskScheduler.stop();
winform.停止监控.disabled = true;
winform.开始监控.disabledText = null;
winform.开始监控.disabled = false;
}

winform.onClose = function(hwnd,message,wParam,lParam){
Expand Down
5 changes: 5 additions & 0 deletions main.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ webwatcherPrcsCntShot = 0;
//全局时间线选择
timeline_choice = mainForm.loadForm("\dlg\timeline_choice.aardio");


//////////////////////////////////////////////////////////////////////
//创建托盘图标
//////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -691,4 +692,8 @@ else {
mainForm.show();
}

if(cfg.apps_setting.启动时监控应用){
webwatcher = mainForm.loadForm("\dlg\webwatcher.aardio");
}

return win.loopMessage();
1 change: 0 additions & 1 deletion release/1.0.6.13

This file was deleted.

1 change: 1 addition & 0 deletions release/1.0.6.14
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.6.14
Binary file modified release/ChiikawaBest.exe
Binary file not shown.

0 comments on commit c6542d6

Please sign in to comment.