dev/chat
Lei OT 2 years ago
parent 30d4b5ca6f
commit 2d30de03d2

@ -14,7 +14,6 @@
"antd": "^5.12.8", "antd": "^5.12.8",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"dayjs-plugin-utc": "^0.1.2",
"mobx": "^6.12.0", "mobx": "^6.12.0",
"mobx-react": "^9.1.0", "mobx-react": "^9.1.0",
"react": "^18.2.0", "react": "^18.2.0",

@ -1,8 +1,7 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
export default { export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], darkMode: 'media',
darkMode: false,
theme: { theme: {
colors: { colors: {
'whatsapp': '#25D366', 'whatsapp': '#25D366',

Loading…
Cancel
Save