Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
Showing only changes of commit 8ac27b6e61 - Show all commits

View File

@@ -39,7 +39,11 @@ const Log: React.FC = () => {
align: 'center',
filters: [
{ text: 'Info', value: 'INFO' },
{ text: 'Statistics', value: 'STATISTICS' },
{ text: 'Login', value: 'LOGIN' },
{ text: 'Logout', value: 'LOGOUT' },
{ text: 'Register', value: 'Register' },
{ text: 'Statistic', value: 'STATISTIC' },
{ text: 'API', value: 'API' },
{ text: 'Error', value: 'ERROR' }
]
},