feat: 曲追加

This commit is contained in:
n1lsqn 2023-11-14 12:57:03 +09:00
parent 8374f2878f
commit 9f360c73a1
2 changed files with 4 additions and 2 deletions

View file

@ -99,7 +99,10 @@ const vocaloidUrls = [
'https://www.nicovideo.jp/watch/sm12343338',
'https://www.nicovideo.jp/watch/sm9375472',
'https://www.nicovideo.jp/watch/sm11489374',
'https://www.nicovideo.jp/watch/sm13344892'
'https://www.nicovideo.jp/watch/sm13344892',
'https://www.nicovideo.jp/watch/sm3075492',
'https://www.nicovideo.jp/watch/sm12850213',
'https://www.nicovideo.jp/watch/sm10150980'
// **
]

View file

@ -38,7 +38,6 @@ export default class extends Module {
@autobind
private check() {
const average = (arr) => arr.reduce((a, b) => a + b) / arr.length;
const cpuPercentages = this.statsLogs.map(s => s && (s.cpu_usage || s.cpu) * 100 || 0);
const cpuPercentage = average(cpuPercentages);
if (cpuPercentage >= 70) {