Ai
1 Star 0 Fork 0

Hooper/douban-nuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tailwind.config.js 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
hoap 提交于 2025-04-25 01:25 +08:00 . feat: 添加视图模式切换功能
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./components/**/*.{js,vue,ts}',
'./layouts/**/*.vue',
'./pages/**/*.vue',
'./plugins/**/*.{js,ts}',
'./app.vue',
],
theme: {
extend: {
colors: {
primary: {
50: '#f5f8ff',
100: '#edf2ff',
200: '#d6e0ff',
300: '#b4c6ff',
400: '#88a4ff',
500: '#5c7cff',
600: '#3654ff',
700: '#2234eb',
800: '#1d2bd0',
900: '#1e2aa6',
950: '#131860',
},
},
},
},
plugins: [require('daisyui')],
/* daisyui: {
themes: [
{
light: {
...require('daisyui/src/theming/themes')['light'],
primary: '#3654ff',
secondary: '#818cf8',
accent: '#6366f1',
neutral: '#4b5563',
'base-100': '#ffffff',
},
},
],
}, */
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hobk/douban-nuxt.git
git@gitee.com:hobk/douban-nuxt.git
hobk
douban-nuxt
douban-nuxt
master

搜索帮助