Skip to content

Commit

Permalink
Implement UI with Basic CRUD Functionality (#6)
Browse files Browse the repository at this point in the history
#### What type of PR is this?
/kind feature
#### What this PR does / why we need it:
此 PR 实现了代码注入插件的管理界面以及基本的增删改查,详情界面还未实现
#### Which issue(s) this PR fixes:
Fixes #4 
#### Does this PR introduce a user-facing change?
```release-note
None
```
  • Loading branch information
CaiHaosen authored Jul 25, 2024
1 parent 6cc79e2 commit 864f49b
Show file tree
Hide file tree
Showing 20 changed files with 4,840 additions and 3,548 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
所需环境:

1. Java 17
2. Node 18
3. pnpm 8
2. Node 20
3. pnpm 9
4. Docker (可选)

克隆项目:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id "com.github.node-gradle.node" version "5.0.0"
id "com.github.node-gradle.node" version "7.0.2"
id "io.freefair.lombok" version "8.0.1"
id "run.halo.plugin.devtools" version "0.0.9"
}
Expand Down Expand Up @@ -52,5 +52,5 @@ build {
}

halo {
version = '2.11'
version = '2.17'
}
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"dependencies": {
"@halo-dev/api-client": "^2.17.0",
"@halo-dev/ui-plugin-bundler-kit": "^2.17.0",
"axios": "^1.7.2",
"vite": "^5.3.3"
},
"devDependencies": {
"depcheck": "^1.4.7"
}
}
Loading

0 comments on commit 864f49b

Please sign in to comment.