import { t } from '../../i18n.js';
export function renderAbout(container) {
container.innerHTML = `
${t('about')} drawNET
Version
Premium Edition v2.1.0
Engine
AntV X6 + drawNET Proprietary Parser
${t('identity')}
Developed for High-Stakes Engineering
`;
}