This commit is contained in:
2026-05-14 14:21:17 +08:00
parent 7a75f5d612
commit d33c937ebc
191 changed files with 1916 additions and 1549 deletions

View File

@@ -50,7 +50,7 @@ export function AdminShell({
<ShieldCheck size={20} aria-hidden="true" />
</div>
<div>
<strong></strong>
<strong></strong>
<span>Admin</span>
</div>
</div>

View File

@@ -86,7 +86,7 @@ export const adminTrackingEventDefinitions: AdminTrackingEventDefinition[] = [
key: 'wallet_ledger_view',
title: '钱包流水查看',
scopeKind: 'user',
remark: '读取点钱包流水成功后记录。',
remark: '读取点钱包流水成功后记录。',
},
{
key: 'recharge_center_view',

View File

@@ -742,9 +742,9 @@ const databaseTableColumnLabelMap: Record<string, string> = {
theme_tags_json: '主题标签JSON',
cover_image_src: '封面图',
cover_asset_id: '封面资产ID',
public_user_code: '百梦号',
public_user_code: '陶泥号',
public_work_code: '公开作品号',
author_public_user_code: '作者百梦号',
author_public_user_code: '作者陶泥号',
author_display_name: '作者昵称',
display_name: '显示名',
avatar_url: '头像地址',
@@ -874,9 +874,9 @@ const databaseTableColumnDescriptionMap: Record<string, string> = {
theme_tags_json: '主题标签列表 JSON',
cover_image_src: '封面图片地址或平台资产引用',
cover_asset_id: '封面对应的平台资产 ID',
public_user_code: '用户对外展示的百梦号',
public_user_code: '用户对外展示的陶泥号',
public_work_code: '作品公开后对外展示的作品号',
author_public_user_code: '作者对外展示的百梦号',
author_public_user_code: '作者对外展示的陶泥号',
author_display_name: '作者展示昵称',
display_name: '用户展示名称',
avatar_url: '用户头像地址',

View File

@@ -39,7 +39,7 @@ export function AdminLoginPage({notice, onLogin}: AdminLoginPageProps) {
<ShieldCheck size={26} aria-hidden="true" />
</div>
<div>
<h1></h1>
<h1></h1>
<span>Admin Console</span>
</div>
</div>

View File

@@ -253,7 +253,7 @@ export function AdminRedeemCodePage({
/>
</label>
<label className="admin-field">
<span></span>
<span></span>
<textarea
rows={6}
value={allowedPublicUserCodes}

View File

@@ -373,7 +373,7 @@ export function AdminTaskConfigPage({
/>
</label>
<label className="admin-field">
<span></span>
<span></span>
<input
min={1}
step={1}