1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

ARTICLE_SHARE イベント追跡

This commit is contained in:
Rokt33r
2015-12-13 19:28:53 +09:00
parent 3bd5d6b9f6
commit af7f2d4d5e
2 changed files with 20 additions and 10 deletions

View File

@@ -98,6 +98,7 @@ export function emit (type, data = {}) {
case 'FINDER_OPEN':
case 'FINDER_COPY':
case 'MAIN_DETAIL_COPY':
case 'ARTICLE_SHARE':
todayRecord[type] = todayRecord[type] == null
? 1
: todayRecord[type] + 1