feat: Implement a core plugin system, integrate flag icon assets, and establish a GitHub release workflow.

This commit is contained in:
MivoDev
2026-01-18 11:00:36 +07:00
parent b245f31236
commit c95c8b08ea
579 changed files with 25054 additions and 313 deletions

View File

@@ -54,7 +54,7 @@ class I18n {
if (element.tagName === 'INPUT' && element.getAttribute('placeholder')) {
element.placeholder = translation;
} else {
element.textContent = translation;
element.innerHTML = translation;
}
} else {
if (this.isLoaded) {

View File

@@ -4,7 +4,7 @@
*/
class UpdaterModule {
constructor() {
this.repo = 'dyzulk/mivo';
this.repo = 'mivodev/mivo';
this.cacheKey = 'mivo_update_data';
this.ttl = 24 * 60 * 60 * 1000; // 24 hours