Skip to content

Commit

Permalink
修复链接bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Wscats committed Sep 9, 2019
1 parent 5f1c2f9 commit 4c3bd2c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions omi/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"admin.js": "./static/js/admin.74543c14.js",
"admin.js.map": "./static/js/admin.74543c14.js.map",
"index.js": "./static/js/index.583551e9.js",
"index.js.map": "./static/js/index.583551e9.js.map",
"index.js": "./static/js/index.598f9ada.js",
"index.js.map": "./static/js/index.598f9ada.js.map",
"admin.html": "./admin.html",
"index.html": "./index.html"
}
2 changes: 1 addition & 1 deletion omi/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><title>Omi</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="./static/js/index.583551e9.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><title>Omi</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="./static/js/index.598f9ada.js"></script></body></html>
2 changes: 1 addition & 1 deletion omi/build/service-worker.js

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions omi/src/elements/app-header/index.eno
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<p>A Markdown Editor Tool with Resume Template for omi.<br class="d-none d-sm-block" />
Supports export files and automatic save</p>
<div class="mt-4">
<a class="btn btn-outline-light btn-lg" href="https://github.com/Wscats/piano">View docs on
<a class="btn btn-outline-light btn-lg" href="https://github.com/Wscats/CV">View docs on
Github
</a>
<a class="btn btn-outline-light btn-lg" href="https://github.com/Wscats/piano">查看该项目Github地址
<a class="btn btn-outline-light btn-lg" href="https://github.com/Wscats/CV">查看该项目Github地址
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions omi/src/elements/app-header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ class AppHeader extends WeElement {
"a",
{
class: "btn btn-outline-light btn-lg",
href: "https://github.com/Wscats/piano"
href: "https://github.com/Wscats/CV"
},
"View docs on Github"
),
h(
"a",
{
class: "btn btn-outline-light btn-lg",
href: "https://github.com/Wscats/piano"
href: "https://github.com/Wscats/CV"
},
"\u67E5\u770B\u8BE5\u9879\u76EEGithub\u5730\u5740"
)
Expand Down

0 comments on commit 4c3bd2c

Please sign in to comment.