Skip to content

Commit

Permalink
feature: Implemented user management, permission management, role man…
Browse files Browse the repository at this point in the history
…agement, log management, service monitoring, department management, image management, and dictionary management
  • Loading branch information
项大维 committed Oct 25, 2024
1 parent e6798ef commit 2179105
Show file tree
Hide file tree
Showing 127 changed files with 9,081 additions and 1,234 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ repos:
language: rust
files: \.rs$
args: []
- id: cargo-deny
name: cargo deny check
description: Check cargo dependencies
entry: bash -c 'cargo deny check -d'
language: rust
files: \.rs$
args: []
# - id: cargo-deny
# name: cargo deny check
# description: Check cargo dependencies
# entry: bash -c 'cargo deny check -d'
# language: rust
# files: \.rs$
# args: []
- id: typos
name: typos
description: check typo
Expand Down
Loading

0 comments on commit 2179105

Please sign in to comment.