0
0
Fork 0

style: use Pretendard for default

style: apply some assets
This commit is contained in:
아르페 2023-12-16 05:08:36 +09:00
parent a2f0dc46ce
commit c34f13c24b
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
17 changed files with 45 additions and 35 deletions

View file

@ -14,7 +14,7 @@ export default (): void => {
const app = new Koa();
console.log(`** Misskey Tools ${meta.version} **`);
console.log('(C) Shrimpia Network');
console.log('(C) Shrimpia Network, Powered by LycheeBridge');
app.use(render);
app.use(bodyParser());