feat(plugins/community/splatoon): add stat.ink integration
This commit is contained in:
@@ -21,12 +21,13 @@ const allowed = {
|
||||
files:["profile.json", "profile.json.swap", "cache", "export"],
|
||||
net:["api.imink.app", "accounts.nintendo.com", "api.accounts.nintendo.com", "api-lp1.znc.srv.nintendo.net", "api.lp1.av5ja.srv.nintendo.net"]
|
||||
}
|
||||
const script = import.meta.resolve("./s3si/index.ts")
|
||||
const args = [
|
||||
"run", "--no-prompt", "--cached-only", "--no-remote",
|
||||
`--allow-read="${allowed.files}"`,
|
||||
`--allow-write="${allowed.files}"`,
|
||||
`--allow-net="${allowed.net}"`,
|
||||
"s3si/index.ts",
|
||||
script,
|
||||
'--exporter=none'
|
||||
]
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user