Go to file
2025-06-30 07:44:06 +08:00
app feat: 添加新的工具类别和工具项 2025-01-27 08:34:05 +08:00
components update 2025-02-05 08:49:18 +08:00
data update 2025-06-30 07:44:06 +08:00
hooks feat: 添加新的工具类别和工具项 2025-01-27 08:34:05 +08:00
lib Next.js!!! 2024-11-16 20:43:06 +08:00
public/img/CatgirlGenerator add some tools 2024-12-27 19:27:49 +08:00
.eslintrc.json Next.js!!! 2024-11-16 20:43:06 +08:00
.gitignore Next.js!!! 2024-11-16 20:43:06 +08:00
components.json Next.js!!! 2024-11-16 20:43:06 +08:00
LICENSE feat: 添加新的工具类别和工具项 2025-01-27 08:34:05 +08:00
nav-next.code-workspace update 2025-06-21 19:00:05 +08:00
next.config.mjs Next.js!!! 2024-11-16 20:43:06 +08:00
package-lock.json update 2025-02-05 08:49:18 +08:00
package.json update 2025-02-05 08:49:18 +08:00
postcss.config.mjs Next.js!!! 2024-11-16 20:43:06 +08:00
README.md feat: 添加新的工具类别和工具项 2025-01-27 08:34:05 +08:00
tailwind.config.ts add some tools 2024-12-27 19:27:49 +08:00
tsconfig.json update 2025-02-05 08:49:18 +08:00

Linuxcat Nav

为 Linuxcat 开发的导航站应用,欢迎取用代码

说明

Start

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

工具

components/tools 目录下为工具的代码,可以按需删除,同时记得删除 app/tools 下对应的 page.tsx 文件

导航项

data/ 目录下存放的是导航项的 yaml 文件,看看就知道怎么写了