mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 13:31:56 +07:00
feat: Implement a core plugin system, integrate flag icon assets, and establish a GitHub release workflow.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user