feat(工具箱): 添加“原神时钟”工具

This commit is contained in:
2024-10-12 22:41:08 +08:00
parent ef95e5ce73
commit 331e037714
2 changed files with 20 additions and 0 deletions

View File

@@ -197,6 +197,17 @@ export const toolList = [
title: '其他', title: '其他',
enabled: true, enabled: true,
items: [ items: [
{
id: 'genshin-impact-clock',
component: 'Other/GenshinImpactClock/GenshinImpactClock',
title: '《原神》时钟',
iconClass: 'mdi mdi-clock-outline',
desc: '在网页上实现的《原神》时钟效果',
createdAt: '',
updatedAt: '',
version: '0',
enabled: false,
},
{ {
id: 'keep-screen-on', id: 'keep-screen-on',
component: 'Other/KeepScreenOn', component: 'Other/KeepScreenOn',

View File

@@ -0,0 +1,9 @@
<template>
<div class="tool-detail-page"></div>
</template>
<script setup>
</script>
<style lang="less" scoped>
</style>