cleanup metadata
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
0ac3544a5c
commit
237ac7cffc
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
- Upstream: 2024.11.0-alpha.1 タッグをマージする
|
||||
- DevOps: 管理者アクセストークンがユーザー登録できるようになる (write:admin:create-account)
|
||||
- Frontend: Stream再接続ロジックdata raceを修正
|
||||
- Security: CSPにCDNなどの外部ホストはホワイトリストできるように
|
||||
- Security: CSPにCDNなどの外部ホストはホワイトリストできるように
|
||||
|
||||
## 2024.11.0-yumechinokuni.3
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"codename": "nasubi",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/misskey-dev/misskey.git"
|
||||
"url": "https://forge.yumechi.jp/yume.yumechi-no-kuni.git"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0",
|
||||
"workspaces": [
|
||||
|
|
|
@ -27,7 +27,7 @@ const modal = shallowRef<InstanceType<typeof MkModal>>();
|
|||
|
||||
function whatIsNew() {
|
||||
modal.value?.close();
|
||||
window.open(`https://misskey-hub.net/docs/releases/#_${version.replace(/\./g, '')}`, '_blank');
|
||||
window.open(`https://forge.yumechi.jp/yume/yumechi-no-kuni/commits/tag/${version.replace(/^v/g, '')}`, '_blank');
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue