Skip to content

Commit

Permalink
fix: log panel的index问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SSmJaE committed Mar 23, 2023
1 parent 55b4a7a commit 5d03477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: 发布生成的release note
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ steps.changelog.outputs.version }}
tag_name: v${{ steps.changelog.outputs.newVersion }}
body_path: temp.md
# body: ${{ steps.changelog.outputs.clean_changelog }}

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"welearn": {
"title": "随行课堂网课助手",
"name": "WELearn网课助手",
"version": "1.0.2",
"version": "1.0.3",
"matches": [
"*://course.sflep.com/*",
"*://welearn.sflep.com/*",
Expand Down
1 change: 1 addition & 0 deletions src/views/Log/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export function LogPanel() {
position: "fixed",
top: 100,
left: 100,
zIndex: 99,
// minWidth: 300,
// maxWidth: 500,
width: 600,
Expand Down

0 comments on commit 5d03477

Please sign in to comment.