隐藏无法使用的小工具

This commit is contained in:
2024-08-31 14:50:01 +08:00
parent 28f4b246d4
commit c4178af9f4
2 changed files with 15 additions and 15 deletions

View File

@@ -98,12 +98,12 @@ const navTools = {
minecraft: {
title: 'Minecraft',
list: [
{
name: 'minecraft-chunk-location-calc',
component: 'MinecraftChunkLocationCalc',
title: 'Minecraft 区块位置计算',
enabled: false
},
// {
// name: 'minecraft-chunk-location-calc',
// component: 'MinecraftChunkLocationCalc',
// title: 'Minecraft 区块位置计算',
// enabled: false
// },
{
name: 'minecraft-dynmap-renderdata-gen',
component: 'MinecraftDynmapRenderdataGen',
@@ -127,15 +127,15 @@ const navTools = {
other: {
title: '其他',
list: [
{
name: 'other-edit-csv',
component: 'OtherEditCSV',
title: 'CSV 编辑工具',
desc: '查看或编辑 CSV 文件',
update: '2022-03-17',
version: '2',
enabled: true,
},
// {
// name: 'other-edit-csv',
// component: 'OtherEditCSV',
// title: 'CSV 编辑工具',
// desc: '查看或编辑 CSV 文件',
// update: '2022-03-17',
// version: '2',
// enabled: true,
// },
{
name: 'other-new-window',
component: 'OtherNewWindow',