first commit

This commit is contained in:
CrazyJasonwell
2026-07-23 20:36:13 +08:00
commit 513b68be8c
7915 changed files with 2642530 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
{
"callouts": {
"custom": [],
"settings": {
"important": [
{
"changes": {
"color": "168, 130, 255"
}
}
],
"tip": [
{
"changes": {
"icon": "lucide-lightbulb"
}
},
{
"condition": {
"colorScheme": "light"
},
"changes": {
"color": "82, 139, 212"
}
},
{
"condition": {
"colorScheme": "dark"
},
"changes": {
"color": "68, 207, 110"
}
}
],
"caution": [
{
"changes": {
"icon": "lucide-info",
"color": "233, 151, 63"
}
}
]
}
},
"calloutDetection": {
"obsidian": true,
"theme": true,
"snippet": true
}
}