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
+4 -4
View File
@@ -1,18 +1,18 @@
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.u.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.u.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.u.mbq'
end
end
if (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].value) or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
require 'data.u.mi'
require 'data.u.mig'
end