1
This commit is contained in:
@@ -50,7 +50,7 @@ export function AdminShell({
|
||||
<ShieldCheck size={20} aria-hidden="true" />
|
||||
</div>
|
||||
<div>
|
||||
<strong>百梦后台</strong>
|
||||
<strong>陶泥儿后台</strong>
|
||||
<span>Admin</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -86,7 +86,7 @@ export const adminTrackingEventDefinitions: AdminTrackingEventDefinition[] = [
|
||||
key: 'wallet_ledger_view',
|
||||
title: '钱包流水查看',
|
||||
scopeKind: 'user',
|
||||
remark: '读取光点钱包流水成功后记录。',
|
||||
remark: '读取泥点钱包流水成功后记录。',
|
||||
},
|
||||
{
|
||||
key: 'recharge_center_view',
|
||||
|
||||
@@ -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: '用户头像地址',
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -253,7 +253,7 @@ export function AdminRedeemCodePage({
|
||||
/>
|
||||
</label>
|
||||
<label className="admin-field">
|
||||
<span>公开百梦号</span>
|
||||
<span>公开陶泥号</span>
|
||||
<textarea
|
||||
rows={6}
|
||||
value={allowedPublicUserCodes}
|
||||
|
||||
@@ -373,7 +373,7 @@ export function AdminTaskConfigPage({
|
||||
/>
|
||||
</label>
|
||||
<label className="admin-field">
|
||||
<span>奖励光点</span>
|
||||
<span>奖励泥点</span>
|
||||
<input
|
||||
min={1}
|
||||
step={1}
|
||||
|
||||
Reference in New Issue
Block a user