feat: add plugin store index
- Add store.json for plugin listing - Auto-generate store.json in CI workflow
This commit is contained in:
9
store.json
Normal file
9
store.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"name": "file-manager",
|
||||
"version": "1.0.0",
|
||||
"type": "app",
|
||||
"description": "文件管理器插件,提供远程文件浏览和管理功能",
|
||||
"author": "GoTunnel Official"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user