diff --git a/src/components/common/top.vue b/src/components/common/top.vue index 3c65873..d2dd023 100644 --- a/src/components/common/top.vue +++ b/src/components/common/top.vue @@ -17,6 +17,9 @@ + + {{ characters == 1 ? "照片说话" : "Photo Talk" }} + {{ characters == 1 ? "邃芒慧生" : "MetaGene" }} @@ -104,6 +107,10 @@ export default { this.setCharacters(value); }, handleCommand(path) { + if (path == "PhotoTalk") { + window.open("https://photo.metavatar.cc/#/"); + return; + } this.$router.push(`/${path}`); }, goView(id) { diff --git a/src/components/home/home.vue b/src/components/home/home.vue index 88b0ef7..2740314 100644 --- a/src/components/home/home.vue +++ b/src/components/home/home.vue @@ -42,12 +42,15 @@ freely -
{{ characters == 1 ? "立刻体验" : "Try it now" }} +
--> +
+ {{ characters == 1 ? "立刻体验" : "Try it now" }}
@@ -123,7 +126,7 @@
-
+
+
+ {{ characters == 1 ? "立刻体验" : "Try it now" }} +