mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
feat: Implement a core plugin system, integrate flag icon assets, and establish a GitHub release workflow.
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
38
public/assets/js/vendor/editor.bundle.js
vendored
Normal file
38
public/assets/js/vendor/editor.bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user