Files: fix accessed_at.

This commit is contained in:
chiayin
2023-04-27 11:16:33 +08:00
parent cbde7b2d4c
commit b1161a82a7
10 changed files with 186 additions and 21 deletions

View File

@@ -4,7 +4,8 @@ module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx,vue}",
"./src/**/**/*.{js,ts,jsx,tsx,vue}"],
"./src/**/**/*.{js,ts,jsx,tsx,vue}",
"./src/**/**/**/*.{js,ts,jsx,tsx,vue}"],
theme: {
colors: {
transparent: 'transparent',