mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
lyrics: add translation lyrics for netease.ts (#951)
* lyrics: add translation lyrics for netease.ts
This commit is contained in:
@@ -263,6 +263,7 @@ export interface SettingsState {
|
||||
lyrics: {
|
||||
alignment: 'center' | 'left' | 'right';
|
||||
delayMs: number;
|
||||
enableNeteaseTranslation: boolean;
|
||||
fetch: boolean;
|
||||
follow: boolean;
|
||||
fontSize: number;
|
||||
@@ -445,6 +446,7 @@ const initialState: SettingsState = {
|
||||
lyrics: {
|
||||
alignment: 'center',
|
||||
delayMs: 0,
|
||||
enableNeteaseTranslation: false,
|
||||
fetch: false,
|
||||
follow: true,
|
||||
fontSize: 46,
|
||||
|
||||
Reference in New Issue
Block a user