diff --git a/web/index.html b/web/index.html index 62efe38..2d9f29f 100644 --- a/web/index.html +++ b/web/index.html @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ VoicePaste -
+
diff --git a/web/src/App.tsx b/web/src/App.tsx index 8aeacf0..066389f 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -15,7 +15,7 @@ export function App() { return ( <> -
+

VoicePaste diff --git a/web/src/components/HistoryList.tsx b/web/src/components/HistoryList.tsx index a036c56..08a67e3 100644 --- a/web/src/components/HistoryList.tsx +++ b/web/src/components/HistoryList.tsx @@ -41,7 +41,7 @@ export function HistoryList({ sendJSON }: HistoryListProps) { {history.length === 0 ? (

{"暂无记录"}

) : ( -
+
{history.map((item, i) => (