This commit is contained in:
2026-06-03 00:37:48 +09:00
parent e1c7f1ba84
commit ce696f9c82
13 changed files with 126 additions and 140 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
if settings.startup['PHI-MB'].value then
if settings.startup['PHI-MB-ENERGY'].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 then
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 then
if settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT'].value > 1 then
require('data.b.mbq')
end
end