mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-12 02:56:13 +08:00
移除番剧订阅
This commit is contained in:
@@ -13,7 +13,7 @@ import BangumiData from './components/BangumiData.vue';
|
||||
<!-- E 番剧列表 -->
|
||||
</el-row>
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-row :gutter="20" style="display: none">
|
||||
<!-- S 添加新番 -->
|
||||
<el-col :xs="24" :sm="24" :md="12" :lg="8" mb-20px>
|
||||
<AddBangumi type="new" />
|
||||
|
||||
@@ -30,7 +30,7 @@ function restart() {
|
||||
.then((res) => {
|
||||
if (res) {
|
||||
ElMessage({
|
||||
message: '正在重启, 请稍后刷新页面...',
|
||||
message: '重启中...',
|
||||
type: 'success',
|
||||
});
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ export const configStore = defineStore('config', () => {
|
||||
.then((res) => {
|
||||
if (res) {
|
||||
ElMessage({
|
||||
message: '正在重启, 请稍后刷新页面...',
|
||||
message: '重启中...',
|
||||
type: 'success',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user