mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-03 04:43:01 +00:00
♻️ refactor(web): make JetBrains Mono the default face and refine identity-colored UI
Switch the default theme typography to JetBrains Mono, wire identity colors through pricing/data views, and polish related layout/i18n.
This commit is contained in:
+16
-14
@@ -30,20 +30,22 @@ var auditContentTemplates = map[string]string{
|
||||
"user.reset_passkey": "Reset the user passkey",
|
||||
"option.update": "Updated system setting ${key}",
|
||||
|
||||
"channel.create": "Created channel ${name} (type ${type}, count ${count})",
|
||||
"channel.update": "Updated channel ${name} (ID: ${id})",
|
||||
"channel.delete": "Deleted channel ${name} (ID: ${id})",
|
||||
"channel.delete_batch": "Batch deleted ${count} channels",
|
||||
"channel.delete_disabled": "Deleted all disabled channels (${count})",
|
||||
"channel.key_view": "Viewed channel key ${name} (ID: ${id})",
|
||||
"channel.tag_disable": "Disabled channels with tag ${tag}",
|
||||
"channel.tag_enable": "Enabled channels with tag ${tag}",
|
||||
"channel.tag_edit": "Edited channels with tag ${tag}",
|
||||
"channel.tag_batch_set": "Batch set tag for ${count} channels",
|
||||
"channel.copy": "Copied channel (source ID: ${sourceId}) to ${name} (new ID: ${id})",
|
||||
"channel.multi_key_manage": "Multi-key management ${action} on channel (ID: ${id})",
|
||||
"channel.upstream_apply": "Applied upstream model changes to channel (ID: ${id})",
|
||||
"channel.upstream_apply_all": "Applied upstream model changes to ${count} channels",
|
||||
"channel.create": "Created channel ${name} (type ${type}, count ${count})",
|
||||
"channel.update": "Updated channel ${name} (ID: ${id})",
|
||||
"channel.status_update": "Updated channel status (ID: ${id})",
|
||||
"channel.status_update_batch": "Batch updated ${count} of ${total} channel statuses",
|
||||
"channel.delete": "Deleted channel ${name} (ID: ${id})",
|
||||
"channel.delete_batch": "Batch deleted ${count} channels",
|
||||
"channel.delete_disabled": "Deleted all disabled channels (${count})",
|
||||
"channel.key_view": "Viewed channel key ${name} (ID: ${id})",
|
||||
"channel.tag_disable": "Disabled channels with tag ${tag}",
|
||||
"channel.tag_enable": "Enabled channels with tag ${tag}",
|
||||
"channel.tag_edit": "Edited channels with tag ${tag}",
|
||||
"channel.tag_batch_set": "Batch set tag for ${count} channels",
|
||||
"channel.copy": "Copied channel (source ID: ${sourceId}) to ${name} (new ID: ${id})",
|
||||
"channel.multi_key_manage": "Multi-key management ${action} on channel (ID: ${id})",
|
||||
"channel.upstream_apply": "Applied upstream model changes to channel (ID: ${id})",
|
||||
"channel.upstream_apply_all": "Applied upstream model changes to ${count} channels",
|
||||
|
||||
"redemption.create": "Created ${count} redemption codes named ${name} (${quota} each)",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user