chore : deploy
SpecialSource Frontend CD / deploy (push) Successful in 10s

This commit is contained in:
sungjin.choi
2026-08-03 10:32:00 +09:00
parent d9ff2b77cb
commit 8e2172f8b7
+2 -2
View File
@@ -126,7 +126,7 @@
<div v-else-if="activeMenu === 'contact'" class="sub-page contact-page" key="contact"> <div v-else-if="activeMenu === 'contact'" class="sub-page contact-page" key="contact">
<h2 class="page-title">> INITIALIZING ENCRYPTED_COMM.INK</h2> <h2 class="page-title">> INITIALIZING ENCRYPTED_COMM.INK</h2>
<div class="contact-form"> <div class="contact-form">
<p>EMAIL: specialsource.company@gmail.com</p> <p>EMAIL: sungjin.choi@specialsource.company</p>
<p>LOCATION: SEOUL, SOUTH KOREA</p> <p>LOCATION: SEOUL, SOUTH KOREA</p>
</div> </div>
</div> </div>
@@ -399,7 +399,7 @@ onMounted(() => {
termInstance.value = globaljQuery(terminalRef.value).terminal({ termInstance.value = globaljQuery(terminalRef.value).terminal({
'hello': function () { this.echo('Hello, Welcome to Specialsource.company'); }, 'hello': function () { this.echo('Hello, Welcome to Specialsource.company'); },
'specialsource': function () { this.echo('SPECIALSOURCE Established 2021.01.'); }, 'specialsource': function () { this.echo('SPECIALSOURCE Established 2021.01.'); },
'email': function () { this.echo('specialsource.company@gmail.com'); }, 'email': function () { this.echo('sungjin.choi@specialsource.company'); },
'status': function () { 'status': function () {
const term = this; const term = this;