Skip to content

Commit

Permalink
Style. 代码格式更新
Browse files Browse the repository at this point in the history
  • Loading branch information
RavelloH committed Jan 16, 2025
1 parent 1aeec14 commit 0f73996
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 30 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/prettier-bot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
on: [push]

jobs:
prettier:
runs-on: ubuntu-latest
name: prettier-bot
steps:
- uses: actions/checkout@v3
- name: Tree
uses: RavelloH/prettier-bot@v1.0.1
- name: commit
continue-on-error: True
run: |
git init
git pull
git config --local user.email "dr_hamilton@foxmail.com"
git config --local user.name "Ravello-H"
git add .
git commit -m "[Prettier-bot]`date '+%Y-%m-%d %H:%M:%S'`" || exit
git status
git push -f
prettier:
runs-on: ubuntu-latest
name: prettier-bot
steps:
- uses: actions/checkout@v3
- name: Tree
uses: RavelloH/prettier-bot@v1.0.1
- name: commit
continue-on-error: True
run: |
git init
git pull
git config --local user.email "dr_hamilton@foxmail.com"
git config --local user.name "Ravello-H"
git add .
git commit -m "[Prettier-bot]`date '+%Y-%m-%d %H:%M:%S'`" || exit
git status
git push -f
14 changes: 2 additions & 12 deletions src/assets/css/Comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,8 @@ textarea#comment-textarea {
background-color: #111111;
color: #c6c9ce;
font-size: 1em;
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen,
Ubuntu,
Cantarell,
'Open Sans',
'Helvetica Neue',
sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#comment-title {
Expand Down

0 comments on commit 0f73996

Please sign in to comment.