diff --git a/webui/src/components/ab-image.vue b/webui/src/components/ab-image.vue
new file mode 100644
index 00000000..495d9b4b
--- /dev/null
+++ b/webui/src/components/ab-image.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/webui/types/dts/components.d.ts b/webui/types/dts/components.d.ts
index 1c967c1a..b3938435 100644
--- a/webui/types/dts/components.d.ts
+++ b/webui/types/dts/components.d.ts
@@ -19,6 +19,7 @@ declare module '@vue/runtime-core' {
AbContainer: typeof import('./../../src/components/ab-container.vue')['default']
AbEditRule: typeof import('./../../src/components/ab-edit-rule.vue')['default']
AbFoldPanel: typeof import('./../../src/components/ab-fold-panel.vue')['default']
+ AbImage: typeof import('./../../src/components/ab-image.vue')['default']
AbLabel: typeof import('./../../src/components/ab-label.vue')['default']
AbPageTitle: typeof import('./../../src/components/basic/ab-page-title.vue')['default']
AbPopup: typeof import('./../../src/components/ab-popup.vue')['default']