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
```
This commit is contained in:
Ryan Wang 2024-02-07 22:40:08 +08:00 committed by GitHub
parent d2cee48946
commit 8ce6ab6af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 12 additions and 12 deletions

View File

@ -1,3 +1,3 @@
console
ui
.github
.git

View File

@ -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",

View File

@ -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": {
".": {

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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",