diff --git a/package.json b/package.json index 92afcdf..413f4e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "win-up-to-date", - "version": "0.13.0", + "version": "0.13.1", "description": "A website project showing the latest status of Windows Insider versions.", "main": "index.js", "repository": "https://github.com/crrashh1542/win-up-to-date", diff --git a/src/components/CopiableCode.vue b/src/components/CopiableCode.vue index abe07a5..b1dc23f 100644 --- a/src/components/CopiableCode.vue +++ b/src/components/CopiableCode.vue @@ -3,6 +3,7 @@ * 可复制代码组件,代码右侧有个小复制按钮 * 用法: */ + // 引入库 import { provideFluentDesignSystem, fluentButton } from "@fluentui/web-components" import useClipboard from 'vue-clipboard3' @@ -25,7 +26,7 @@ export default { - {{ value }} + {{ value }} diff --git a/src/views/DataCategoryList.vue b/src/views/DataCategoryList.vue index f060c7f..726cf1d 100644 --- a/src/views/DataCategoryList.vue +++ b/src/views/DataCategoryList.vue @@ -108,13 +108,13 @@ export default { - + 版本 发布时间 - + {{ row[0] }} {{ row[1] }} @@ -125,12 +125,11 @@ export default {
{{ value }}