feat: 完善人工关注与内容合规配置

This commit is contained in:
2026-08-24 17:49:56 +08:00
parent 6ffdd2c259
commit 910e67bd89
53 changed files with 1808 additions and 49 deletions

View File

@@ -226,6 +226,7 @@ function submitDeleteCard() {
<div class="section-heading">
<Sparkles :size="18" aria-hidden="true" />
<strong>近期实修回顾</strong>
<span class="ai-generated-badge">AI生成</span>
</div>
<p>{{ practiceReview.profile.reviewText }}</p>
<div v-if="practiceReview.profile.currentFocus" class="current-focus">
@@ -289,7 +290,7 @@ function submitDeleteCard() {
<summary>
<CalendarDays :size="16" aria-hidden="true" />
<span>{{ item.title }}</span>
<small>{{ item.reportTypeLabel }}</small>
<small>{{ item.reportTypeLabel }} · AI生成</small>
</summary>
<time>{{ formatDate(item.periodStart) }} {{ formatDate(item.periodEnd) }}</time>
<pre>{{ item.content }}</pre>
@@ -343,7 +344,7 @@ function submitDeleteCard() {
<summary>
<div>
<time>{{ formatDate(item.createdAt) }}</time>
<strong>{{ item.copied ? "已复制给老师" : "尚未复制" }}</strong>
<strong>{{ item.copied ? "已复制给老师" : "尚未复制" }} · AI生成</strong>
<p>{{ item.content.slice(0, 72) }}{{ item.content.length > 72 ? "…" : "" }}</p>
</div>
<ChevronDown :size="17" aria-hidden="true" />
@@ -382,7 +383,7 @@ function submitDeleteCard() {
<summary>
<div>
<time>{{ formatDate(item.createdAt) }}</time>
<strong>{{ item.copied ? "已复制" : "尚未复制" }}</strong>
<strong>{{ item.copied ? "已复制" : "尚未复制" }} · AI生成</strong>
<p>{{ item.content.slice(0, 72) }}{{ item.content.length > 72 ? "…" : "" }}</p>
</div>
<ChevronDown :size="17" aria-hidden="true" />