generated from template/astro-simple-template
40 lines
969 B
Markdown
40 lines
969 B
Markdown
---
|
||
# 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/gKmpcDQWPmY.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
|
||
---
|
||
|
||
# 开源多维表格自动化(1)
|
||
|
||
任何的行为都可以被AI自动化,多维表格也是如此。
|
||
|
||
---
|
||
src: ./pages/003-auto.md
|
||
hide: false
|
||
--- |