mirror of https://github.com/halo-dev/halo
chore: rename console to ui in some files (#5347)
#### What type of PR is this? /area ui /kind cleanup #### What this PR does / why we need it: Rename console to ui in some files, Ref https://github.com/halo-dev/halo/pull/5314 #### Does this PR introduce a user-facing change? ```release-note None ```pull/5349/head
parent
d2cee48946
commit
8ce6ab6af2
|
@ -1,3 +1,3 @@
|
|||
console
|
||||
ui
|
||||
.github
|
||||
.git
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"scripts": {
|
||||
"prepare": "cd .. && husky install console/.husky",
|
||||
"prepare": "cd .. && husky install ui/.husky",
|
||||
"dev": "run-p dev:console dev:uc",
|
||||
"dev:uc": "vite --host --config ./vite.uc.config.ts",
|
||||
"dev:console": "vite --host --config ./vite.config.ts",
|
||||
|
|
|
@ -22,12 +22,12 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/halo-dev/halo.git",
|
||||
"directory": "console/packages/api-client"
|
||||
"directory": "ui/packages/api-client"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/halo-dev/halo/issues"
|
||||
},
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/api-client#readme",
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/api-client#readme",
|
||||
"license": "GPL-3.0",
|
||||
"exports": {
|
||||
".": {
|
||||
|
|
|
@ -36,12 +36,12 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/halo-dev/halo.git",
|
||||
"directory": "console/packages/components"
|
||||
"directory": "ui/packages/components"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/halo-dev/halo/issues"
|
||||
},
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/components#readme",
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/components#readme",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@iconify-json/ri": "^1.1.15",
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
"name": "@halo-dev/richtext-editor",
|
||||
"version": "2.13.0",
|
||||
"description": "Default editor for Halo",
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/editor#readme",
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/halo-dev/halo/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/halo-dev/halo.git",
|
||||
"directory": "console/packages/editor"
|
||||
"directory": "ui/packages/editor"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"author": "@halo-dev",
|
||||
|
|
|
@ -30,12 +30,12 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/halo-dev/halo.git",
|
||||
"directory": "console/packages/shared"
|
||||
"directory": "ui/packages/shared"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/halo-dev/halo/issues"
|
||||
},
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/shared#readme",
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/shared#readme",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"vite-plugin-dts": "^2.3.0"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "@halo-dev/ui-plugin-bundler-kit",
|
||||
"version": "2.13.0",
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/ui-plugin-bundler-kit#readme",
|
||||
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/halo-dev/halo/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/halo-dev/halo.git",
|
||||
"directory": "console/packages/ui-plugin-bundler-kit"
|
||||
"directory": "ui/packages/ui-plugin-bundler-kit"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"author": "@halo-dev",
|
||||
|
|
Loading…
Reference in New Issue