feat: misc improvements

This commit is contained in:
2025-03-18 23:27:17 +00:00
parent fe1a32f31b
commit 1191cdd95c
15 changed files with 264 additions and 68 deletions

View File

@ -2,12 +2,12 @@ export interface Package {
namespace: string;
name: string;
description: string;
icon: string;
loc: {
version: string;
path: string;
dependencies: string[];
status: Status;
icon: string;
} | null;
rmt: {
version: string;
@ -16,6 +16,7 @@ export interface Package {
deprecated: boolean;
nsfw: boolean;
categories: string[];
icon: string;
} | null;
js: {
busy: boolean;
@ -51,7 +52,7 @@ export interface SegatoolsConfig {
amfs: string;
option: string;
appdata: string;
aime: { AMNet: string } | { Other: string } | null;
aime: { AMNet: string } | { Other: string } | 'BuiltIn' | 'Disabled';
intel: boolean;
amnet: {
name: string;