From 2e843aafba31d0f7c5ecb0b185f835bea7f16cce Mon Sep 17 00:00:00 2001 From: Tianpao Date: Mon, 10 Nov 2025 00:05:43 +0800 Subject: [PATCH] init:DaisyUI --- package.json | 1 + pnpm-lock.yaml | 8 ++++++++ src/assets/style.css | 1 + 3 files changed, 10 insertions(+) diff --git a/package.json b/package.json index 1cb6d4c..8e3b885 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@types/node": "^22.18.11", "@vitejs/plugin-vue": "^6.0.1", "@vue/tsconfig": "^0.8.1", + "daisyui": "^5.4.7", "npm-run-all2": "^8.0.4", "typescript": "~5.9.0", "vite": "^7.1.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce1c521..055a780 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,6 +33,9 @@ importers: '@vue/tsconfig': specifier: ^0.8.1 version: 0.8.1(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3)) + daisyui: + specifier: ^5.4.7 + version: 5.4.7 npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -731,6 +734,9 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + daisyui@5.4.7: + resolution: {integrity: sha512-2wYO61vTPCXk7xEBgnzLZAYoE0xS5IRLu/GSq0vORpB+cTrtubdx69NnA0loc0exvCY1s2fYL4lGZtFHe2ohNQ==} + debug@4.4.3: resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} engines: {node: '>=6.0'} @@ -1821,6 +1827,8 @@ snapshots: csstype@3.1.3: {} + daisyui@5.4.7: {} + debug@4.4.3: dependencies: ms: 2.1.3 diff --git a/src/assets/style.css b/src/assets/style.css index f1d8c73..74d8662 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -1 +1,2 @@ @import "tailwindcss"; +@plugin "daisyui"; \ No newline at end of file