File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33> English|[ 简体中文] ( https://gitee.com/typed-sigterm/oi-runner-2/blob/main/CHANGELOG.zh-CN.md )
44
5+ ## 2.1.1 (2025-10-19)
6+
7+ ### 🩹 Bug Fixes
8+
9+ - Fix several style issues
10+
511## 2.1.0 (2025-10-19)
612
713### 🚀 Features
Original file line number Diff line number Diff line change 22
33> [ English] ( https://github.com/typed-sigterm/oi-runner-2/blob/main/CHANGELOG.md ) |简体中文
44
5+ ## 2.1.1 (2025-10-19)
6+
7+ ### 🩹 Bug 修复
8+
9+ - 修复一些样式问题
10+
511## 2.1.0 (2025-10-19)
612
713### 🚀 新功能
Original file line number Diff line number Diff line change 33 "name" : " oi-runner-2" ,
44 "displayName" : " %extension.displayName%" ,
55 "type" : " module" ,
6- "version" : " 2.1.0 " ,
6+ "version" : " 2.1.1 " ,
77 "private" : true ,
88 "packageManager" : " pnpm@10.9.0" ,
99 "description" : " %extension.description%" ,
Original file line number Diff line number Diff line change @@ -40,12 +40,11 @@ defineProps<{
4040}
4141
4242h1 {
43- font-size : 26 px ;
44- margin-top : 0 ;
43+ font-size : 28 px ;
44+ font-weight : bold ;
4545}
4646
4747p {
48- margin : 0 ;
4948 font-size : 16px ;
5049}
5150
Original file line number Diff line number Diff line change 88 --spinner-size : 40px ;
99}
1010
11+ body {
12+ margin : 0 12px ;
13+ overflow : hidden;
14+ }
15+
1116a {
1217 cursor : pointer;
1318}
Original file line number Diff line number Diff line change 8080 * {
8181 @apply border-border outline-ring/50;
8282 }
83- body {
84- @apply bg-background text-foreground;
85- }
8683}
You can’t perform that action at this time.
0 commit comments