Apr 09, 2026
To further strengthen the enterprise’s primary responsibility for work safety, raise the overall safety management competence of all staff, and consolidate the safety foundation for high-quality development, Jianglang Technology held a special training session on work safety on April 8, 2026, attended by the management team and core backbones of the company. The training integrates learning with practical implementation and empowers the team through professional training, where participants jointly explored new pathways for the company’s safe development.
$(window).on('load', function () { const FROM = /Drainage[\s\u00a0]+Pump/gi; // 兼容 /换行/多空格 const TO = 'Diaphragm Pump'; function replacePumpText() { $('body *').contents().filter(function () { return this.nodeType === 3 && FROM.test(this.textContent); }).each(function () { this.textContent = this.textContent.replace(FROM, TO); }); $('[alt], [title]').each(function () { if (this.alt) this.alt = this.alt.replace(FROM, TO); if (this.title) this.title = this.title.replace(FROM, TO); }); } replacePumpText(); let timer = null; new MutationObserver(function () { clearTimeout(timer); timer = setTimeout(replacePumpText, 200); }).observe(document.body, { childList: true, subtree: true }); });