作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

视频详情

... ... @@ -3,6 +3,7 @@
<component name="ChangeListManager">
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/application/home/view/goods/audio_detail.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/view/goods/audio_detail.html" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
... ... @@ -88,8 +89,8 @@
<file leaf-file-name="audio_detail.html" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/view/goods/audio_detail.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="492">
<caret line="225" column="52" selection-start-line="225" selection-start-column="42" selection-end-line="225" selection-end-column="52" />
<state relative-caret-position="577">
<caret line="230" column="53" selection-start-line="230" selection-start-column="53" selection-end-line="230" selection-end-column="53" />
<folding>
<element signature="n#style#0;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
<element signature="n#style#0;n#div#4;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
... ... @@ -466,28 +467,7 @@
<workItem from="1572568391799" duration="24440000" />
<workItem from="1572668245063" duration="699000" />
<workItem from="1572827640492" duration="25475000" />
<workItem from="1572914713443" duration="12151000" />
</task>
<task id="LOCAL-00116" summary="视频详情">
<created>1572918695404</created>
<option name="number" value="00116" />
<option name="presentableId" value="LOCAL-00116" />
<option name="project" value="LOCAL" />
<updated>1572918695405</updated>
</task>
<task id="LOCAL-00117" summary="视频详情">
<created>1572918793849</created>
<option name="number" value="00117" />
<option name="presentableId" value="LOCAL-00117" />
<option name="project" value="LOCAL" />
<updated>1572918793849</updated>
</task>
<task id="LOCAL-00118" summary="视频详情">
<created>1572918891478</created>
<option name="number" value="00118" />
<option name="presentableId" value="LOCAL-00118" />
<option name="project" value="LOCAL" />
<updated>1572918891478</updated>
<workItem from="1572914713443" duration="12611000" />
</task>
<task id="LOCAL-00119" summary="视频详情">
<created>1572918947499</created>
... ... @@ -811,11 +791,32 @@
<option name="project" value="LOCAL" />
<updated>1572931548215</updated>
</task>
<option name="localTasksCounter" value="165" />
<task id="LOCAL-00165" summary="视频详情">
<created>1572932037070</created>
<option name="number" value="00165" />
<option name="presentableId" value="LOCAL-00165" />
<option name="project" value="LOCAL" />
<updated>1572932037070</updated>
</task>
<task id="LOCAL-00166" summary="视频详情">
<created>1572932057236</created>
<option name="number" value="00166" />
<option name="presentableId" value="LOCAL-00166" />
<option name="project" value="LOCAL" />
<updated>1572932057236</updated>
</task>
<task id="LOCAL-00167" summary="视频详情">
<created>1572932238851</created>
<option name="number" value="00167" />
<option name="presentableId" value="LOCAL-00167" />
<option name="project" value="LOCAL" />
<updated>1572932238851</updated>
</task>
<option name="localTasksCounter" value="168" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="311729000" />
<option name="totallyTimeSpent" value="312189000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1237,8 +1238,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/goods/audio_detail.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="492">
<caret line="225" column="52" selection-start-line="225" selection-start-column="42" selection-end-line="225" selection-end-column="52" />
<state relative-caret-position="577">
<caret line="230" column="53" selection-start-line="230" selection-start-column="53" selection-end-line="230" selection-end-column="53" />
<folding>
<element signature="n#style#0;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
<element signature="n#style#0;n#div#4;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
... ...
... ... @@ -228,6 +228,7 @@
vo.currentTime = 0;
vo.pause();
var highestIntervalId = setInterval(";");
console.log(highestIntervalId);
for (var i = 0 ; i < highestIntervalId ; i++) {
clearInterval(i);
}
... ...