fix: Update service to use display_index as the main sort order (#60)

* fix: Update service to use display_index as the main sort order

* chore: auto-fix linting and formatting issues

* Update src/types/nezha-api.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: huYang <306061454@qq.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
胡说丷刂
2026-02-25 17:20:42 +08:00
committed by GitHub
co-authored by coderabbitai[bot] huYang
parent b030cd45d6
commit eceadb6bff
4 changed files with 222 additions and 216 deletions
+1
View File
@@ -93,6 +93,7 @@ export type ServerMonitorChart = {
export interface NezhaMonitor {
monitor_id: number;
monitor_name: string;
display_index?: number;
server_id: number;
server_name: string;
created_at: number[];