mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-27 12:00:32 +08:00
webui: change search bar style.
This commit is contained in:
@@ -77,4 +77,10 @@ export const apiSearch = {
|
||||
|
||||
return bangumiInfo$;
|
||||
},
|
||||
|
||||
async getProvider() {
|
||||
const { data } = await axios.get<string[]>('api/v1/search/provider');
|
||||
return data;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user