Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
97563910fa Bump version to 2025.3.2-beta.9 2025-03-21 12:05:52 +00:00
syuilo
96a7c4a568 fix(frontend): チャンネルのフッターが表示されない問題を修正 2025-03-21 21:04:38 +09:00
syuilo
fee6f9fcc2 Update def.ts 2025-03-21 21:04:17 +09:00
4 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2025.3.2-beta.8",
"version": "2025.3.2-beta.9",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@@ -7,6 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkStickyContainer class="_pageScrollable">
<template #header><MkPageHeader v-model:tab="tab" :actions="actions" :tabs="tabs"/></template>
<slot></slot>
<template #footer><slot name="footer"></slot></template>
</MkStickyContainer>
</template>

View File

@@ -139,6 +139,7 @@ export const PREF_DEF = {
'-',
'explore',
'announcements',
'channels',
'search',
'-',
'ui',

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2025.3.2-beta.8",
"version": "2025.3.2-beta.9",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",