chore: 细节调整。
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 1s

This commit is contained in:
Ivan Li 2023-07-09 05:33:17 +00:00
parent fede1341b0
commit e263be3fe9
5 changed files with 7 additions and 65 deletions

View File

@ -35,7 +35,9 @@
"esbenp.prettier-vscode",
"shardulm94.trailing-spaces",
"lihui.vs-color-picker",
"bradlc.vscode-tailwindcss"
"bradlc.vscode-tailwindcss",
"github.vscode-github-actions",
"GitHub.copilot"
]
}
},

3
.github/FUNDING.yml vendored
View File

@ -1,3 +0,0 @@
# These are supported funding model platforms
github: timlrx

View File

@ -1,37 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**System Info (if dev / build issue):**
- OS: [e.g. iOS]
- Node version (please ensure you are using 14+)
- Npm version
**Browser Info (if display / formatting issue):**
- Device [e.g. Desktop, iPhone6]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

View File

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -2,9 +2,9 @@ name: 🚀 Build and deploy by ftp
on:
push:
- master
- main
branches:
- master
- main
jobs:
ftp-build-and-deploy:
@ -16,7 +16,7 @@ jobs:
- uses: https://github.comactions/setup-node@v3
with:
node-version: 18
node-version: 16
- run: npm i --location=global pnpm@7
- run: pnpm i