update: remove the installer app from menu and navbar
This commit is contained in:
@@ -10,9 +10,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
DANAK_SERVER: "https://captain.stage.danakcorp.com"
|
||||
DANAK_SERVER: 'https://captain.run.danakcorp.com'
|
||||
APP_TOKEN: 03786e2259b28db4b190733ab5e01505edf290820c69fa98d9b6961cbc79283b
|
||||
CAPROVER_APP_NAME: asan-service
|
||||
APP_NAME: asan-service
|
||||
GITHUB_TOKEN: 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
|
||||
|
||||
steps:
|
||||
@@ -45,4 +45,4 @@ jobs:
|
||||
|
||||
- name: deploy to server
|
||||
run: |
|
||||
caprover deploy -a $CAPROVER_APP_NAME -u $DANAK_SERVER --appToken $APP_TOKEN -i "$IMAGE_URL"
|
||||
caprover deploy -a $APP_NAME -u $DANAK_SERVER --appToken $APP_TOKEN -i "$IMAGE_URL"
|
||||
|
||||
@@ -48,29 +48,22 @@
|
||||
<!-- <span>راهنما</span>-->
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="uls">
|
||||
<li tag="li">
|
||||
<ul class="uls">
|
||||
<!-- <li tag="li">
|
||||
<a class="links" href="https://installer.asan-service.com/" target="_blank"> نرم افزار نصاب </a>
|
||||
</li>
|
||||
</li> -->
|
||||
<li tag="li">
|
||||
<a class="links" href="https://gps.asan-service.com/" target="_blank"> نرم افزار ردیاب </a>
|
||||
</li>
|
||||
<nuxt-link
|
||||
to="/apps"
|
||||
:class="$route.name.includes('download') && 'active'"
|
||||
tag="li"
|
||||
>
|
||||
|
||||
<nuxt-link to="/apps" :class="$route.name.includes('download') && 'active'" tag="li">
|
||||
<a class="links"> دانلود </a>
|
||||
</nuxt-link>
|
||||
<!-- <li tag="li">
|
||||
<a class="links" href="#"> آموزش </a>
|
||||
</li> -->
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
||||
<div class="title"></div>
|
||||
<div class="title"></div>
|
||||
|
||||
<ul>
|
||||
<nuxt-link :to="{ name: 'learning', query: { page: 1 } }" tag="li">
|
||||
@@ -83,7 +76,7 @@
|
||||
<div class="title">
|
||||
<!-- <span>حساب کاربری</span>-->
|
||||
</div>
|
||||
<ul style="margin-bottom: 3rem;">
|
||||
<ul style="margin-bottom: 3rem">
|
||||
<nuxt-link :to="isUser ? { name: 'account' } : { name: 'auth-login-register' }" tag="li">
|
||||
<a>
|
||||
<span v-if="isUser">{{ $auth.user.first_name + ' ' + $auth.user.last_name }}</span>
|
||||
@@ -99,7 +92,6 @@
|
||||
</aside>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export default {
|
||||
computed: {
|
||||
@@ -180,6 +172,4 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
<style scoped></style>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<i class="fas fa-angle-down"></i>
|
||||
</a>
|
||||
<div class="drop-down">
|
||||
<a href="https://installer.asan-service.com/" target="_blank"> نرم افزار نصاب </a>
|
||||
<!-- <a href="https://installer.asan-service.com/" target="_blank"> نرم افزار نصاب </a> -->
|
||||
<a href="https://gps.asan-service.com/" target="_blank"> نرم افزار ردیاب </a>
|
||||
<a href="/apps"> دانلود </a>
|
||||
<a href="#"> آموزش </a>
|
||||
@@ -85,7 +85,6 @@
|
||||
<a>دانلود ها</a>
|
||||
</nuxt-link>
|
||||
|
||||
|
||||
<li
|
||||
class="dropDown-container contactus"
|
||||
:class="contactusDropDownActiveClass && 'active'"
|
||||
|
||||
@@ -54,9 +54,9 @@
|
||||
<!-- <a href="https://installer.asan-service.com" target="_blank">
|
||||
<img src="/assets/img/footer/pwaApp.png" alt="icon" />
|
||||
</a> -->
|
||||
<a href="https://installer.asan-service.com" target="_blank">
|
||||
<!-- <a href="https://installer.asan-service.com" target="_blank">
|
||||
<img class="firstImage" src="/assets/img/footer/AAA.png" alt="icon" />
|
||||
</a>
|
||||
</a> -->
|
||||
<a href="https://cafebazaar.ir/app/com.verity.app" target="_blank">
|
||||
<img src="/assets/img/footer/dwnld.jpg" alt="icon" />
|
||||
</a>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user