feature: client: menu: aleman: add

This commit is contained in:
coderiaser 2025-09-01 20:03:11 +03:00
parent 83a1e527e5
commit 08b5c6b2b5
15 changed files with 80 additions and 15 deletions

View file

@ -26,6 +26,12 @@ module.exports = async (config) => {
const prefix = getPrefix(config.prefix);
window.CloudCmd.init(prefix, config);
if (window.CloudCmd.config('menu') === 'aleman')
setTimeout(() => {
import('https://esm.sh/@putout/processor-html');
import('https://esm.sh/@putout/bundle');
}, 100);
};
window.CloudCmd = module.exports;
@ -61,3 +67,4 @@ async function register(config) {
listenSW(sw, 'updatefound', onUpdateFound(config));
}