Skip to content

Commit

Permalink
release: v0.13.7 (#109)
Browse files Browse the repository at this point in the history
【更新】v0.13.7
  • Loading branch information
tada56orz authored Feb 19, 2024
2 parents 91a60e7 + 815aa7c commit 40b46f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 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.6-patch.1",
"version": "0.13.7",
"description": "A website project showing the latest status of Windows Insider versions.",
"author": "crrashh1542 <[email protected]>",
"homepage": "https://wutd.crrashh.com",
Expand All @@ -13,7 +13,6 @@
"bugs": {
"url": "https://github.com/crrashh1542/win-up-to-date/issues"
},
"main": "./index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
4 changes: 3 additions & 1 deletion src/components/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ export default {
<template>
<fluent-dialog id="setting" trap-focus hidden modal>
<div class="container">
<catalog class="size-7 font-bold">页面选项</catalog>
<Catalog class="w-full">
<span class="font-bold size-7">页面选项</span>
</Catalog>

<!-- <div class="flex section">
<span>启用深色模式</span>
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/parseRepoInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import buildInfo from '/temp/buildInfo.json'
// packageInfo 相关
const packageVerNum = packageInfo.version // 项目版本号
const packageRepo = packageInfo.repository // 项目地址
const packageDeps = packageInfo.dependencies // 依赖版本
const packageDeps = packageInfo.devDependencies // 依赖版本

// buildInfo 相关
const buildNum = buildInfo.build // 构建次数
Expand Down

0 comments on commit 40b46f8

Please sign in to comment.