mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
export const MESSAGE_INFO = {
|
||||
UPLOAD: {
|
||||
SUCCESS: '',
|
||||
FAILURE: 'Failed to upload file',
|
||||
},
|
||||
DOWNLOAD: {
|
||||
SUCCESS: '',
|
||||
FAILURE: 'Failed to download file',
|
||||
},
|
||||
GET: {
|
||||
SUCCESS: '',
|
||||
FAILURE: 'Failed to get object',
|
||||
},
|
||||
DELETE: {
|
||||
SUCCESS: '',
|
||||
FAILURE: 'Failed to delete file',
|
||||
},
|
||||
NO_AUTH: {
|
||||
SUCCESS: '',
|
||||
FAILURE: 'Failed to auth',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user