build(projects): 细节调整

This commit is contained in:
Soybean
2022-04-28 00:58:46 +08:00
parent d5c751153c
commit 401f0c748d
7 changed files with 3 additions and 84 deletions

View File

@ -9,7 +9,7 @@
</template>
<script setup lang="ts">
import { pkgJson } from '../model';
import { pkgJson } from './model';
const { devDependencies } = pkgJson;
</script>

View File

@ -9,7 +9,7 @@
</template>
<script setup lang="ts">
import { pkgJson } from '../model';
import { pkgJson } from './model';
const { dependencies } = pkgJson;
</script>

View File

@ -18,7 +18,7 @@
</template>
<script setup lang="ts">
import { pkgJson } from '../model';
import { pkgJson } from './model';
const { version } = pkgJson;
const latestBuildTime = PROJECT_BUILD_TIME;