Skip to content

Commit

Permalink
Revert "config.yaml生成ついて、「ツイッター投稿時のコメント」(twitter.body) にもコメントを入れるようにした"
Browse files Browse the repository at this point in the history
This reverts commit 1a6d2a1.

同キーが廃止されたため。
https://ch.nicovideo.jp/infiniteloop/blomaga/ar1661718
  • Loading branch information
esperecyan committed Sep 5, 2018
1 parent e11280b commit c378304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion バーチャルキャストを起動.js.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ if (inputFile) {
.replace(/^cue_card:\n {4}urls:$/m, '$& # カンペで使用する画像のURL')
.replace(/^mode: /m, '# 起動モード\n$&')
.replace(/^allow_direct_view: /m, '# ダイレクトビューモードで凸を受け入れるかどうか\n$&')
.replace(/^( {4})body: /m, '$1# ツイッター投稿時のコメント\n$&')
.replace(/^ {8}- ([0-9]+)$/gm, function (match, number) {
var url = 'https://3d.nicovideo.jp/works/td' + number;
var comment = '<' + url + '>';
Expand Down

0 comments on commit c378304

Please sign in to comment.