From f39b5a9a4413fa86d81c69da261f6c3313287590 Mon Sep 17 00:00:00 2001 From: lixiang Date: Sat, 12 Oct 2024 16:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/solution/openhpc.ts | 2 +- src/stores/search.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/solution/openhpc.ts b/src/data/solution/openhpc.ts index 2b66803..05b80e4 100644 --- a/src/data/solution/openhpc.ts +++ b/src/data/solution/openhpc.ts @@ -23,7 +23,7 @@ export default { { icon: hpc2, name: '集群管理', - desc: '提供集群的监控、管理和调度功能,确保资源的高校利用', + desc: '提供集群的监控、管理和调度功能,确保资源的高效利用', }, { icon: hpc3, diff --git a/src/stores/search.ts b/src/stores/search.ts index 9d35184..54c0043 100644 --- a/src/stores/search.ts +++ b/src/stores/search.ts @@ -3,7 +3,7 @@ import { defineStore } from 'pinia'; /** * 搜索》首字母排序 */ -export const useSearchStore = defineStore('serach', { +export const useSearchStore = defineStore('search', { state: () => { return { nameOrder: false, -- Gitee