Skip to content

Commit 526b5ba

Browse files
committed
fix: observing i18n
1 parent 86d31d7 commit 526b5ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
margin: 0;
1414
padding: 0;
1515
background-color: transparent;
16-
overflow: hidden; /* 禁止页面本身滚动 */
16+
overflow: hidden;
1717
}
1818

1919
#app {
@@ -22,7 +22,7 @@
2222
border-radius: 5px;
2323
border: 1px solid #ccc;
2424
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
25-
overflow: auto; /* 让内容在容器内滚动 */
25+
overflow: auto;
2626
}
2727
</style>
2828

src/locales/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"games": "游戏",
66
"video": "影音",
77
"creating": "创作",
8-
"observing": "浏览",
8+
"observing": "浏览全部",
99
"updates": "安装与更新",
1010
"search": "软件包搜索"
1111
},

0 commit comments

Comments
 (0)