Merge branch 'develop' into feature/2024.10
This commit is contained in:
+1
@@ -15,6 +15,7 @@ declare const _PERF_PREFIX_: string;
|
||||
declare const _DATA_TRANSFER_DRIVE_FILE_: string;
|
||||
declare const _DATA_TRANSFER_DRIVE_FOLDER_: string;
|
||||
declare const _DATA_TRANSFER_DECK_COLUMN_: string;
|
||||
declare const _RUFFLE_VERSION_: string;
|
||||
|
||||
// for dev-mode
|
||||
declare const _LANGS_FULL_: string[][];
|
||||
|
||||
@@ -99,6 +99,15 @@ export const FILE_EXT_TRACKER_MODULES = [
|
||||
'mmcmp',
|
||||
];
|
||||
|
||||
export const FILE_TYPE_FLASH_CONTENT = [
|
||||
'application/x-shockwave-flash',
|
||||
'application/vnd.adobe.flash.movie',
|
||||
];
|
||||
|
||||
export const FILE_EXT_FLASH_CONTENT = [
|
||||
'swf',
|
||||
];
|
||||
|
||||
/*
|
||||
https://github.com/sindresorhus/file-type/blob/main/supported.js
|
||||
https://github.com/sindresorhus/file-type/blob/main/core.js
|
||||
|
||||
Reference in New Issue
Block a user