try to visualize the codebase

This commit is contained in:
Chase 2023-04-02 12:30:16 +00:00
parent e6b64b0f2c
commit 36b8db58b0
2 changed files with 18 additions and 0 deletions

16
.github/workflows/create-diagram.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: "ignore,.github"

View File

@ -1,5 +1,7 @@
<div align="center">
<img src="./static/icon.svg" alt="预览"/>
本项目的解构图:
![Visualization of the codebase](./diagram.svg)
<h1 align="center">ChatGPT Next Web</h1>