Skip to content

Commit

Permalink
release: v0.13
Browse files Browse the repository at this point in the history
【更新】v0.13.5
  • Loading branch information
tada56orz authored Feb 9, 2024
2 parents 98a09d1 + 7bed9c8 commit 8f5e198
Show file tree
Hide file tree
Showing 6 changed files with 1,416 additions and 1,419 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "win-up-to-date",
"version": "0.13.4",
"version": "0.13.5",
"description": "A website project showing the latest status of Windows Insider versions.",
"main": "index.js",
"repository": "https://github.com/crrashh1542/win-up-to-date",
Expand All @@ -19,7 +19,7 @@
"js-cookie": "^3.0.5",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"vue": "^3.4.16",
"vue": "^3.4.18",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down Expand Up @@ -61,5 +61,5 @@
"not dead",
"not ie 11"
],
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
10 changes: 3 additions & 7 deletions src/components/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ export default {
<template>
<fluent-dialog id="setting" trap-focus hidden modal>
<div class="container">
<catalog class="title">页面选项</catalog>
<catalog class="size-7 font-bold">页面选项</catalog>

<div class="flex section">
<!-- <div class="flex section">
<span>启用深色模式</span>
<span class="grow"></span>
<fluent-switch disabled="true"></fluent-switch>
</div>
</div> -->

<div class="flex section">
<span>显示开发代号、周期</span>
Expand Down Expand Up @@ -88,10 +88,6 @@ export default {
height: 100%;
position: relative;
.title {
font-size: 28px;
}
.section {
line-height: 2;
font-size: 20px;
Expand Down
5 changes: 3 additions & 2 deletions src/views/DataDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ export default {
<div>
<p class="icon-arch">系统架构 /
<span v-for="i in detail.build.arch" :key="i">{{ i }}&nbsp;&nbsp;</span></p>
<p class="icon-version">构建归属 / <router-link :to="constructBelongingRoute(detail.belongsTo.path)">
<p class="icon-code">构建归属 / <router-link :to="constructBelongingRoute(detail.belongsTo.path)">
{{ detail.belongsTo.name }}</router-link></p>
<p class="icon-version">推送平台 / {{ detail.build.counterpart }}</p>
</div>
</Card>
<br /><br />
Expand Down Expand Up @@ -197,4 +198,4 @@ export default {
line-height: 64px; // 等效于 h-24 再减去 32px,用于垂直居中偏上
}
}
</style>
</style>
Loading

0 comments on commit 8f5e198

Please sign in to comment.