diff --git a/package.json b/package.json index 81c612fa..6871ebd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moviepilot", - "version": "1.8.5", + "version": "1.8.5-1", "private": true, "bin": "dist/service.js", "scripts": { diff --git a/src/api/types.ts b/src/api/types.ts index 279bc995..41e217fc 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -439,6 +439,8 @@ export interface Plugin { repo_url?: string // 变更历史 history?: { [key: string]: string } + // 添加时间 + add_time?: number } // 种子信息 diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue index 55825f28..086627a6 100644 --- a/src/views/plugin/PluginCardListView.vue +++ b/src/views/plugin/PluginCardListView.vue @@ -43,6 +43,7 @@ const sortOptions = [ { title: '插件名称', value: 'plugin_name' }, { title: '作者', value: 'plugin_author' }, { title: '插件仓库', value: 'repo_url' }, + { title: '最新发布', value: 'add_time' }, ] // 已安装插件列表