From 7e04b23379dad1daf0f7a124fab906c2b7a49da9 Mon Sep 17 00:00:00 2001 From: iotcat Date: Fri, 17 Jan 2020 11:21:59 +0000 Subject: [PATCH] add css --- index.html | 112 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 102 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index dc8f49b..0fb08fd 100644 --- a/index.html +++ b/index.html @@ -3,22 +3,104 @@ ACG.WATCH Player + +
+

ACG.WATCH

+

Watch ACG video ONLINE

+ +
+
+
+
+
+ +
+
+

Name: Unkonwn..

+
+
+ + +
+
+
+ Show Video Params +

Instant video params ^_^

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
-
-

- 名称: 未知 -

-
- - -
-
+ +
ParamsValue
Video_Vid
Video_Class
Video_Series
Video_No
Video_Name
Video_Link
Video_description
Video_DanmakuId
Video_QualityOptions
Video_PlayFrom
+
+
+
+
+ @@ -137,6 +219,16 @@ } var printInfo = function(res){ $('#video_name').html(res.name); + $('#video_class').html(res.class); + $('#video_series').html(res.series); + $('#video_no').html(res.no); + $('#video_vid').html(res.vid); + $('#video_link').html(res.link); + $('#video_description').html(res.description); + $('#video_danmaku').html($.md5(res.url+'').substr(0, 16)); + $('#video_quality').html(options.video.quality.length); + $('#video_playFrom').html(options.video.playFrom); + } var autoSwitchQuality = function(){ if(isWaiting && options.video.quality.length > 1){