diff --git a/extend/base/admin/view/common/_require.html b/extend/base/admin/view/common/_require.html
index d583640..91fefdf 100644
--- a/extend/base/admin/view/common/_require.html
+++ b/extend/base/admin/view/common/_require.html
@@ -3,6 +3,8 @@
+{:event_view_content('AdminLayoutRequireBefore')}
+
@@ -36,4 +38,6 @@
-
\ No newline at end of file
+
+
+{:event_view_content('AdminLayoutRequireAfter')}
\ No newline at end of file
diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php
index a52d342..add1764 100644
--- a/extend/base/common/command/admin/VersionBase.php
+++ b/extend/base/common/command/admin/VersionBase.php
@@ -12,12 +12,13 @@ use think\console\Output;
class VersionBase extends Command
{
- public const VERSION = 'v2.0.82';
+ public const VERSION = 'v2.0.83';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
- '优化查询参数效果',
+ '增加表格done的回调参数',
+ '增加require的扩展事件',
'发布新版本',
];