初始化 Photoshop AI 编辑面板

This commit is contained in:
hanhan
2026-08-03 19:37:45 +08:00
commit c4127c7820
22 changed files with 5265 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
module.exports = {
content: ["./src/**/*.{js,jsx}"],
theme: {
extend: {
colors: {
accent: "#2f7cf6"
},
fontFamily: {
// Rounded stack: first installed font wins, falling back to the
// locally available Maple Mono NF CN for Chinese.
sans: [
"MiSans", "HarmonyOS Sans SC", "Nunito", "Quicksand", "Varela Round",
"Maple Mono NF CN", "Microsoft YaHei UI", "Microsoft YaHei"
]
},
screens: {
narrow: { max: "340px" }
}
}
},
plugins: []
};