diff --git a/src/App.css b/src/App.css index 82e8f87..c443c51 100644 --- a/src/App.css +++ b/src/App.css @@ -139,3 +139,11 @@ ::-webkit-scrollbar-corner { display: none; } + +:root { + /* 禁止鼠标选中文本 */ + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} \ No newline at end of file diff --git a/src/features/app-detail/AppDetail.tsx b/src/features/app-detail/AppDetail.tsx index 523673a..e4caabb 100644 --- a/src/features/app-detail/AppDetail.tsx +++ b/src/features/app-detail/AppDetail.tsx @@ -114,7 +114,7 @@ const AppDetail: Component = () => { )}
-

{app()?.Name}

+

{app()?.Name}

{(() => { @@ -269,34 +269,34 @@ const AppDetail: Component = () => {

应用描述

-

{app()?.More}

+

{app()?.More}

应用信息

软件大小 - {app()?.Size} + {app()?.Size}
软件分类 - {app()?.Category} + {app()?.Category}
软件包名 - {app()?.Pkgname} + {app()?.Pkgname}
更新时间 - {app()?.Update} + {app()?.Update}
软件作者 - {app()?.Author} + {app()?.Author}
投稿用户 - {app()?.Contributor} + {app()?.Contributor}
软件官网