refactor: web components (#331)

* refactor: web components

* chore: web component

* chore: web

* chore: web

* docs: update notes
This commit is contained in:
BiggerRain
2025-04-07 11:19:09 +08:00
committed by GitHub
parent 7225635f08
commit e15baef8f9
52 changed files with 3117 additions and 1223 deletions

View File

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