mirror of
https://github.com/timepill/timepill-app.git
synced 2025-05-01 02:19:31 +08:00
11 lines
No EOL
287 B
JavaScript
11 lines
No EOL
287 B
JavaScript
export default {
|
|
|
|
updateNotebooks: 'updateNotebooks',
|
|
updateDiarys: 'updateDiarys',
|
|
updateComments: 'updateComments',
|
|
|
|
commentPressed: 'commentPressed',
|
|
passwordUpdated: 'passwordUpdated',
|
|
updateNewsRead: 'updateNewsRead',
|
|
userInfoUpdated: 'userInfoUpdated'
|
|
} |