mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
插件支持最近更新排序
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "moviepilot",
|
"name": "moviepilot",
|
||||||
"version": "1.8.5",
|
"version": "1.8.5-1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"bin": "dist/service.js",
|
"bin": "dist/service.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -439,6 +439,8 @@ export interface Plugin {
|
|||||||
repo_url?: string
|
repo_url?: string
|
||||||
// 变更历史
|
// 变更历史
|
||||||
history?: { [key: string]: string }
|
history?: { [key: string]: string }
|
||||||
|
// 添加时间
|
||||||
|
add_time?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
// 种子信息
|
// 种子信息
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ const sortOptions = [
|
|||||||
{ title: '插件名称', value: 'plugin_name' },
|
{ title: '插件名称', value: 'plugin_name' },
|
||||||
{ title: '作者', value: 'plugin_author' },
|
{ title: '作者', value: 'plugin_author' },
|
||||||
{ title: '插件仓库', value: 'repo_url' },
|
{ title: '插件仓库', value: 'repo_url' },
|
||||||
|
{ title: '最新发布', value: 'add_time' },
|
||||||
]
|
]
|
||||||
|
|
||||||
// 已安装插件列表
|
// 已安装插件列表
|
||||||
|
|||||||
Reference in New Issue
Block a user