Skip to content

Commit

Permalink
refactor: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Jan 24, 2024
1 parent 61947ca commit 1c907fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .dumi/theme/layouts/GlobalLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ export default () => {
getMessages={(intl) => ({
REPO: 'https://github.com/OpenSPG/openspg',
TITLE: {
abbr: 'SPG',
abbr: 'OpenSPG',
full: intl(
'语义增强可编程图谱框架',
'Semantic-Enhanced Programmable Graph',
),
sub: intl(
'新一代企业级知识图谱语义框架',
'A new generation of enterprise knowledge graph semantic framework',
'新一代企业级知识图谱引擎,大模型与知识图谱双向增强',
'New Generation of Enterprise Knowledge Graph Engine, Bidirectionally Enhanced by Large Models and Knowledge Graphs',
),
},
BUTTON_GROUP: {
Expand Down

0 comments on commit 1c907fb

Please sign in to comment.