隐藏无法使用的小工具
This commit is contained in:
@@ -98,12 +98,12 @@ const navTools = {
|
|||||||
minecraft: {
|
minecraft: {
|
||||||
title: 'Minecraft',
|
title: 'Minecraft',
|
||||||
list: [
|
list: [
|
||||||
{
|
// {
|
||||||
name: 'minecraft-chunk-location-calc',
|
// name: 'minecraft-chunk-location-calc',
|
||||||
component: 'MinecraftChunkLocationCalc',
|
// component: 'MinecraftChunkLocationCalc',
|
||||||
title: 'Minecraft 区块位置计算',
|
// title: 'Minecraft 区块位置计算',
|
||||||
enabled: false
|
// enabled: false
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: 'minecraft-dynmap-renderdata-gen',
|
name: 'minecraft-dynmap-renderdata-gen',
|
||||||
component: 'MinecraftDynmapRenderdataGen',
|
component: 'MinecraftDynmapRenderdataGen',
|
||||||
@@ -127,15 +127,15 @@ const navTools = {
|
|||||||
other: {
|
other: {
|
||||||
title: '其他',
|
title: '其他',
|
||||||
list: [
|
list: [
|
||||||
{
|
// {
|
||||||
name: 'other-edit-csv',
|
// name: 'other-edit-csv',
|
||||||
component: 'OtherEditCSV',
|
// component: 'OtherEditCSV',
|
||||||
title: 'CSV 编辑工具',
|
// title: 'CSV 编辑工具',
|
||||||
desc: '查看或编辑 CSV 文件',
|
// desc: '查看或编辑 CSV 文件',
|
||||||
update: '2022-03-17',
|
// update: '2022-03-17',
|
||||||
version: '2',
|
// version: '2',
|
||||||
enabled: true,
|
// enabled: true,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: 'other-new-window',
|
name: 'other-new-window',
|
||||||
component: 'OtherNewWindow',
|
component: 'OtherNewWindow',
|
||||||
|
Reference in New Issue
Block a user