Add confirmation delete button and modify edit modal interface.

This commit is contained in:
Jiaxin Peng
2024-01-09 11:33:39 +00:00
parent f670dd972a
commit 856f83e8a1
8 changed files with 461 additions and 42 deletions

View File

@@ -20,6 +20,14 @@ jobs:
with:
node-version: "18"
- name: Generate changelog
id: changelog
uses: release-changelog/action@v1.0.0
with:
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
version: ${{ github.ref }}
file: CHANGELOG.md
- name: Build
id: build
run: |