Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed May 13, 2024
1 parent 957b5fb commit c6f5dc1
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 86 deletions.
110 changes: 44 additions & 66 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/controller/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ async function init(setStartStr: Function) {

startUpdateCont()

await reupAlistVersion()
await reupRcloneVersion()
await reupAlistVersion()
await updateStorageInfoList()
await reupStorage()
await addAlistInRclone()
Expand Down
6 changes: 3 additions & 3 deletions src/controller/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ export async function Test() {

console.log(storageInfoList);

await addAlistInRclone()
//await addAlistInRclone()

await restartAlist()
await restartRclone()
//await restartAlist()
//await restartRclone()
//console.log(await getAlistToken());


Expand Down
Loading

0 comments on commit c6f5dc1

Please sign in to comment.