mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
「✨」 feat(src.front): :D
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import Aview from "./Aview.ts"
|
||||
import { setOnekoState } from "../oneko.ts"
|
||||
import { isLogged, navigationManager } from "../main.ts"
|
||||
|
||||
export default class extends Aview {
|
||||
@ -7,6 +8,7 @@ export default class extends Aview {
|
||||
{
|
||||
super();
|
||||
this.setTitle("login");
|
||||
setOnekoState("default");
|
||||
}
|
||||
|
||||
async getHTML() {
|
||||
|
||||
Reference in New Issue
Block a user