File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- - feat: 重构等级对话框为卡片式 UI 并添加可视化样式
1+ - fix: 当链接处于 ` raw ` 页面时,停止渲染扩展以避免不必要的冲突 # 313
Original file line number Diff line number Diff line change 11# Changelog / 更新日志
22
3+ ## 1.5.27
4+
5+ - fix: 当链接处于 ` raw ` 页面时,停止渲染扩展以避免不必要的冲突 #313
6+
7+ https://github.com/anghunk/linuxdo-scripts/releases/tag/1.5.27
8+
39## 1.5.26
410
511- feat: 重构等级对话框为卡片式 UI 并添加可视化样式
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ export default defineContentScript({
77 cssInjectionMode : 'ui' ,
88
99 async main ( ctx ) {
10+ if ( window . location . pathname . includes ( '/raw/' ) ) return ;
11+
1012 const ui = await createShadowRootUi ( ctx , {
1113 name : 'linuxdo-scripts-ui' ,
1214 position : 'inline' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " linuxdo-scripts" ,
33 "description" : " manifest.json description" ,
4- "version" : " 1.5.26 " ,
4+ "version" : " 1.5.27 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " wxt" ,
You can’t perform that action at this time.
0 commit comments