diff --git a/src/data/solution/openhpc.ts b/src/data/solution/openhpc.ts index 2b66803e13b3e52b35686568d92e30366e5f0601..05b80e48da10e7c80606f6a3f8248c792fd70c39 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 9d35184562bb95853c73441662863972d13bcc83..54c0043d38faa052da8ab536f81f907edf4f7e61 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,