style(web): translate the comments in the src/views directory into English
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
/*
|
||||
* @Author: ZhaoYing
|
||||
* @Date: 2026-02-03 17:35:01
|
||||
* @Last Modified by: ZhaoYing
|
||||
* @Last Modified time: 2026-02-03 17:35:01
|
||||
*/
|
||||
/**
|
||||
* Not Found Page (404)
|
||||
* Displays when requested route or resource does not exist
|
||||
*/
|
||||
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
import notFoundImg from '@/assets/images/empty/404.png';
|
||||
import Empty from '@/components/Empty';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user