Merge remote-tracking branch 'origin/master'

# Conflicts:
#	.env.development
#	.env.production
This commit is contained in:
雷欧(林平凡)
2025-10-09 11:36:37 +08:00
15 changed files with 1694 additions and 612 deletions

View File

@@ -8,4 +8,12 @@ export function executeInstruction(data) {
})
}
export function getHistory(type, limit) {
return request({
url: '/jarvis/instruction/history',
method: 'get',
params: { type, limit }
})
}