enhance(client): add ads page

This commit is contained in:
syuilo 2023-03-18 14:30:16 +09:00
parent 8571c692ba
commit 7699b49d33
4 changed files with 37 additions and 3 deletions

View file

@ -29,6 +29,11 @@ export function openInstanceMenu(ev: MouseEvent) {
icon: 'ti ti-chart-line',
to: '/about#charts',
}, null, {
type: 'link',
text: i18n.ts.ads,
icon: 'ti ti-ad',
to: '/ads',
}, {
type: 'parent',
text: i18n.ts.tools,
icon: 'ti ti-tool',