mirror of https://github.com/halo-dev/halo
release: 1.4.0-beta.1
parent
88867e6957
commit
4e4a7ea940
|
@ -1,2 +1,2 @@
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.3.2/dist/
|
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.0-beta.1/dist/
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "halo-admin",
|
"name": "halo-admin",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0-beta.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "halo-admin",
|
"name": "halo-admin",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0-beta.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="renderer" content="webkit">
|
<meta name="renderer" content="webkit">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||||||
<meta name="robots" content="noindex,nofllow" />
|
<meta name="robots" content="noindex,nofllow" />
|
||||||
<meta name="generator" content="Halo 1.3.2" />
|
<meta name="generator" content="Halo 1.4.0-beta.1" />
|
||||||
<link rel="icon" href="<%= BASE_URL %>logo.png" />
|
<link rel="icon" href="<%= BASE_URL %>logo.png" />
|
||||||
<title>Halo Dashboard</title>
|
<title>Halo Dashboard</title>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in New Issue