diff --git a/src/components/UserMenu.tsx b/src/components/UserMenu.tsx index 5e6bb9f..221794f 100644 --- a/src/components/UserMenu.tsx +++ b/src/components/UserMenu.tsx @@ -12,15 +12,19 @@ import { ExternalLink, Eye, EyeOff, + Gauge, + Globe, Home, KeyRound, LogOut, Mail, + MessageSquare, MoveDown, MoveUp, Rss, Settings, Shield, + Sliders, Star, User, X, @@ -1184,9 +1188,12 @@ export const UserMenu: React.FC = () => { onClick={() => setIsDoubanSectionOpen(!isDoubanSectionOpen)} className='w-full px-3 py-2.5 md:px-4 md:py-3 bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-750 transition-colors flex items-center justify-between' > -

- 网络设置 -

+
+ +

+ 网络设置 +

+
{isDoubanSectionOpen ? ( ) : ( @@ -1435,9 +1442,12 @@ export const UserMenu: React.FC = () => { onClick={() => setIsUsageSectionOpen(!isUsageSectionOpen)} className='w-full px-3 py-2.5 md:px-4 md:py-3 bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-750 transition-colors flex items-center justify-between' > -

- 通用设置 -

+
+ +

+ 通用设置 +

+
{isUsageSectionOpen ? ( ) : ( @@ -1680,9 +1690,12 @@ export const UserMenu: React.FC = () => { onClick={() => setIsBufferSectionOpen(!isBufferSectionOpen)} className='w-full px-3 py-2.5 md:px-4 md:py-3 bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-750 transition-colors flex items-center justify-between' > -

- 缓冲设置 -

+
+ +

+ 缓冲设置 +

+
{isBufferSectionOpen ? ( ) : ( @@ -1787,9 +1800,12 @@ export const UserMenu: React.FC = () => { onClick={() => setIsDanmakuSectionOpen(!isDanmakuSectionOpen)} className='w-full px-3 py-2.5 md:px-4 md:py-3 bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-750 transition-colors flex items-center justify-between' > -

- 弹幕设置 -

+
+ +

+ 弹幕设置 +

+
{isDanmakuSectionOpen ? ( ) : ( @@ -1873,9 +1889,12 @@ export const UserMenu: React.FC = () => { onClick={() => setIsHomepageSectionOpen(!isHomepageSectionOpen)} className='w-full px-3 py-2.5 md:px-4 md:py-3 bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-750 transition-colors flex items-center justify-between' > -

- 首页设置 -

+
+ +

+ 首页设置 +

+
{isHomepageSectionOpen ? ( ) : (