diff --git a/frontend/src/components/TrustAnalysisDigest.vue b/frontend/src/components/TrustAnalysisDigest.vue new file mode 100644 index 0000000..7a5e386 --- /dev/null +++ b/frontend/src/components/TrustAnalysisDigest.vue @@ -0,0 +1,73 @@ + + + diff --git a/frontend/src/components/TrustCenterView.vue b/frontend/src/components/TrustCenterView.vue index a3c0c43..f7595c5 100644 --- a/frontend/src/components/TrustCenterView.vue +++ b/frontend/src/components/TrustCenterView.vue @@ -32,6 +32,8 @@ @mode-changed="selectedSessionMode = $event" /> + + +
+
+ Trust report + {{ headline }} +

{{ quietSummary }}

+
+ +
+ + Report detail + {{ sectionCount }} sections + +
+
+ {{ section.title }} + {{ section.count }} +

{{ section.summary }}

+
+
+
+

+ {{ action.title }} - {{ action.risk_level }} - {{ action.summary }} +

+
+
+
+ + + diff --git a/frontend/src/components/TrustReviewDetail.vue b/frontend/src/components/TrustReviewDetail.vue index 5a3c16f..4400836 100644 --- a/frontend/src/components/TrustReviewDetail.vue +++ b/frontend/src/components/TrustReviewDetail.vue @@ -26,6 +26,8 @@ + +
证据路径 @@ -82,6 +84,7 @@