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 44dbfce commit 5d6213d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 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.15" ProductVersion="1.0.6.15" 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.16" ProductVersion="1.0.6.16" 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: 1 addition & 1 deletion dlg/webwatcher.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ winform.打开笔记.oncommand = function(id,event){
return ;
}
else {
var frmChild = winform.loadForm("\dlg\note_for_app.aardio");
var frmChild = ..mainForm.loadForm("\dlg\note_for_app.aardio");
frmChild.updateNote(prcsExeName);
frmChild.show();
appNoteWinForm[prcsExeName] = frmChild;
Expand Down
1 change: 0 additions & 1 deletion release/1.0.6.14

This file was deleted.

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

0 comments on commit 5d6213d

Please sign in to comment.