mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add database filesize in UI (#488)
This commit is contained in:
@ -21,6 +21,7 @@ function App() {
|
||||
globalService.initialState();
|
||||
}, []);
|
||||
|
||||
// Inject additional style and script codes.
|
||||
useEffect(() => {
|
||||
api.getSystemStatus().then(({ data }) => {
|
||||
const { data: status } = data;
|
||||
|
Reference in New Issue
Block a user