1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 10:34:13 +02:00

enhance(frontend): improve zoomLines effect

This commit is contained in:
syuilo
2026-03-11 15:59:00 +09:00
parent bbffa563d9
commit 07bbc5ab33
4 changed files with 39 additions and 49 deletions

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;
/**
* 円形
*/