refactor: product name
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Cherry AI</title>
|
||||
<title>Cherry Studio</title>
|
||||
<meta name="viewport" content="initial-scale=1, width=device-width" />
|
||||
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
||||
<meta
|
||||
|
||||
@@ -6,7 +6,7 @@ const Statusbar: FC = () => {
|
||||
<Container>
|
||||
<StatusbarLeft />
|
||||
<StatusbarCenter />
|
||||
<StatusbarRight>Cherry AI v0.1.0</StatusbarRight>
|
||||
<StatusbarRight>Cherry Studio v0.1.0</StatusbarRight>
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ function init() {
|
||||
name: 'CherryAI',
|
||||
version: 1.0,
|
||||
storeName: 'cherryai',
|
||||
description: 'Cherry AI storage'
|
||||
description: 'Cherry Studio storage'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user