Skip to content

Commit

Permalink
1.6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YrracOwl committed Sep 4, 2024
1 parent 5c5bec2 commit f888bac
Show file tree
Hide file tree
Showing 6 changed files with 5 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.6.1.1" ProductVersion="1.6.1.1" publishDir="/dist/" dstrip="true" 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.6.1.2" ProductVersion="1.6.1.2" publishDir="/dist/" dstrip="true" 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
2 changes: 2 additions & 0 deletions main.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ mainForm.trayCreate = function(){
process("explorer.exe","https://github.com/YrracOwl/ChiikawaBest")
process.exploreSelect(io._exepath);
})
/*
if(mainForm.updateStatus){//检查更新
mainForm.popmenu.add("检测更新",function(){
mainForm.checkUpdate();
Expand All @@ -465,6 +466,7 @@ mainForm.trayCreate = function(){
else {
mainForm.popmenu.add("检测更新中...",function(){});
};
*/

mainForm.popmenu.add();//分隔线
mainForm.popmenu.add('退出',function(id){
Expand Down
1 change: 0 additions & 1 deletion release/1.6.1.0

This file was deleted.

1 change: 1 addition & 0 deletions release/1.6.1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.6.1.1
Binary file modified release/ChiikawaBest.exe
Binary file not shown.
1 change: 1 addition & 0 deletions res/template_timeline.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ var content_js = /**
ListEles.innerHTML = tempTable.innerHTML;
window.watchImg();
window.updateTOC();
window.scrollTo(0, document.body.scrollHeight);
}

window.lengthList = function(){
Expand Down

0 comments on commit f888bac

Please sign in to comment.