搜索Steam商店,返回[{ appID, isBundle, appName, appPrice, appUrl, appImg }]
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/431430/964232/Search_Steam_Store.js
调用示例:
searchStore('road 96','CN')
.then((r###lt) => {
console.log(r###lt);
})
.catch((reason) => {
alert(`商店信息解析失败`
});
await r###lt = searchStore('road 96','CN');