mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:25 +08:00
将jellyfin加入list
This commit is contained in:
parent
826ba48af6
commit
857ef6f647
@ -17,7 +17,6 @@
|
||||
"labelEn": "Media folder path",
|
||||
"required": true,
|
||||
"default": "./data/media",
|
||||
"rule": "paramCommon",
|
||||
"envKey": "MEDIA_FOLDER_PATH",
|
||||
"edit": true
|
||||
},
|
||||
@ -27,7 +26,6 @@
|
||||
"labelEn": "Cache folder path",
|
||||
"required": true,
|
||||
"default": "./data/cache",
|
||||
"rule": "paramCommon",
|
||||
"envKey": "CACHE_FOLDER_PATH",
|
||||
"edit": true
|
||||
}
|
||||
|
||||
14
list.json
14
list.json
@ -41,6 +41,20 @@
|
||||
"website": "https://www.qbittorrent.org/",
|
||||
"github": "https://github.com/qbittorrent/qBittorrent",
|
||||
"document": "http://wiki.qbittorrent.org/"
|
||||
},
|
||||
{
|
||||
"key": "jellyfin",
|
||||
"name": "Jellyfin",
|
||||
"tags": ["Tool"],
|
||||
"versions": ["10.8.9"],
|
||||
"shortDescZh": "Jellyfin是一套多媒体应用程序软件套装",
|
||||
"shortDescEn": "Jellyfin is a multimedia application software suite",
|
||||
"type": "tool",
|
||||
"limit": 0,
|
||||
"crossVersionUpdate": false,
|
||||
"website": "https://jellyfin.org/",
|
||||
"github": "https://github.com/jellyfin/jellyfin",
|
||||
"document": "https://jellyfin.org/docs/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user