(add) navbar: 予約投稿一覧
This commit is contained in:
parent
fab470d64d
commit
54fa83f1c5
|
@ -171,4 +171,11 @@ export const navbarItemDef = reactive({
|
||||||
show: computed(() => $i != null),
|
show: computed(() => $i != null),
|
||||||
to: `/@${$i?.username}`,
|
to: `/@${$i?.username}`,
|
||||||
},
|
},
|
||||||
|
scheduledNotes: {
|
||||||
|
title: i18n.ts._schedulePost.list,
|
||||||
|
icon: 'ti ti-calendar-event',
|
||||||
|
action: (ev) => {
|
||||||
|
os.listSchedulePost();
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue