This commit is contained in:
syuilo 2021-04-23 12:00:07 +09:00
parent b5c8dc0fe3
commit e825d3be83
8 changed files with 186 additions and 271 deletions

View file

@ -162,7 +162,7 @@ export default defineComponent({
},
show(user) {
os.pageWindow(`/instance/user/${user.id}`);
os.pageWindow(`/user-info/${user.id}`);
},
acct