diff --git a/.env b/.env new file mode 100644 index 0000000..ba49ad2 --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +# 程序名称 +VITE_APP_NAME=Simple Element+ + diff --git a/index.html b/index.html index 99f583a..840df55 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite App + %VITE_APP_NAME%
diff --git a/src/App.vue b/src/App.vue index b6df4be..1694172 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,13 @@