mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 19:38:03 +02:00
feat(core): add node-irc support, ready to function of irc-announce
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<legend class="small-legend" translate="ENTER_VIDEO_NFO"></legend>
|
||||
<div class="col-xs-12">
|
||||
<textarea class="form-control" rows="10" ng-model="vm.videoNfo"></textarea>
|
||||
<textarea class="form-control" rows="10" ng-model="vm.videoNfo" style="resize: vertical"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
<!--
|
||||
**********************************************************************
|
||||
ng-template movieinfo.html
|
||||
ng-template movie.html
|
||||
**********************************************************************
|
||||
-->
|
||||
<script type="text/ng-template" id="movie">
|
||||
@@ -239,7 +239,7 @@
|
||||
</script>
|
||||
<!--
|
||||
**********************************************************************
|
||||
ng-template tvinfo.html
|
||||
ng-template tvserial.html
|
||||
**********************************************************************
|
||||
-->
|
||||
<script type="text/ng-template" id="tvserial">
|
||||
|
||||
@@ -52,12 +52,13 @@
|
||||
"generate-password": "~1.3.0",
|
||||
"glob": "~7.1.1",
|
||||
"helmet": "~3.6.1",
|
||||
"irc": "^0.5.2",
|
||||
"jasmine-core": "~2.5.2",
|
||||
"lodash": "~4.17.4",
|
||||
"lusca": "~1.4.1",
|
||||
"method-override": "~2.3.8",
|
||||
"moment": "^2.18.1",
|
||||
"mocha": "~3.4.2",
|
||||
"moment": "^2.18.1",
|
||||
"mongoose": "~4.10.2",
|
||||
"morgan": "~1.8.1",
|
||||
"moviedb": "^0.2.8",
|
||||
|
||||
Reference in New Issue
Block a user