From f49517c14074e2cadf65b47fe3381552c6c5fa69 Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Sun, 12 Mar 2023 13:43:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=83=8C=E6=99=AF=E5=9B=BE,=20?= =?UTF-8?q?=E5=BA=95=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mytheme/example.md | 30 +++------ mytheme/global-bottom.vue | 15 +++++ mytheme/layouts/cover.vue | 2 +- mytheme/public/logo.png | Bin 0 -> 10102 bytes ...2\350\203\214\346\231\257\345\233\276.png" | Bin 0 -> 1985249 bytes ...1\351\235\242\350\203\214\346\231\257.jpg" | Bin 0 -> 323699 bytes mytheme/styles/base.css | 10 +++ mytheme/styles/base.less | 10 +++ mytheme/styles/index.ts | 1 + mytheme/styles/layout.css | 59 +++++++++++++----- mytheme/styles/layout.less | 52 +++++++++++++++ 11 files changed, 142 insertions(+), 37 deletions(-) create mode 100644 mytheme/global-bottom.vue create mode 100644 mytheme/public/logo.png create mode 100644 "mytheme/public/\344\270\200\345\215\212\350\203\214\346\231\257\345\233\276.png" create mode 100644 "mytheme/public/\345\260\201\351\235\242\350\203\214\346\231\257.jpg" create mode 100644 mytheme/styles/base.css create mode 100644 mytheme/styles/base.less create mode 100644 mytheme/styles/layout.less diff --git a/mytheme/example.md b/mytheme/example.md index b68b996..02f757c 100644 --- a/mytheme/example.md +++ b/mytheme/example.md @@ -2,34 +2,22 @@ theme: ./ --- -# Slidev Theme Starter +# 转正答辩 -Presentation slides for developers - -
- - Press Space for next page - -
+* 姓名: 王祥 +* 部门: 很长很长的名字 +* 姓名: 王祥 +* 姓名: 王祥 --- -# What is Slidev? - -Slidev is a slides maker and presenter designed for developers, consist of the following features +# 导航 -- 📝 **Text-based** - focus on the content with Markdown, and then style them later -- 🎨 **Themable** - theme can be shared and used with npm packages -- 🧑‍💻 **Developer Friendly** - code highlighting, live coding with autocompletion -- 🤹 **Interactive** - embedding Vue components to enhance your expressions -- 🎥 **Recording** - built-in recording and camera view -- 📤 **Portable** - export into PDF, PNGs, or even a hostable SPA -- 🛠 **Hackable** - anything possible on a webpage +## 个人简介 -
-
+## 工作内容 -Read more about [Why Slidev?](https://sli.dev/guide/why) +## 总结反思 --- diff --git a/mytheme/global-bottom.vue b/mytheme/global-bottom.vue new file mode 100644 index 0000000..3f83dcd --- /dev/null +++ b/mytheme/global-bottom.vue @@ -0,0 +1,15 @@ + + diff --git a/mytheme/layouts/cover.vue b/mytheme/layouts/cover.vue index 67f75a9..7ee77ea 100644 --- a/mytheme/layouts/cover.vue +++ b/mytheme/layouts/cover.vue @@ -1,6 +1,6 @@