Files
xiaojunnuo 112a565bf7 v1.39.10
2026-04-11 23:46:27 +08:00

30 lines
745 B
YAML

name: spaceship
title: Spaceship.com 授权
icon: clarity:plugin-line
desc: Spaceship.com API 授权插件
input:
apiKey:
title: API Key
component:
placeholder: 请输入 API Key
required: true
encrypt: true
helper: 前往 [获取 API Key](https://www.spaceship.com/application/api-manager/)
apiSecret:
title: API Secret
component:
name: a-input-password
vModel: value
placeholder: 请输入 API Secret
required: true
encrypt: true
testRequest:
title: 测试
component:
name: api-test
action: TestRequest
helper: 测试 API 连接是否正常,需要域名查询权限
pluginType: access
type: builtIn
scriptFilePath: /plugins/plugin-spaceship/access.js