初始化 Photoshop AI 编辑面板
This commit is contained in:
@@ -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: []
|
||||
};
|
||||
Reference in New Issue
Block a user