refactor: replace the history list in the main window (#341)

This commit is contained in:
ayangweb
2025-04-08 21:43:41 +08:00
committed by GitHub
parent b602121cd3
commit 72e5224e39
7 changed files with 327 additions and 212 deletions

View File

@@ -1,7 +1,11 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{html,js,jsx,ts,tsx}", "./src/**/*.css"],
important: '.coco-container',
content: [
"./index.html",
"./src/**/*.{html,js,jsx,ts,tsx}",
"./src/**/*.css",
],
important: ".coco-container",
theme: {
extend: {
backgroundColor: {