Skip to content

Commit

Permalink
feat: change olares
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Nov 5, 2024
1 parent c2fd16e commit 64db6b7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Terminus License
# Olares License

## Acceptance

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepare": "husky install"
},
"dependencies": {
"@bytetrade/core": "0.3.66",
"@bytetrade/core": "0.3.67",
"axios": "^0.21.1",
"uuid": "9.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@desktop/frontend",
"version": "0.0.1",
"description": "Terminus OS Launcher",
"productName": "Terminus",
"description": "Olares OS Launcher",
"productName": "Olares",
"author": "Peng Peng <[email protected]>",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ module.exports = configure(function (ctx) {
workboxOptions: {}, // only for GenerateSW

manifest: {
name: 'Terminus',
name: 'Olares',
short_name: 'Desktop',
description: 'Terminus OS Launcher',
description: 'Olares OS Launcher',
display: 'standalone',
orientation: 'portrait',
theme_color: 'transparent',
Expand Down

0 comments on commit 64db6b7

Please sign in to comment.