Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lvwzhen committed Apr 22, 2023
1 parent 63c39d5 commit 421d45a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# 中国法律AI助手
# 法律AI助手

法律文件来源:https://github.com/LawRefBook/Laws

Expand Down
4 changes: 2 additions & 2 deletions components/SearchDialog.tsx
Expand Up @@ -182,7 +182,7 @@ export function SearchDialog() {
>
<Search width={15} />
<span className="border border-l h-5"></span>
<span className="inline-block ml-4">中国法律AI助手</span>
<span className="inline-block ml-4">法律AI助手</span>
<kbd
className="absolute right-3 top-2.5
pointer-events-none inline-flex h-5 select-none items-center gap-1
Expand All @@ -197,7 +197,7 @@ export function SearchDialog() {
<Dialog open={open}>
<DialogContent className="sm:max-w-[850px] text-black">
<DialogHeader>
<DialogTitle>中国法律AI助手</DialogTitle>
<DialogTitle>法律AI助手</DialogTitle>
<DialogDescription>
我是您的法律助手,请输入您想查询的问题
</DialogDescription>
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Expand Up @@ -12,10 +12,10 @@ export default function Home() {
return (
<>
<Head>
<title>中国法律AI助手</title>
<title>法律AI助手</title>
<meta
name="description"
content="中国法律AI助手"
content="法律AI助手"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
Expand Down

1 comment on commit 421d45a

@vercel
Copy link

@vercel vercel bot commented on 421d45a Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

law-cn-ai – ./

law-cn-ai.vercel.app
law-cn-ai-git-main-lvwzhen.vercel.app
law-cn-ai-lvwzhen.vercel.app

Please sign in to comment.