mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
feat(ota): show short hash
This commit is contained in:
parent
1c282a57ad
commit
3fe4d859df
6 changed files with 34 additions and 18 deletions
|
@ -7,6 +7,14 @@ export interface RuntimeInfo {
|
|||
ex_path: string
|
||||
body: string
|
||||
published_at: string
|
||||
cur_version: Info
|
||||
}
|
||||
|
||||
interface Info {
|
||||
version: string
|
||||
build_id: number
|
||||
total_build: number
|
||||
short_hash: string
|
||||
}
|
||||
|
||||
const upgrade = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue