Skip to content

Commit

Permalink
Add Brave search engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku committed Jan 5, 2024
1 parent 987fd74 commit d476b27
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
3 changes: 1 addition & 2 deletions main/src/components/Apps/AppPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,7 @@
<h3 class="title is-5 has-text-weight-normal">{{ $t('Community Apps') }}</h3>
<h3 class="subtitle is-7 has-text-grey-light">
{{
$t('From community contributors, not optimized for CasaOS, but provides a basic App
experience.')
$t('From community contributors, not optimized for CasaOS, but provides a basic App experience.')
}}
</h3>
Expand Down
1 change: 1 addition & 0 deletions main/src/components/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ export default {
{ url: "https://www.google.com/search?q=", name: "Google" },
{ url: "https://www.bing.com/search?q=", name: "Bing" },
{ url: "https://www.startpage.com/do/search?cat=web&pl=chrome&query=", name: "StartPage" },
{ url: "https://search.brave.com/search?source=web&q=", name: "Brave" },
],
restart: 'Restart',
shutdown: 'Shutdown',
Expand Down
10 changes: 0 additions & 10 deletions main/src/store/mutations.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/*
* @Author: Jerryk [email protected]
* @Date: 2022-06-02 19:49:36
* @LastEditors: zhanghengxin [email protected]
* @LastEditTime: 2022-08-24 18:47:36
* @FilePath: \CasaOS-UI\src\store\mutations.js
* @Description:
*
* Copyright (c) 2022 by IceWhale, All Rights Reserved.
*/
const mutations = {
// User and tokens
SET_ACCESS_TOKEN(state, token) {
Expand Down
10 changes: 0 additions & 10 deletions main/src/store/state.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/*
* @Author: Jerryk [email protected]
* @Date: 2022-06-02 19:48:26
* @LastEditors: Jerryk [email protected]
* @LastEditTime: 2023-02-07 22:32:04
* @FilePath: \CasaOS-UI-0.4.2\src\store\state.js
* @Description:
*
* Copyright (c) 2022 by IceWhale, All Rights Reserved.
*/
const state = {
// User
access_token: "",
Expand Down

0 comments on commit d476b27

Please sign in to comment.