新增营销系统、分销系统、会员功能、门店、提现功能

This commit is contained in:
Shaw
2024-02-08 20:58:15 +08:00
parent 5beda076d0
commit 203d100305
286 changed files with 37029 additions and 765 deletions

14
tailwind.config.js Normal file
View File

@ -0,0 +1,14 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
corePlugins: {
preflight: false, //禁止tailwindcss的默认属性
}
}