mirror of
https://github.com/teableio/teable.git
synced 2026-01-09 07:44:56 +08:00
* chore: update plate-ui component config * perf: update plate latest version * perf: update error message i18n * perf: add markdown editor * fix: comment quote empty when img is the first line content * fix: paste img in comment editor should add blank text * fix: first come into comment editor blur the cursor * chore: add some logger in duplicate process
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"baseColor": "slate",
|
|
"config": "tailwind.config.js",
|
|
"css": "src/styles/globals.css",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "src/components/plate",
|
|
"utils": "@teable/ui-lib"
|
|
}
|
|
}
|