This commit is contained in:
abearxiong 2025-03-29 17:48:21 +08:00
parent a12d23be73
commit ac4542c6ff
256 changed files with 1361 additions and 214 deletions

6
.gitmodules vendored
View File

@ -4,3 +4,9 @@
[submodule "submodules/query-mark"]
path = submodules/query-mark
url = git@git.xiongxiao.me:kevisual/kevisual-query-mark.git
[submodule "submodules/mark"]
path = submodules/mark
url = git@git.xiongxiao.me:kevisual/kevisual-mark.git
[submodule "packages/components"]
path = packages/components
url = git@git.xiongxiao.me:kevisual/components.git

View File

@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Excalidraw</title>
<style>

View File

@ -3,14 +3,14 @@
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/gh/draw",
"basename": "/root/draw",
"scripts": {
"dev": "vite",
"dev:web": "cross-env WEB_DEV=true vite --mode web",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"pub": "envision deploy ./dist -k draw -v 0.0.1",
"pub": "envision deploy ./dist -k draw -v 0.0.1 -o root -u",
"ev": "npm run build && npm run deploy",
"dev:lib": "turbo run dev:lib --filter=./submodules/*"
},
@ -24,14 +24,18 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@excalidraw/excalidraw": "^0.18.0",
"@kevisual/components": "^0.0.1",
"@kevisual/mark": "link:submodules/mark",
"@kevisual/query": "0.0.15",
"@kevisual/query-mark": "workspace:*",
"@kevisual/router": "0.0.9",
"@kevisual/store": "workspace:*",
"@kevisual/query-mark": "workspace:*",
"@mui/material": "^6.4.8",
"antd": "^5.24.5",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"i18next-http-backend": "^3.0.2",
"idb-keyval": "^6.2.1",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.484.0",
@ -47,6 +51,7 @@
"@eslint/js": "^9.23.0",
"@kevisual/types": "^0.0.6",
"@tailwindcss/vite": "^4.0.16",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.13",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",

1
packages/components Submodule

@ -0,0 +1 @@
Subproject commit 62c5c2a82a2d346e27e064301a7c36c114f8512a

782
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,3 @@
packages:
- 'submodules/*'
- 'packages/*'

View File

@ -0,0 +1,13 @@
{
"markType": "Type",
"summary": "Summary",
"tags": "Tags",
"description": "Description",
"link": "Link",
"createdAt": "Created At",
"updatedAt": "Updated At",
"title": "Title",
"thumbnail": "Thumbnail",
"save": "Save",
"editMarkSuccess": "Edit Mark Success"
}

View File

@ -0,0 +1,13 @@
{
"markType": "类型",
"summary": "摘要",
"tags": "标签",
"description": "描述",
"link": "链接",
"createdAt": "创建时间",
"updatedAt": "更新时间",
"title": "标题",
"thumbnail": "缩略图",
"save": "保存",
"editMarkSuccess": "编辑成功"
}

1
resources/deploy.sh Normal file
View File

@ -0,0 +1 @@
envision deploy ./fonts -k draw-fonts -v 0.0.1 -o root -u

Some files were not shown because too many files have changed in this diff Show More