test autoupdate

This commit is contained in:
tom5079
2022-01-04 18:40:39 +09:00
parent 7727589ee7
commit aa426e3331
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
function get_gallery_info(galleryID) {
return new Promise((resolve, reject) => {
$.getScript(`https://ltn.hitomi.la/galleryblock/${galleryID}.html`, () => {
$.getScript(`https://ltn.hitomi.la/galleries/${galleryID}.js`, () => {
resolve(galleryinfo);
});
});

View File

@@ -1 +1 @@
0.0.1
0.0.1-DEV02