Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
release: 1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Sep 16, 2021
1 parent bec944c commit 6c9ff82
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .env.jsdelivr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].11/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].12/dist/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
2、检出最新版本:

```bash
git checkout v1.4.11
git checkout v1.4.12
```

3、打包构建:
Expand Down
137 changes: 55 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.4.11",
"version": "1.4.12",
"author": "halo-dev",
"description": "Halo admin client.",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="robots" content="noindex,nofllow" />
<meta name="generator" content="Halo 1.4.11" />
<meta name="robots" content="noindex,nofollow" />
<meta name="generator" content="Halo 1.4.12" />
<link rel="icon" href="/favicon.ico" />
<title>Halo Dashboard</title>
<style>
Expand All @@ -26,4 +26,4 @@
<!-- built files will be auto injected -->
</body>

</html>
</html>

0 comments on commit 6c9ff82

Please sign in to comment.