File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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/*" ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments