](http://godban.github.io/browsers-support-badges/)IE | [
](http://godban.github.io/browsers-support-badges/)Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari |
+| :-: | :-: | :-: | :-: | :-: |
+| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
+
+## 👥 维护者
+[@Ah jung](https://github.com/jekip)
+
+## 💬 交流
+
+有关 `Naive Ui Admin` 的使用或其他问题,欢迎加入我们的讨论群组或提出问题。
+
+
+
+## 💖 赞助
+#### 如果您觉得这个项目对您有帮助,可以通过下面的链接为作者买一杯果汁,表示感谢!。
+
+
+
+[Paypal Me](https://www.paypal.com/paypalme/majunping)
diff --git a/build/constant.ts b/build/constant.ts
new file mode 100644
index 0000000..cbcc5f3
--- /dev/null
+++ b/build/constant.ts
@@ -0,0 +1,6 @@
+/**
+ * The name of the configuration file entered in the production environment
+ */
+export const GLOB_CONFIG_FILE_NAME = 'app.config.js';
+
+export const OUTPUT_DIR = 'dist';
diff --git a/build/getConfigFileName.ts b/build/getConfigFileName.ts
new file mode 100644
index 0000000..d61cd41
--- /dev/null
+++ b/build/getConfigFileName.ts
@@ -0,0 +1,9 @@
+/**
+ * Get the configuration file variable name
+ * @param env
+ */
+export const getConfigFileName = (env: Record