From 96b1b4a573fb01013db4d8f75cb2b28d5a9d178e Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 20 Sep 2022 17:43:40 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BB=D0=B8=D0=BD=D0=BA=20=D0=BD=D0=B0=20github-?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=83=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index 7ef3cdf..ef90412 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -36,7 +36,7 @@
-
+
{{ projectName }}
@@ -377,6 +377,10 @@ class Search { return result.join(', '); } + openReleasePage() { + window.open('https://github.com/bookpauk/inpx-web', '_blank'); + } + makeTitle() { const collection = this.config.dbConfig.inpxInfo.collection.split('\n'); this.collection = collection[0].trim();