mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
chore: 用esbuild代替vite来打包main
This commit is contained in:
parent
b4590c3c34
commit
c4219afd3d
152 changed files with 669 additions and 747 deletions
|
|
@ -3,25 +3,13 @@ const colors = require('tailwindcss/colors')
|
|||
|
||||
module.exports = {
|
||||
content: [
|
||||
'./packages/renderer/index.html',
|
||||
'./packages/renderer/src/**/*.{vue,js,ts,jsx,tsx}',
|
||||
'./src/renderer/index.html',
|
||||
'./src/renderer/**/*.{vue,js,ts,jsx,tsx}',
|
||||
],
|
||||
darkMode: 'media',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
// brand: {
|
||||
// 50: '#f5f7fe',
|
||||
// 100: '#ebeffd',
|
||||
// 200: '#ccd7fa',
|
||||
// 300: '#adbff7',
|
||||
// 400: '#708ef0',
|
||||
// 500: '#335eea',
|
||||
// 600: '#2e55d3',
|
||||
// 700: '#2647b0',
|
||||
// 800: '#1f388c',
|
||||
// 900: '#192e73',
|
||||
// },
|
||||
brand: colors.blue,
|
||||
gray: colors.neutral,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue