修改文件树插件 添加代码游乐场插件

This commit is contained in:
2025-07-28 12:13:42 +08:00
parent abc2800b31
commit 378c5f3658
4 changed files with 80 additions and 6 deletions

View File

@@ -5,6 +5,19 @@ navigation:
icon: i-lucide-house
---
::div{label="PostgreSQL" icon="lucide:database"}
### PostgreSQL column types
```ts
import { integer, pgTable } from 'drizzle-orm/pg-core';
export const table = pgTable('table', {
int: integer('int')
});
```
::
:read-more{to="/getting-started/writing/markdown"}
:read-more{title="Nuxt website" to="https://nuxt.com/" }
:read-more{to="https://nuxt.com/"}
@@ -39,6 +52,8 @@ wow
::FileTree
---
title: File Tree
icon: lucide:folder-tree
tree:
- app:
- components:
@@ -46,9 +61,9 @@ tree:
- Footer.vue
- composables:
- useErrorHandler.ts
- ^app.vue^ # This is highlighted
- app.vue # This is highlighted
- docs:
- index.md
- ^index.md^
---
::

View File

@@ -5,6 +5,14 @@ navigation:
icon: i-lucide-sliders
---
::playground
---
provider: stackblitz
repo: nuxt/starter
branch: v3
file: app.vue
---
::
# 这是一个H1标签