From 01a832aa629645b85535948503446d599c7ba428 Mon Sep 17 00:00:00 2001 From: xiongzhun Date: Thu, 30 Apr 2020 13:21:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E4=B9=90=E8=A7=86?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/platform.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/platform.js b/src/config/platform.js index 3aa9575..2e71ad2 100644 --- a/src/config/platform.js +++ b/src/config/platform.js @@ -29,5 +29,11 @@ export default [ name: "芒果TV", rule: `mgtv\.com\/b`, themeColor: "#ff5f00" + }, + { + site: "https://www.le.com/", + name: "乐视TV", + rule: `le\.com\/ptv\/vplay\/`, + themeColor: "#ff5f00" } ]; -- Gitee