mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
feat: remove check version update feature
This commit is contained in:
@@ -5,6 +5,7 @@ export const APP_CONFIG = {
|
||||
name: "9Router Proxy",
|
||||
description: "AI Infrastructure Management",
|
||||
version: pkg.version,
|
||||
defaultPort: 20128,
|
||||
};
|
||||
|
||||
// GitHub configuration
|
||||
@@ -13,25 +14,6 @@ export const GITHUB_CONFIG = {
|
||||
donateUrl: "https://9router.com/api/donate",
|
||||
};
|
||||
|
||||
// Updater configuration
|
||||
export const UPDATER_CONFIG = {
|
||||
npmPackageName: "9router",
|
||||
installCmd: "npm i -g 9router",
|
||||
installCmdLatest: "npm i -g 9router@latest --prefer-online",
|
||||
shutdownCountdownSec: 3,
|
||||
exitDelayMs: 500,
|
||||
statusPort: 20129,
|
||||
statusPollIntervalMs: 1000,
|
||||
statusLogTailLines: 8,
|
||||
installRetries: 3,
|
||||
installRetryDelayMs: 5000,
|
||||
lingerAfterDoneMs: 30000,
|
||||
waitForExitMinMs: 5000,
|
||||
waitForExitMaxMs: 20000,
|
||||
waitForExitCheckMs: 500,
|
||||
appPort: 20128,
|
||||
};
|
||||
|
||||
// Theme configuration
|
||||
export const THEME_CONFIG = {
|
||||
storageKey: "theme",
|
||||
|
||||
Reference in New Issue
Block a user