mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
feat: 曲追加
This commit is contained in:
parent
8374f2878f
commit
9f360c73a1
2 changed files with 4 additions and 2 deletions
|
@ -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'
|
||||
// **
|
||||
]
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue