Skip to content

Commit

Permalink
隐藏无法使用的小工具
Browse files Browse the repository at this point in the history
  • Loading branch information
Frost-ZX committed Aug 31, 2024
1 parent 28f4b24 commit c4178af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/assets/js/navTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
File renamed without changes.

0 comments on commit c4178af

Please sign in to comment.