1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-11 03:04:08 +02:00

Merge branch 'develop' into room

This commit is contained in:
syuilo
2026-03-15 16:38:33 +09:00
111 changed files with 3292 additions and 2748 deletions

View File

@@ -29,13 +29,13 @@
],
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "24.10.13",
"@typescript-eslint/eslint-plugin": "8.55.0",
"@typescript-eslint/parser": "8.55.0",
"@types/node": "24.11.0",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"chokidar": "5.0.0",
"esbuild": "0.27.3",
"execa": "9.6.1",
"nodemon": "3.1.11",
"nodemon": "3.1.14",
"tsx": "4.21.0"
},
"dependencies": {

View File

@@ -13109,25 +13109,17 @@ export interface Locale extends ILocale {
*/
"centerY": string;
/**
* スムージング
* 密度
*/
"zoomLinesSmoothing": string;
"density": string;
/**
* スムージングと集中線の幅の設定は併用できません。
* 線の影の太さ
*/
"zoomLinesSmoothingDescription": string;
/**
* 集中線の幅
*/
"zoomLinesThreshold": string;
"zoomLinesOutlineThickness": string;
/**
* 中心径
*/
"zoomLinesMaskSize": string;
/**
* 黒色にする
*/
"zoomLinesBlack": string;
/**
* 円形
*/