This commit is contained in:
2026-06-05 17:37:46 +09:00
parent 3df0aa5e6b
commit 24ced28019
5 changed files with 47 additions and 44 deletions
+14 -13
View File
@@ -1,16 +1,3 @@
if settings.startup['PHI-MB'].value then
if settings.startup['PHI-MB-ENERGY'].value and settings.startup['PHI-MB-ENERGY'].value > 1 then
require('data.b.mbe')
end
if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE'].value > 1 then
require('data.b.mbm')
end
if settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT'].value > 1 then
require('data.b.mbq')
end
end
if settings.startup['PHI-CT'].value then
require('data.b.ct')
@@ -40,3 +27,17 @@ if settings.startup['PHI-GM'].value then
require('data.b.gm-vp')
end
end
if settings.startup['PHI-MB'].value then
if settings.startup['PHI-MB-ENERGY'].value and settings.startup['PHI-MB-ENERGY'].value > 1 then
require('data.b.mbe')
end
if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE'].value > 1 then
require('data.b.mbm')
end
if settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT'].value > 1 then
require('data.b.mbq')
end
end