[chore] remove unusable files

This commit is contained in:
Purp1e
2025-03-12 22:20:06 +08:00
parent a78b63259a
commit 71858e5fec
21 changed files with 142 additions and 326 deletions

View File

@@ -1,8 +1,8 @@
"use client"
import React from "react"
import { useRouter } from "next/navigation"
import { open } from "@tauri-apps/plugin-dialog"
import { useRouter } from "next/navigation"
import React from "react"
const Home = () => {
const router = useRouter()
@@ -21,7 +21,9 @@ const Home = () => {
className="flex flex-col items-center justify-center w-full h-screen gap-6"
data-tauri-drag-region
>
<h1 className="text-4xl font-bold tracking-wide text-zinc-800">CS </h1>
<h1 className="text-4xl font-bold tracking-wide text-zinc-800">
CS
</h1>
<button
type="button"
onClick={() => router.push("/home")}
@@ -29,7 +31,11 @@ const Home = () => {
>
</button>
<button type="button" onClick={openFile} className="px-4 py-1 text-white bg-blue-500 rounded">
<button
type="button"
onClick={openFile}
className="px-4 py-1 text-white bg-blue-500 rounded"
>
</button>
<p className="text-center bg-zinc-50">{file}</p>