Skip to content

Commit 30c4f5a

Browse files
authored
Merge pull request #405 from MaaAssistantArknights/feat/rename
2 parents e44673d + b553b14 commit 30c4f5a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta name="description" content="MAA作业站 — 为MAA用户提供JSON作业" />
77
<meta name="keywords" content="明日方舟,作业站,自动刷图,明日方舟作业站" />
8-
<title>MAA Copilot</title>
8+
<title>PRTS Plus</title>
99

1010
<link
1111
rel="apple-touch-icon"

src/components/AccountManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const AccountAuthDialog: ComponentType<{
106106

107107
return (
108108
<Dialog
109-
title="MAA Copilot 账户"
109+
title="PRTS Plus 账户"
110110
icon="user"
111111
isOpen={open}
112112
onClose={onClose}

src/components/viewer/OperationSetViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export const OperationSetViewer: ComponentType<{
153153
title={
154154
<>
155155
<Icon icon="document" />
156-
<span className="ml-2">MAA Copilot 作业集</span>
156+
<span className="ml-2">PRTS Plus 作业集</span>
157157

158158
<div className="flex-1" />
159159

src/components/viewer/OperationViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export const OperationViewer: ComponentType<{
230230
title={
231231
<>
232232
<Icon icon="document" />
233-
<span className="ml-2">MAA Copilot 作业</span>
233+
<span className="ml-2">PRTS Plus 作业</span>
234234

235235
<div className="flex-1" />
236236

src/layouts/AppLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const AppLayout: FCC = ({ children }) => (
1818
<Navbar className="flex w-full px-8 py-2 items-center bg-zinc-100 shadow fixed h-14 z-20 whitespace-nowrap overflow-x-none overflow-y-hidden">
1919
<Link to="/" className="flex items-center hover:no-underline ">
2020
<div className="select-none text-lg font-bold leading-none">
21-
MAA Copilot
21+
PRTS Plus
2222
</div>
2323

2424
<Tag minimal className="ml-1" intent="warning">

0 commit comments

Comments
 (0)