feat: 增加了生成图片的能力,以及其他一系列优化 (#115)

Co-authored-by: eryajf <eryajf@users.noreply.github.com>
This commit is contained in:
二丫讲梵
2023-03-23 16:14:39 +08:00
committed by GitHub
parent ccf0cd0b6b
commit 7219b2b324
13 changed files with 341 additions and 146 deletions
+12
View File
@@ -0,0 +1,12 @@
on: push
name: Automatic Generation TOC
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
TOC_TITLE: "**目录**"
MAX_HEADER_LEVEL: 3
FOLDING: true