From 82b4fe56070fd1a9ddec66d84737acb2391e1ec0 Mon Sep 17 00:00:00 2001 From: sy2084 Date: Fri, 1 Nov 2024 13:41:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=89=E8=A3=85=E6=82=A6=E7=A0=81?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 1 + package-lock.json | 31 +++++++++++++++++++++++++------ package.json | 1 + 3 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..434547d --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=http://sy-registry.shiyue.com diff --git a/package-lock.json b/package-lock.json index 68ad969..4b5d35e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.0", "dependencies": { "@antv/g2plot": "^2.4.31", + "@sy/y-code-chart": "^1.2.1", "@vueuse/core": "^10.11.0", "ant-design-vue": "^4.1.2", "axios": "^1.6.7", @@ -316,9 +317,9 @@ } }, "node_modules/@antv/g2plot": { - "version": "2.4.31", - "resolved": "http://sy-registry.shiyue.com/@antv/g2plot/-/g2plot-2.4.31.tgz", - "integrity": "sha512-SlWHYVsJgRN7E1Oe5Qk6yWBrSWmctmloknFmklaqe9vEeK+YB9ZLUffZvtAHT10mA2NZ+VjGUhlnMNgR9M1PQg==", + "version": "2.4.32", + "resolved": "http://sy-registry.shiyue.com/@antv/g2plot/-/g2plot-2.4.32.tgz", + "integrity": "sha512-HTBuAMa+PJ6DqY1XCX1GBNTGz/IBmn9lx2xu18NQSHtgXAIHWSF+WYs7Aj8iaujcapM8g+IPgjS6ObO1u9CbFg==", "dependencies": { "@antv/color-util": "^2.0.6", "@antv/event-emitter": "^0.1.2", @@ -1873,6 +1874,15 @@ "nanopop": "^2.1.0" } }, + "node_modules/@sy/y-code-chart": { + "version": "1.2.1", + "resolved": "http://sy-registry.shiyue.com/@sy/y-code-chart/-/y-code-chart-1.2.1.tgz", + "integrity": "sha512-5YN5SLarCWfEhv2Nq3rdDP+/I5BRP/x3S+Ix1n91KuCvmI8+Y6e2k+lFbMKIxjQ21vDQGHQakvRxezlsvWppWw==", + "dependencies": { + "@antv/g2plot": "^2.4.32", + "@vueuse/core": "^10.11.0" + } + }, "node_modules/@tsconfig/node20": { "version": "20.1.4", "resolved": "https://registry.npmmirror.com/@tsconfig/node20/-/node20-20.1.4.tgz", @@ -7351,9 +7361,9 @@ } }, "@antv/g2plot": { - "version": "2.4.31", - "resolved": "http://sy-registry.shiyue.com/@antv/g2plot/-/g2plot-2.4.31.tgz", - "integrity": "sha512-SlWHYVsJgRN7E1Oe5Qk6yWBrSWmctmloknFmklaqe9vEeK+YB9ZLUffZvtAHT10mA2NZ+VjGUhlnMNgR9M1PQg==", + "version": "2.4.32", + "resolved": "http://sy-registry.shiyue.com/@antv/g2plot/-/g2plot-2.4.32.tgz", + "integrity": "sha512-HTBuAMa+PJ6DqY1XCX1GBNTGz/IBmn9lx2xu18NQSHtgXAIHWSF+WYs7Aj8iaujcapM8g+IPgjS6ObO1u9CbFg==", "requires": { "@antv/color-util": "^2.0.6", "@antv/event-emitter": "^0.1.2", @@ -8367,6 +8377,15 @@ "nanopop": "^2.1.0" } }, + "@sy/y-code-chart": { + "version": "1.2.1", + "resolved": "http://sy-registry.shiyue.com/@sy/y-code-chart/-/y-code-chart-1.2.1.tgz", + "integrity": "sha512-5YN5SLarCWfEhv2Nq3rdDP+/I5BRP/x3S+Ix1n91KuCvmI8+Y6e2k+lFbMKIxjQ21vDQGHQakvRxezlsvWppWw==", + "requires": { + "@antv/g2plot": "^2.4.32", + "@vueuse/core": "^10.11.0" + } + }, "@tsconfig/node20": { "version": "20.1.4", "resolved": "https://registry.npmmirror.com/@tsconfig/node20/-/node20-20.1.4.tgz", diff --git a/package.json b/package.json index 4957ea6..ae2b659 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ }, "dependencies": { "@antv/g2plot": "^2.4.31", + "@sy/y-code-chart": "^1.2.1", "@vueuse/core": "^10.11.0", "ant-design-vue": "^4.1.2", "axios": "^1.6.7",