Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6e00ba

Browse files
committed
Fix
1 parent6e9d206 commite6e00ba

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

‎src/DankeFurs/DankeFurs.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const BASE = "https://danke.moe"
55

66
exportconstDankeFursInfo:SourceInfo={
77
icon:"icon.png",
8-
version:"1.1.1",
8+
version:"1.1.2",
99
name:"DankeFurs",
1010
author:"PythonCoderAS",
1111
authorWebsite:"https://github.com/PythonCoderAS",

‎src/GuyaTemplate.ts‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ export abstract class GuyaTemplate extends Source {
162162
constdata=awaitthis.requestManager.schedule(request,1)
163163

164164
letresult:{[key:string]:{[name:string]:any}}=typeofdata.data==="string" ?JSON.parse(data.data) :data.data
165-
letresult2=[...(Object.values(result))];
165+
letresult2=Object.entries(result);
166166
result2.sort((a,b)=>{
167-
returnb["last_updated"]-a["last_updated"];
167+
returnb[1]["last_updated"]-a[1]["last_updated"];
168168
})
169169

170170
letmangas=[]
@@ -181,8 +181,9 @@ export abstract class GuyaTemplate extends Source {
181181
homeSection.items=mangas
182182

183183
letmangas2=[]
184-
for(letseriesinresult2){
185-
letseriesDetails=result2[series]
184+
for(leti:number=0;i<result2.length;i++){
185+
letseries=result2[i][0]
186+
letseriesDetails=result2[i][1]
186187
mangas2.push(
187188
createMangaTile({
188189
id:seriesDetails["slug"],

‎src/Hachirumi/Hachirumi.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const BASE = "https://hachirumi.com"
55

66
exportconstHachirumiInfo:SourceInfo={
77
icon:"icon.png",
8-
version:"1.0.1",
8+
version:"1.0.2",
99
name:"Hachirumi",
1010
author:"PythonCoderAS",
1111
authorWebsite:"https://github.com/PythonCoderAS",

‎src/MahouShoujoBu/MahouShoujoBu.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const BASE = "https://mahoushoujobu.com"
55

66
exportconstMahouShoujoBuInfo:SourceInfo={
77
icon:"icon.png",
8-
version:"1.0.4",
8+
version:"1.0.5",
99
name:"MahouShoujoBu",
1010
author:"PythonCoderAS",
1111
authorWebsite:"https://github.com/PythonCoderAS",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp