This repository was archived by the owner on Nov 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const BASE = "https://danke.moe"
55
66export const DankeFursInfo : SourceInfo = {
77 icon : "icon.png" ,
8- version : "1.0.0 " ,
8+ version : "1.0.1 " ,
99 name : "DankeFurs" ,
1010 author : "PythonCoderAS" ,
1111 authorWebsite : "https://github.com/PythonCoderAS" ,
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export abstract class GuyaTemplate extends Source {
147147 async getHomePageSections ( sectionCallback : ( section : HomeSection ) => void ) : Promise < void > {
148148
149149 // Send the empty homesection back so the app can preload the section
150- var homeSection = createHomeSection ( { id : "all_guya " , title : "ALL GUYA " } )
150+ var homeSection = createHomeSection ( { id : "all " , title : "ALL MANGAS " } )
151151 sectionCallback ( homeSection )
152152
153153 const request = createRequestObject ( {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const BASE = "https://mahoushoujobu.com/"
55
66export const MahouShoujoBuInfo : SourceInfo = {
77 icon : "icon.png" ,
8- version : "1.0.0 " ,
8+ version : "1.0.1 " ,
99 name : "MahouShoujoBu" ,
1010 author : "PythonCoderAS" ,
1111 authorWebsite : "https://github.com/PythonCoderAS" ,
You can’t perform that action at this time.
0 commit comments