diff --git a/package-lock.json b/package-lock.json index 87b87f2..f6047f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,7 @@ "echarts": "^5.6.0", "js-cookie": "^3.0.5", "js-md5": "^0.8.3", + "jweixin-module": "^1.6.0", "pinia": "^2.0.36", "qs": "^6.11.2", "vue": "^3.2.45", @@ -9510,6 +9511,12 @@ "graceful-fs": "^4.1.6" } }, + "node_modules/jweixin-module": { + "version": "1.6.0", + "resolved": "https://registry.npmmirror.com/jweixin-module/-/jweixin-module-1.6.0.tgz", + "integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w==", + "license": "ISC" + }, "node_modules/kleur": { "version": "3.0.3", "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz", diff --git a/package.json b/package.json index ca2cb47..e0c0320 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "echarts": "^5.6.0", "js-cookie": "^3.0.5", "js-md5": "^0.8.3", + "jweixin-module": "^1.6.0", "pinia": "^2.0.36", "qs": "^6.11.2", "vue": "^3.2.45", @@ -84,4 +85,4 @@ "engines": { "node": ">=14.0.0" } -} \ No newline at end of file +} diff --git a/src/components/RankListMini.vue b/src/components/RankListMini.vue index 36cad52..17c6684 100644 --- a/src/components/RankListMini.vue +++ b/src/components/RankListMini.vue @@ -1,34 +1,17 @@