Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
lchzh3473 committed Jul 12, 2024
1 parent bbf5cbe commit 3f29bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const uploader = new FileEmitter();
}());
main.uploader = uploader;
const isBeta = String(meta[1][3]).startsWith('b');
const resLink = isBeta ? atob('aHR0cHM6Ly9sY2h6aC5uZXQvZGF0YS9wYWNrLmpzb24=') : '';
const resLink = atob('aHR0cHM6Ly9sY2h6aC5uZXQvZGF0YS9wYWNrLmpzb24=');
// const resLink = 'local/ptres.json';
import('@/plugins/demo/index.js').then(a => a.default(isBeta));
// Hit start
Expand Down

0 comments on commit 3f29bfe

Please sign in to comment.