Skip to content

Commit

Permalink
feat: support download english white paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Dec 4, 2023
1 parent 44d91d9 commit b6747e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .dumi/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,15 @@ function Download() {
setDownloadImmediately(true);
setCurrentStep(1);
window.open(
isBackup
? 'https://survey.alipay.com/apps/zhiliao/K7MilJd4E'
: 'https://survey.aliyun.com/apps/zhiliao/wUwnL6sPC',
!isBackup
? intl(
'https://survey.alipay.com/apps/zhiliao/K7MilJd4E',
'https://survey.alipay.com/apps/zhiliao/n33nRj5OV',
)
: intl(
'https://survey.aliyun.com/apps/zhiliao/wUwnL6sPC',
'https://survey.aliyun.com/apps/zhiliao/u7K_sLhva',
),
);

setTimeout(() => {
Expand Down
Binary file modified public/release.wasm
Binary file not shown.

0 comments on commit b6747e4

Please sign in to comment.