style(web): translate the comments in the src/views directory into English

This commit is contained in:
zhaoying
2026-02-03 18:38:04 +08:00
parent a191e32f71
commit 9e195ea63b
155 changed files with 4169 additions and 586 deletions

View File

@@ -1,4 +1,16 @@
/*
* @Author: ZhaoYing
* @Date: 2026-02-03 17:34:18
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-02-03 17:34:18
*/
/**
* No Permission Page
* Displays when user lacks access rights to a resource
*/
import { useTranslation } from 'react-i18next';
import noPermission from '@/assets/images/empty/noPermission.png';
import Empty from '@/components/Empty';