فهرست منبع

refactor(mini): 简化video页面桥接文件

- 删除不必要的index.config导入
- 与其他页面桥接文件保持一致的风格
- Config由本地index.config.ts管理

🤖 Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 1 هفته پیش
والد
کامیت
c2ea4b954c
1فایلهای تغییر یافته به همراه2 افزوده شده و 7 حذف شده
  1. 2 7
      mini/src/pages/yongren/video/index.tsx

+ 2 - 7
mini/src/pages/yongren/video/index.tsx

@@ -1,9 +1,4 @@
-import React from 'react'
+// 桥接文件:从 @d8d/yongren-settings-ui 包导入VideoManagement页面
 import { VideoManagement } from '@d8d/yongren-settings-ui'
-import './index.config'
 
-const VideoManagementPage: React.FC = () => {
-  return <VideoManagement />
-}
-
-export default VideoManagementPage
+export default VideoManagement