This commit is contained in:
杜恒
2021-02-19 18:12:41 +08:00
parent f11b7c0afc
commit d5c8ecbc75
4 changed files with 4 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ class JoeOwO {
contain: '.joe_owo__contain',
target: '.joe_owo__target',
seat: 'OωO',
api: '/usr/themes/Joe/assets/json/joe.owo.json'
api: 'https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/json/joe.owo.json'
};
this.options = Object.assign(defaultOption, options);
$.ajax({