Skip to content

Commit 1a826bc

Browse files
committed
release: v2.1.1
1 parent 8cd234c commit 1a826bc

6 files changed

Lines changed: 20 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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

CHANGELOG.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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
### 🚀 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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%",

src/components/Empty.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ defineProps<{
4040
}
4141
4242
h1 {
43-
font-size: 26px;
44-
margin-top: 0;
43+
font-size: 28px;
44+
font-weight: bold;
4545
}
4646
4747
p {
48-
margin: 0;
4948
font-size: 16px;
5049
}
5150

src/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
--spinner-size: 40px;
99
}
1010

11+
body {
12+
margin: 0 12px;
13+
overflow: hidden;
14+
}
15+
1116
a {
1217
cursor: pointer;
1318
}

src/tailwind.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,4 @@
8080
* {
8181
@apply border-border outline-ring/50;
8282
}
83-
body {
84-
@apply bg-background text-foreground;
85-
}
8683
}

0 commit comments

Comments
 (0)