Add plugin system and notice plugin (#503)

* Update system notice to plugin

* Add plugin model alembic support

* update plugin conf

* add plugin route injection

* update plugin route inject

* fix and optimize plugin router inject
This commit is contained in:
Wu Clan
2025-02-13 21:19:49 +08:00
committed by GitHub
parent 1e0b04006b
commit d9985f9d4d
30 changed files with 274 additions and 62 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from backend.plugin.notice.model.notice import Notice