From db1b7458891aeea3a9a77f1c2ec1c907cbbbd935 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 14 May 2024 15:25:38 +0800 Subject: [PATCH] add repo select --- app.config.ts | 2 +- package-lock.json | 17 +++++++++++++++++ package.json | 1 + pages/index.vue | 32 ++++++++++++++++++++++++++++++-- 4 files changed, 49 insertions(+), 3 deletions(-) diff --git a/app.config.ts b/app.config.ts index d52dc1a..6cd06c1 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,6 +1,6 @@ export default defineAppConfig({ ui: { - primary: '#ff6600', + primary: 'green', gray: 'cool' } }) diff --git a/package-lock.json b/package-lock.json index 53880a4..27781d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "name": "nuxt-app", "hasInstallScript": true, "dependencies": { + "@iconify-json/simple-icons": "^1.1.101", "@nuxt/ui": "^2.16.0", "@vite-pwa/nuxt": "^0.7.0", "nuxt": "^3.11.2", @@ -2345,6 +2346,14 @@ "@iconify/types": "*" } }, + "node_modules/@iconify-json/simple-icons": { + "version": "1.1.101", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.1.101.tgz", + "integrity": "sha512-7h7iUvCok031UcYUt2+wPD21tOwu/AzFB2I2PzzoC3R1jsNJjn5YV3v1q0g2CXcMYAzcsCyH00RbpFPFAiqjcw==", + "dependencies": { + "@iconify/types": "*" + } + }, "node_modules/@iconify/collections": { "version": "1.0.421", "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.421.tgz", @@ -16705,6 +16714,14 @@ "@iconify/types": "*" } }, + "@iconify-json/simple-icons": { + "version": "1.1.101", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.1.101.tgz", + "integrity": "sha512-7h7iUvCok031UcYUt2+wPD21tOwu/AzFB2I2PzzoC3R1jsNJjn5YV3v1q0g2CXcMYAzcsCyH00RbpFPFAiqjcw==", + "requires": { + "@iconify/types": "*" + } + }, "@iconify/collections": { "version": "1.0.421", "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.421.tgz", diff --git a/package.json b/package.json index c5b1aef..0ec4905 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "postinstall": "nuxt prepare" }, "dependencies": { + "@iconify-json/simple-icons": "^1.1.101", "@nuxt/ui": "^2.16.0", "@vite-pwa/nuxt": "^0.7.0", "nuxt": "^3.11.2", diff --git a/pages/index.vue b/pages/index.vue index 9df3b39..e9a0bdf 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,13 +1,41 @@ -- GitLab