mirror of
https://github.com/eryajf/chatgpt-dingtalk.git
synced 2026-04-22 23:47:15 +08:00
feat: 增加了生成图片的能力,以及其他一系列优化 (#115)
Co-authored-by: eryajf <eryajf@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user