mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix: resolved all vue-tsc errors
This commit is contained in:
parent
d325dd7493
commit
ab1adcfa3d
64 changed files with 675 additions and 451 deletions
|
@ -1,5 +1,14 @@
|
|||
import http from '@/lib/http'
|
||||
|
||||
export interface RuntimeInfo {
|
||||
name: string
|
||||
os: string
|
||||
arch: string
|
||||
ex_path: string
|
||||
body: string
|
||||
published_at: string
|
||||
}
|
||||
|
||||
const upgrade = {
|
||||
get_latest_release(channel: string) {
|
||||
return http.get('/upgrade/release', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue