行内公式:
可以直接用尖括号包裹URL链接或邮箱:https://clb.pages.dev
引用块
github警告框
Note
Tip
Important
Warning
Caution
代码块
281export default defineConfig({
2 plugins: [
3 vue(),
4 AutoImport({
5 resolvers: [ElementPlusResolver()],
6 }),
7 Components({
8 resolvers: [ElementPlusResolver()],
9 }),
10 ],
11 resolve: {
12 alias: {
13 '@': fileURLToPath(new URL('./src', import.meta.url))
14 }
15 },
16 //http proxy
17 server: {
18 host: 'localhost',
19 port: 5173,
20 proxy: {
21 '/api': {
22 target: 'http://localhost:8080', //backend
23 changeOrigin: true,
24 rewrite: (path) => path.replace(/^\/api/, '')
25 }
26 }
27 },
28})
无序列表
无序列表
无序列表
有序列表
2
3
文本高亮 加粗 斜体 斜体高亮加粗 删除线 下划线 高亮
时间 | 人数 | 地点 |
---|---|---|
2024-12-15 12:34:59 | 123 | 上海 |
2024-12-15 12:35:03 | 456 | 北京 |
2024-12-15 12:35:07 | 789 | 深圳 |
图片
音频
饼图
任务列表:
未完成任务1
未完成任务2
已完成任务1
已完成任务2
此文档参考自 typora-dyzj-theme,感谢作者muggledy