Merge branch 'master' into develop

This commit is contained in:
DarkSky
2022-08-15 16:41:20 +08:00
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -447,6 +447,7 @@ export function App() {
textAlign: 'center',
marginTop: '1.5em',
marginBottom: '12vh!important',
rawGap: '1em',
}}
>
<GitHub center />
@@ -23,9 +23,9 @@ export const LayoutHeader = () => {
const warningTips = useMemo(() => {
if (!fsApiSupported()) {
return 'Your browser does not support the local storage feature, please upgrade to the latest version of Chrome or Edge browser';
return 'Welcome to the AFFiNE demo. To begin saving changes you can SYNC DATA TO DISK with the latest version of Chromium based browser like Chrome/Edge';
} else if (!isLocalWorkspace) {
return 'You are in DEMO mode. Changes will NOT be saved unless you SYNC TO DISK';
return 'Welcome to the AFFiNE demo. To begin saving changes you can SYNC TO DISK.';
} else {
return 'AFFiNE is under active development and the current version is UNSTABLE. Please DO NOT store information or data';
}