style(sth): 格式化

This commit is contained in:
BTMuli
2023-03-30 23:54:02 +08:00
parent 34dfccb91a
commit 0682c14f80
3 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ Update: 2023-03-30
--- ---
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-30 15:39:49` > 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-30 15:39:49`
> >
> 更新于 `2023-03-30 15:39:49` > 更新于 `2023-03-30 15:39:49`
# CHANGELOG # CHANGELOG
@@ -19,9 +19,9 @@ Update: 2023-03-30
> 按照侧边栏的顺序排序 > 按照侧边栏的顺序排序
* 支持当前卡池查看&对应祈愿帖跳转 - 支持当前卡池查看&对应祈愿帖跳转
* 支持官方咨讯查看,包括:新闻、活动、公告 - 支持官方咨讯查看,包括:新闻、活动、公告
* 支持 UIAF 成就数据导入导出&展示 - 支持 UIAF 成就数据导入导出&展示
* 支持 GCG 卡牌数据展示 - 支持 GCG 卡牌数据展示
FullCommits: [v0.1.0](https://github.com/BTMuli/Tauri.Genshin/commits/v0.1.0) FullCommits: [v0.1.0](https://github.com/BTMuli/Tauri.Genshin/commits/v0.1.0)

View File

@@ -58,7 +58,7 @@
</v-card> </v-card>
<v-card class="common-card"> <v-card class="common-card">
<v-list> <v-list>
<v-list-item disabled> <v-list-item>
<v-list-item-title>开发者模式</v-list-item-title> <v-list-item-title>开发者模式</v-list-item-title>
<v-list-item-subtitle>开启后将显示调试信息</v-list-item-subtitle> <v-list-item-subtitle>开启后将显示调试信息</v-list-item-subtitle>
<template v-slot:append> <template v-slot:append>

View File

@@ -44,7 +44,7 @@ const MysOper = {
card: { card: {
lottery: getLotteryCard, lottery: getLotteryCard,
reward: getLotteryRewardCard, reward: getLotteryRewardCard,
} },
}, },
}; };