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
}
}
+4406
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "callout-manager",
"version": "1.1.1",
"description": "Easily create and customize callouts.",
"author": "eth-p",
"authorUrl": "https://github.com/eth-p",
"name": "Callout Manager",
"minAppVersion": "1.0.0",
"isDesktopOnly": false
}
+1
View File
File diff suppressed because one or more lines are too long