Files
mdt-docs/slides/index.md
2025-12-03 00:22:00 +08:00

61 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# theme: default
# random image from a curated Unsplash collection by Anthony
# background: https://cover.sli.dev
background: https://cdn.jsdelivr.net/gh/slidevjs/slidev-covers@main/static/rRpZIM_IJmc.webp
# 介绍文档: https://sli.dev
title: 介绍开源多维表格
info: |
## 关于Slidev的介绍
演示稿
class: text-center
# https://sli.dev/features/drawing
drawings:
persist: false
# slide transition: https://sli.dev/guide/animations.html#slide-transitions
transition: slide-left
# enable MDC Syntax: https://sli.dev/features/mdc
mdc: true
htmlAttrs:
dir: ltr
lang: zh-CN
fonts:
# 基础字体
sans: Robot
# 与 UnoCSS 的 `font-serif` css 类一同使用
serif: Robot Slab
# 用于代码块、内联代码等
mono: Fira Code
# duration of the presentation
duration: 35min
---
# 开源多维表格
多维表格也称为OLAP表格是一种用于数据分析和报表的工具允许用户从多个维度查看和分析数据。它们通常用于商业智能BI应用程序中以帮助用户理解复杂的数据集。
<!--
1. 为什么介绍多维表格
我想把自己知道的最好用的方式分享给大家
他对我们日常生活,规范化知识非常有用
2. 好用在哪里
数据展示
作为一个程序员接触db比较多
知识库AI自动化知识管理
3. 扩展自动化
api
智能化
-->
---
src: ./pages/001-introduce.md
hide: false
---