---
title: "插件根页面（动态路由）"
method: GET
path: "/jsplugin/{entryPath}"
tags: ["JS 插件"]
---

# 插件根页面（动态路由）

`GET /jsplugin/{entryPath}`

JS 插件入口 HTML。{entryPath} 由运行时按已安装插件决定，注入 <base> 标签和 auth-bridge 脚本后返回 static/index.html。无需认证。

## Path parameters

- `entryPath` string, required

## Response `200`

插件 index.html（已注入 <base> 与 auth-bridge）

## Other responses

- `404` — 插件未安装或缺 static/index.html

---

[API](https://skmtc.net/songloft-org/apis/songloft-api.md) · [All operations](https://skmtc.net/songloft-org/apis/songloft-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/songloft-org/songloft-api/versions/77467de6ed1b/schema)
