This commit is contained in:
2026-01-01 00:13:40 +08:00
parent 5817065860
commit 179f1e1f31
26 changed files with 4932 additions and 805 deletions

11
app.config.ts Normal file
View File

@@ -0,0 +1,11 @@
export default defineAppConfig({
ui: {
prose: {
codeIcon: {
terminal: "i-ph-terminal-window-duotone",
config: "i-lucide-settings",
package: "i-lucide-package",
},
},
},
});