1 Star 0 Fork 7

kangyongjun/sqlchat

forked from Gitee 极速下载/sqlchat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.js 303 Bytes
一键复制 编辑 原始数据 按行查看 历史
steven 提交于 2023-03-31 16:12 . refactor: move codes into src folder
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/pages/**/*.{js,ts,jsx,tsx}", "./src/components/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
zIndex: {
1: "1",
},
},
},
plugins: [require("@tailwindcss/typography"), require("daisyui")],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/kangyongjun/sqlchat.git
[email protected]:kangyongjun/sqlchat.git
kangyongjun
sqlchat
sqlchat
main

搜索帮助