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

Commit6ef9877

Browse files
committed
Fix typo
1 parent440820d commit6ef9877

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.0",
8+
version:"1.0.1",
99
name:"DankeFurs",
1010
author:"PythonCoderAS",
1111
authorWebsite:"https://github.com/PythonCoderAS",

‎src/GuyaTemplate.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export abstract class GuyaTemplate extends Source {
147147
asyncgetHomePageSections(sectionCallback:(section:HomeSection)=>void):Promise<void>{
148148

149149
// Send the empty homesection back so the app can preload the section
150-
varhomeSection=createHomeSection({id:"all_guya",title:"ALLGUYA"})
150+
varhomeSection=createHomeSection({id:"all",title:"ALLMANGAS"})
151151
sectionCallback(homeSection)
152152

153153
constrequest=createRequestObject({

‎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.0",
8+
version:"1.0.1",
99
name:"MahouShoujoBu",
1010
author:"PythonCoderAS",
1111
authorWebsite:"https://github.com/PythonCoderAS",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp