From 225bd765434c85807c713867dab3c44fe6830ea2 Mon Sep 17 00:00:00 2001
From: Xubx <1827135378@qq.com>
Date: Thu, 24 Apr 2025 14:22:05 +0800
Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 1 +
pnpm-lock.yaml | 9 +
src/router/routes/basic.ts | 2 +-
src/views/cet/analyze.vue | 1065 ++++++++++++++--------------
src/views/cet/welcomeInterface.vue | 134 ++--
5 files changed, 612 insertions(+), 599 deletions(-)
diff --git a/package.json b/package.json
index 9007f7f..d614e04 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,7 @@
"intro.js": "^7.2.0",
"lodash-es": "^4.17.21",
"lodash.get": "^4.4.2",
+ "marked": "^12.0.0",
"md5": "^2.3.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 85f7582..d52e245 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -77,6 +77,9 @@ dependencies:
lodash.get:
specifier: ^4.4.2
version: 4.4.2
+ marked:
+ specifier: ^12.0.0
+ version: 12.0.2
md5:
specifier: ^2.3.0
version: 2.3.0
@@ -7730,6 +7733,12 @@ packages:
object-visit: 1.0.1
dev: true
+ /marked@12.0.2:
+ resolution: {integrity: sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==}
+ engines: {node: '>= 18'}
+ hasBin: true
+ dev: false
+
/mathml-tag-names@2.1.3:
resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==}
dev: true
diff --git a/src/router/routes/basic.ts b/src/router/routes/basic.ts
index 3dddee2..06a051d 100644
--- a/src/router/routes/basic.ts
+++ b/src/router/routes/basic.ts
@@ -15,7 +15,7 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = {
children: [
{
path: '/:path(.*)*',
- name: PAGE_NOT_FOUND_NAME,
+ name: 'ChildPageNotFound',
component: EXCEPTION_COMPONENT,
meta: {
title: 'ErrorPage',
diff --git a/src/views/cet/analyze.vue b/src/views/cet/analyze.vue
index af4f801..aefeb14 100644
--- a/src/views/cet/analyze.vue
+++ b/src/views/cet/analyze.vue
@@ -4,7 +4,8 @@