-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement UI with Basic CRUD Functionality (#6)
#### 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
Showing
20 changed files
with
4,840 additions
and
3,548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
所需环境: | ||
|
||
1. Java 17 | ||
2. Node 18 | ||
3. pnpm 8 | ||
2. Node 20 | ||
3. pnpm 9 | ||
4. Docker (可选) | ||
|
||
克隆项目: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.