Skip to content

Commit fed2207

Browse files
committed
rebranding
1 parent 2cb1c54 commit fed2207

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/GlobalProvider.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function saveTheme() {
5353
5454
function updateTitle(...extra: string[]) {
5555
const currentRoute = router.currentRoute.value;
56-
let titleElement = ['B站录播姬'];
56+
let titleElement = ['mikufans录播姬'];
5757
if (currentRoute.meta.requireController && recorderController.recorder && !EMBEDDED_BUILD) {
5858
titleElement.unshift(recorderController.recorder.meta.name || '????');
5959
}

src/components/TopBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div style="display: flex; align-items: center">
44
<img src="/favicon.svg" style="height: 36px;margin-left: 12px;" />
55
<n-h3 style="margin: 0 24px">
6-
B站录播姬
6+
mikufans录播姬
77
</n-h3>
88
<n-button @click="switchTheme">
99
<n-icon :component="ContrastOutline" />

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="home-container">
33
<div style="text-align: center;">
4-
<n-h1 style="margin:0">B站录播姬 WebUI</n-h1>
4+
<n-h1 style="margin:0">mikufans录播姬 WebUI</n-h1>
55
<p style="margin:0">
66
<version-tag :version="selfversion" type="webui" />
77
</p>

src/views/recorder/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ onBeforeRouteUpdate((to, from, next) => {
9393
<div class="dashboard-container">
9494
<div class="title">
9595
<h1>
96-
B站录播姬
96+
mikufans录播姬
9797
<version-tag :version="'v' + version" type="recorder" />
9898
</h1>
9999
<p>{{ recorderController.recorder?.meta.name }}

0 commit comments

Comments
 (0)