feat(admin): Add application and rule management entries to localization files

This commit is contained in:
web@ppanel
2025-04-02 00:12:02 +07:00
parent ef153747bd
commit 8b43e69bfe
64 changed files with 11730 additions and 21 deletions
+3 -2
View File
@@ -639,9 +639,10 @@ declare namespace API {
type ServerRuleGroup = {
id: number;
name: string;
icon: string;
description: string;
name: string;
tags: string[];
rules: string;
enable: boolean;
created_at: number;
updated_at: number;