fix(ci): align update contracts

This commit is contained in:
jxxghp
2026-08-24 18:13:03 +08:00
parent 84326e20de
commit 13c84d3d03
5 changed files with 8 additions and 6 deletions
+1
View File
@@ -196,6 +196,7 @@
"测试目标重定向次数过多": "Test target redirected too many times", "测试目标重定向次数过多": "Test target redirected too many times",
"当前运行环境不支持重启操作!": "The current runtime environment does not support restart!", "当前运行环境不支持重启操作!": "The current runtime environment does not support restart!",
"当前运行环境不支持升级操作!": "The current runtime environment does not support upgrade!", "当前运行环境不支持升级操作!": "The current runtime environment does not support upgrade!",
"Release 更新请使用 /system/update/check、download 和 install 接口": "Use the /system/update/check, download, and install endpoints for Release updates",
"命令不能为空!": "Command cannot be empty!", "命令不能为空!": "Command cannot be empty!",
"未找到指定的种子": "Specified torrent not found", "未找到指定的种子": "Specified torrent not found",
"种子删除成功": "Torrent deleted successfully", "种子删除成功": "Torrent deleted successfully",
+1
View File
@@ -192,6 +192,7 @@
"测试目标重定向次数过多": "測試目標重新導向次數過多", "测试目标重定向次数过多": "測試目標重新導向次數過多",
"当前运行环境不支持重启操作!": "目前執行環境不支援重啟操作!", "当前运行环境不支持重启操作!": "目前執行環境不支援重啟操作!",
"当前运行环境不支持升级操作!": "目前執行環境不支援升級操作!", "当前运行环境不支持升级操作!": "目前執行環境不支援升級操作!",
"Release 更新请使用 /system/update/check、download 和 install 接口": "Release 更新請使用 /system/update/check、download 與 install 介面",
"命令不能为空!": "命令不能為空!", "命令不能为空!": "命令不能為空!",
"未找到指定的种子": "未找到指定的種子", "未找到指定的种子": "未找到指定的種子",
"种子删除成功": "種子刪除成功", "种子删除成功": "種子刪除成功",
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: moviepilot-api name: moviepilot-api
version: 13 version: 14
description: >- description: >-
Use this skill when you need to call MoviePilot REST API endpoints directly Use this skill when you need to call MoviePilot REST API endpoints directly
with the bundled Python client. Covers MoviePilot HTTP endpoints across media with the bundled Python client. Covers MoviePilot HTTP endpoints across media
@@ -6,7 +6,7 @@
"repeat": 3, "repeat": 3,
"targets": { "targets": {
"app.startup.lifecycle": { "app.startup.lifecycle": {
"loaded_app_module_count": 358, "loaded_app_module_count": 359,
"max_ms": 968.725, "max_ms": 968.725,
"median_ms": 937.268, "median_ms": 937.268,
"min_ms": 933.205, "min_ms": 933.205,
@@ -17,7 +17,7 @@
] ]
}, },
"app.factory": { "app.factory": {
"loaded_app_module_count": 370, "loaded_app_module_count": 371,
"max_ms": 943.204, "max_ms": 943.204,
"median_ms": 941.996, "median_ms": 941.996,
"min_ms": 937.878, "min_ms": 937.878,
@@ -28,7 +28,7 @@
] ]
}, },
"app.main": { "app.main": {
"loaded_app_module_count": 372, "loaded_app_module_count": 373,
"max_ms": 1068.791, "max_ms": 1068.791,
"median_ms": 1064.912, "median_ms": 1064.912,
"min_ms": 1053.947, "min_ms": 1053.947,
+2 -2
View File
@@ -23,9 +23,9 @@ def test_modified_builtin_skills_have_incremented_versions() -> None:
"""本次修改过的内置技能必须递增版本,确保用户端同步更新。""" """本次修改过的内置技能必须递增版本,确保用户端同步更新。"""
expected_versions = { expected_versions = {
"database-operation": "4", "database-operation": "4",
"moviepilot-api": "13", "moviepilot-api": "14",
"moviepilot-cli": "8", "moviepilot-cli": "8",
"moviepilot-update": "3", "moviepilot-update": "4",
"organize-files": "3", "organize-files": "3",
"transfer-failed-retry": "4", "transfer-failed-retry": "4",
"generate-identifiers": "3", "generate-identifiers": "3",