Add marked package, update Qwen executor for OAuth handling, and enhance changelog styles

This commit is contained in:
decolua
2026-04-17 12:15:10 +07:00
parent 75ad0bef8e
commit 75c4598da0
11 changed files with 551 additions and 59 deletions
+6 -1
View File
@@ -2,11 +2,16 @@ import pkg from "../../../package.json" with { type: "json" };
// App configuration
export const APP_CONFIG = {
name: "Endpoint Proxy",
name: "9Router proxy",
description: "AI Infrastructure Management",
version: pkg.version,
};
// GitHub configuration
export const GITHUB_CONFIG = {
changelogUrl: "https://raw.githubusercontent.com/decolua/9router/refs/heads/master/CHANGELOG.md",
};
// Theme configuration
export const THEME_CONFIG = {
storageKey: "theme",