Commit dd3c756b authored by nanahira's avatar nanahira

fix search

parent 940e4b01
Pipeline #14569 passed with stages
in 45 seconds
host: '::' host: '::'
port: 3000 port: 3000
hamiUsername: 'Hamimelon7' hamiUsername: 'Hamimelon7'
hamiBlacklistSearch: '蔷蔷挂人板' hamiBlacklistSearch: '蔷蔷挂人板'
twintUrl: 'http://twint' twintUrl: 'http://twint'
twintToken: 'twintToken' twintToken: 'twintToken'
cocurrency: 4 cocurrency: 4
...@@ -34,7 +34,7 @@ export class HamiFetcherService extends ConsoleLogger { ...@@ -34,7 +34,7 @@ export class HamiFetcherService extends ConsoleLogger {
`${this.twintUrl}/Search`, `${this.twintUrl}/Search`,
{ {
Username: 'Hamimelon7', Username: 'Hamimelon7',
Search: '蔷蔷挂人板', Search: '蔷蔷挂人板',
Since, Since,
}, },
this.axiosConfig(), this.axiosConfig(),
......
...@@ -19,7 +19,7 @@ const defaultConfig: Config = { ...@@ -19,7 +19,7 @@ const defaultConfig: Config = {
port: 3000, port: 3000,
http: {}, http: {},
hamiUsername: 'Hamimelon7', hamiUsername: 'Hamimelon7',
hamiBlacklistSearch: '蔷蔷挂人板', hamiBlacklistSearch: '蔷蔷挂人板',
twintUrl: 'http://twint', twintUrl: 'http://twint',
twintToken: 'twintToken', twintToken: 'twintToken',
cocurrency: os.cpus().length, cocurrency: os.cpus().length,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment