Avatar: '',
Name: 'Nick_1977',
})
- const currentHref = ref(window.location.href)
/*======= share related functions =======*/
+ const currentHref = ref(window.location.href);
+
function shareToFacebook() {
var w = 900;
var h = 600;
@@ -399,14 +402,14 @@
var left = wLeft + (window.innerWidth / 2) - (w / 2);
var top = wTop + (window.innerHeight / 2) - (h / 2);
var url = window.location.href;
- var shareUrl = "http://www.facebook.com/sharer/sharer.php?u="+url;
+ var shareUrl = "http://www.facebook.com/sharer/sharer.php?u=" + url;
var title = 'facebook';
window.open(shareUrl, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=' + w + ', height=' + h + ', top=' + top + ', left=' + left);
};
editMetaUrl()
- function editMetaUrl(){
+ function editMetaUrl() {
// Get the URL of the current page
var currentUrl = window.location.href;
@@ -426,7 +429,7 @@
var url = window.location.href;
var hashtags = "GoplusComminty";
var intentUrl = "https://twitter.com/intent/tweet?url=" + encodeURIComponent(url)
- +"&hashtags=" + encodeURIComponent(hashtags);
+ + "&hashtags=" + encodeURIComponent(hashtags);
// var shareUrl = 'https://twitter.com/intent/tweet?text=' + text + '&url=' + url;
window.open(intentUrl, "_blank", "width=900, height=600");
};
diff --git a/cmd/gopcomm/yap/community-frontend/.gitignore b/cmd/gopcomm/yap/community-frontend/.gitignore
deleted file mode 100644
index a547bf36..00000000
--- a/cmd/gopcomm/yap/community-frontend/.gitignore
+++ /dev/null
@@ -1,24 +0,0 @@
-# Logs
-logs
-*.log
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-pnpm-debug.log*
-lerna-debug.log*
-
-node_modules
-dist
-dist-ssr
-*.local
-
-# Editor directories and files
-.vscode/*
-!.vscode/extensions.json
-.idea
-.DS_Store
-*.suo
-*.ntvs*
-*.njsproj
-*.sln
-*.sw?
diff --git a/cmd/gopcomm/yap/community-frontend/.vscode/extensions.json b/cmd/gopcomm/yap/community-frontend/.vscode/extensions.json
deleted file mode 100644
index c0a6e5a4..00000000
--- a/cmd/gopcomm/yap/community-frontend/.vscode/extensions.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
-}
diff --git a/cmd/gopcomm/yap/community-frontend/README.md b/cmd/gopcomm/yap/community-frontend/README.md
deleted file mode 100644
index e62e093e..00000000
--- a/cmd/gopcomm/yap/community-frontend/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Vue 3 + Vite
-
-This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `
-
-