mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-19 23:52:05 +00:00
feat: t4g support
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
import("$lib/assets/layouts/m4gr.yml").then(
|
||||
(it) => it.default as VisualLayout,
|
||||
),
|
||||
T4G: () =>
|
||||
import("$lib/assets/layouts/t4g.yml").then(
|
||||
(it) => it.default as VisualLayout,
|
||||
),
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user