feat(工具箱): 添加“原神时钟”工具
This commit is contained in:
@@ -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',
|
||||||
|
@@ -0,0 +1,9 @@
|
|||||||
|
<template>
|
||||||
|
<div class="tool-detail-page"></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="less" scoped>
|
||||||
|
</style>
|
Reference in New Issue
Block a user