Skip to content

Commit

Permalink
mas磁盘受限,不支持用云盘同步
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiWenda committed Jan 25, 2024
1 parent 6787189 commit 8237efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function WorkspaceSettingsComponent(props: { session: Session, serverConfig: Ser
<Radio value={'never'}>不同步</Radio>
<Radio value={'gitee'}>同步至Git远程仓库</Radio>
{
process.env.REACT_APP_BUILD_PLATFORM !== 'mas' &&
['darwin', 'win32'].includes(process.env.REACT_APP_BUILD_PLATFORM || '') &&
<Radio value={'webdav'}>同步至云盘</Radio>
}
{/*<Radio value={'github'}>同步至GitHub</Radio>*/}
Expand Down

0 comments on commit 8237efe

Please sign in to comment.