mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-02 06:22:42 -08:00
feat(config): refresh subtitle style defaults and drop plugin legacy startup alias
This commit is contained in:
18
src/types.ts
18
src/types.ts
@@ -274,8 +274,15 @@ export interface SubtitleStyleConfig {
|
||||
fontFamily?: string;
|
||||
fontSize?: number;
|
||||
fontColor?: string;
|
||||
fontWeight?: string;
|
||||
fontWeight?: string | number;
|
||||
fontStyle?: string;
|
||||
lineHeight?: string | number;
|
||||
letterSpacing?: string;
|
||||
wordSpacing?: string | number;
|
||||
fontKerning?: string;
|
||||
textRendering?: string;
|
||||
textShadow?: string;
|
||||
backdropFilter?: string;
|
||||
backgroundColor?: string;
|
||||
nPlusOneColor?: string;
|
||||
knownWordColor?: string;
|
||||
@@ -298,8 +305,15 @@ export interface SubtitleStyleConfig {
|
||||
fontFamily?: string;
|
||||
fontSize?: number;
|
||||
fontColor?: string;
|
||||
fontWeight?: string;
|
||||
fontWeight?: string | number;
|
||||
fontStyle?: string;
|
||||
lineHeight?: string | number;
|
||||
letterSpacing?: string;
|
||||
wordSpacing?: string | number;
|
||||
fontKerning?: string;
|
||||
textRendering?: string;
|
||||
textShadow?: string;
|
||||
backdropFilter?: string;
|
||||
backgroundColor?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user