-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1c3404
commit d0e7f61
Showing
3 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
import { | ||
redirectLogin, | ||
} from "../plugins/profile"; | ||
|
||
export const title = "Chew 口香糖"; | ||
export const subtitle = "文字片段分享"; | ||
|
||
export const isSaraEnabled = true; | ||
export const onClickSara = () => { | ||
const { | ||
VITE_SARA_INTE_HOST: saraInteHost, | ||
} = import.meta.env; | ||
location.assign(saraInteHost); | ||
redirectLogin(); | ||
}; | ||
|
||
export const menuItems = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,3 @@ export default { | |
}, | ||
plugins: [], | ||
} | ||
|