Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
feat: Update name in task bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ChingCdesu committed Aug 31, 2023
1 parent 731914b commit 6535e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<title>Meo Assistant Arknights</title>
<title>MAA X</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/hooks/events/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function useUiHooks(): void {
window.renderer.WindowManager = {
showMessage({ message, options }, event) {
// ? 是否需要用string包裹防止xss
event.returnValue = window.$message.create(String(message), options)
// event.returnValue = window.$message.create(String(message), options)
},
loaded() {
// window.removeLoading()
Expand Down

0 comments on commit 6535e00

Please sign in to comment.