mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 06:34:05 +02:00
Merge branch 'develop' into room
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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;
|
||||
/**
|
||||
* 円形
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user