chore: 整理 third-party Dark Reader 目录并移除本地说明文件跟踪

This commit is contained in:
2026-08-08 17:38:08 +08:00
parent 202ab537d1
commit 0bb552b026
1004 changed files with 115066 additions and 20081 deletions
+11
View File
@@ -0,0 +1,11 @@
// @ts-check
export const PLATFORM = {
API: /** @type {const} */('api'),
CHROMIUM_MV2: /** @type {const} */('chrome'),
CHROMIUM_MV2_PLUS: /** @type {const} */('chrome-plus'),
CHROMIUM_MV3: /** @type {const} */('chrome-mv3'),
FIREFOX_MV2: /** @type {const} */('firefox'),
FIREFOX_MV3: /** @type {const} */('firefox-mv3'),
THUNDERBIRD: /** @type {const} */('thunderbird'),
};