feat(core): add node-irc support, ready to function of irc-announce

This commit is contained in:
OldHawk
2017-08-01 10:44:15 +08:00
parent b42f6a45cf
commit 686b878558
2 changed files with 5 additions and 4 deletions

View File

@@ -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">

View File

@@ -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",