mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:01:59 +00:00
hack: temp hide example plugin
This commit is contained in:
@@ -70,7 +70,7 @@ const StorePage: FC<{}> = () => {
|
|||||||
(async () => {
|
(async () => {
|
||||||
const res = await fetch('https://beta.deckbrew.xyz/plugins', { method: 'GET' }).then((r) => r.json());
|
const res = await fetch('https://beta.deckbrew.xyz/plugins', { method: 'GET' }).then((r) => r.json());
|
||||||
console.log(res);
|
console.log(res);
|
||||||
setData(res);
|
setData(res.filter((x: StorePlugin) => x.name !== 'Example Plugin'));
|
||||||
})();
|
})();
|
||||||
(async () => {
|
(async () => {
|
||||||
const res = await fetch('https://plugins.deckbrew.xyz/get_plugins', { method: 'GET' }).then((r) => r.json());
|
const res = await fetch('https://plugins.deckbrew.xyz/get_plugins', { method: 'GET' }).then((r) => r.json());
|
||||||
|
|||||||
Reference in New Issue
Block a user