Skip to content

Commit 5d03477

Browse files
committed
fix: log panel的index问题
1 parent 55b4a7a commit 5d03477

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: 发布生成的release note
180180
uses: softprops/action-gh-release@v1
181181
with:
182-
tag_name: v${{ steps.changelog.outputs.version }}
182+
tag_name: v${{ steps.changelog.outputs.newVersion }}
183183
body_path: temp.md
184184
# body: ${{ steps.changelog.outputs.clean_changelog }}
185185

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"welearn": {
66
"title": "随行课堂网课助手",
77
"name": "WELearn网课助手",
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"matches": [
1010
"*://course.sflep.com/*",
1111
"*://welearn.sflep.com/*",

src/views/Log/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export function LogPanel() {
244244
position: "fixed",
245245
top: 100,
246246
left: 100,
247+
zIndex: 99,
247248
// minWidth: 300,
248249
// maxWidth: 500,
249250
width: 600,

0 commit comments

Comments
 (0)