创建文档: 第一个app文档 有代码 有图片

2025-10-20 08:48:05 +00:00
commit 502cdae7fc

@@ -0,0 +1,35 @@
```ts
import ForwardedIconComponent from "@/components/common/genericIconComponent";
import MarkdownPreview from "@/components/common/MonacoEditor/MarkdownPreview";
import { Button } from "@/components/ui/button";
import { Card } from "@/components/ui/card";
import {
useDeleteWikiPage,
useGetWikiPage,
useGetWikiPages,
} from "@/controllers/API/queries/repository";
import DeleteConfirmationModal from "@/modals/deleteConfirmationModal";
import useAlertStore from "@/stores/alertStore";
import { useRepositoryStore } from "@/stores/repositoryStore";
import { Loader2 } from "lucide-react";
import { useEffect, useMemo, useState } from "react";
import { useNavigate, useParams } from "react-router-dom";
interface WikiPage {
slug: string;
title: string;
content: string;
updated_at: string;
author: string;
}
```
| Head | Head | Head | Head | Head | Head |
| --- | --- | --- | --- | --- | --- |
| Data | Data | Data | Data | Data | Data |
| Data | Data | Data | Data | Data | Data |
| Data | Data | Data | Data | Data | Data |
| Data | Data | Data | Data | Data | Data |
![default.jpg](https://minio.dev.maimaiag.com/mx-bucket/photos/40af123c49094fe6a5e1df7088c6535e.jpg)