Skip to content

Commit

Permalink
Merge pull request #16 from DIYgod/master
Browse files Browse the repository at this point in the history
[pull] master from diygod:master
  • Loading branch information
pull[bot] authored May 14, 2024
2 parents 8b79c99 + a626254 commit 6529ff2
Show file tree
Hide file tree
Showing 10 changed files with 685 additions and 177 deletions.
8 changes: 8 additions & 0 deletions lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ export type Config = {
xueqiu: {
cookies?: string;
};
yamibo: {
salt?: string;
auth?: string;
};
youtube: {
key?: string;
clientId?: string;
Expand Down Expand Up @@ -642,6 +646,10 @@ const calculateValue = () => {
xueqiu: {
cookies: envs.XUEQIU_COOKIES,
},
yamibo: {
salt: envs.YAMIBO_SALT,
auth: envs.YAMIBO_AUTH,
},
youtube: {
key: envs.YOUTUBE_KEY,
clientId: envs.YOUTUBE_CLIENT_ID,
Expand Down
Loading

0 comments on commit 6529ff2

Please sign in to comment.