---
title: "插件静态资源文件（动态路由）"
method: GET
path: "/jsplugin/{entryPath}/static/{path}"
tags: ["JS 插件"]
---

# 插件静态资源文件（动态路由）

`GET /jsplugin/{entryPath}/static/{path}`

从插件磁盘目录返回 CSS/JS/图片等静态资源；未命中且非 index.html 时 SPA fallback 到 index.html。无需认证。

## Path parameters

- `entryPath` string, required

## Response `200`

静态资源文件内容

## Other responses

- `404` — 文件不存在且无 index.html fallback

---

[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)
