Добавлен линк на github-страницу проекта

This commit is contained in:
Book Pauk
2022-09-20 17:43:40 +07:00
parent 475f210f68
commit 96b1b4a573

View File

@@ -36,7 +36,7 @@
</DivBtn> </DivBtn>
<div class="col"></div> <div class="col"></div>
<div class="q-px-sm q-py-xs bg-green-12" style="border: 1px solid #aaaaaa; border-radius: 6px"> <div class="q-px-sm q-py-xs bg-green-12 clickable2" style="border: 1px solid #aaaaaa; border-radius: 6px" @click="openReleasePage">
{{ projectName }} {{ projectName }}
</div> </div>
</div> </div>
@@ -377,6 +377,10 @@ class Search {
return result.join(', '); return result.join(', ');
} }
openReleasePage() {
window.open('https://github.com/bookpauk/inpx-web', '_blank');
}
makeTitle() { makeTitle() {
const collection = this.config.dbConfig.inpxInfo.collection.split('\n'); const collection = this.config.dbConfig.inpxInfo.collection.split('\n');
this.collection = collection[0].trim(); this.collection = collection[0].trim();