From 4da3d72167bd353177515b202939fb745a2cce14 Mon Sep 17 00:00:00 2001 From: CS-Tao <990296951@qq.com> Date: Sun, 24 Jun 2018 16:16:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20lint=20=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/views/TimeAnalysis/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/renderer/views/TimeAnalysis/index.vue b/src/renderer/views/TimeAnalysis/index.vue index 7c45c5a..8115927 100644 --- a/src/renderer/views/TimeAnalysis/index.vue +++ b/src/renderer/views/TimeAnalysis/index.vue @@ -129,8 +129,6 @@ import regionCountBar from '@/components/Charts/regionCountBar' import countryScatter from '@/components/Charts/countryScatter' import country3ModelRadar from '@/components/Charts/country3ModelRadar' import { getRegion, getGeneral2, getCountry, getGlobalStatistics, getCountryById, getStatistics, getEventById } from '@/api/timeAnalysisApi' -import { currentId } from 'async_hooks' -// import { constants } from 'http2' export default { components: { From ae4ddec3930388afd52dfcf94b107bd79e704bd3 Mon Sep 17 00:00:00 2001 From: CS-Tao <990296951@qq.com> Date: Sun, 24 Jun 2018 16:16:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4ca7c7..03a0dae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gtd-visualization", - "version": "0.0.0", + "version": "1.0.1", "author": "CS-Tao <990296951@qq.com>", "description": "Global Terrorist Attacks Visualization System · 全球恐怖袭击数据可视化", "license": "MIT",