-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
130 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export declare const free4kWallpaper = "https://free4kwallpapers.com"; | ||
export declare const wallHaven = "https://wallhaven.cc"; | ||
export declare const zerochan = "https://www.zerochan.net"; | ||
export declare const wallpapers = "https://wallpapers.com"; | ||
export declare const type: { | ||
sfw: string; | ||
sketchy: string; | ||
both: string; | ||
}; | ||
export declare const channelID: { | ||
1: number; | ||
2: number; | ||
4: number; | ||
6: number; | ||
8: number; | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
import Hoyolab from "../hoyo"; | ||
import Requested from "../utils/request"; | ||
import * as config from "../config"; | ||
export default class Client { | ||
get: Requested; | ||
readonly config: typeof config; | ||
constructor(); | ||
decode(b64: string): string; | ||
mihoyo(): Hoyolab; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.