Merge pull request 'fix(footer): 移除暴露技术细节的链接' (#5) from fix/footer-remove-tech-details into main
Some checks failed
Some checks failed
This commit is contained in:
@@ -36,14 +36,13 @@
|
|||||||
<span>PURO AI</span>
|
<span>PURO AI</span>
|
||||||
</div>
|
</div>
|
||||||
<p class="footer-tagline">{{ $t('landing.footer.tagline1') }}<br>{{ $t('landing.footer.tagline2') }}</p>
|
<p class="footer-tagline">{{ $t('landing.footer.tagline1') }}<br>{{ $t('landing.footer.tagline2') }}</p>
|
||||||
<p class="footer-meta">© 2026 puro.im · MIT License<br>fork of Wei-Shaw/sub2api</p>
|
<p class="footer-meta">© 2026 puro.im</p>
|
||||||
<div class="footer-status"><span class="dot-green"></span>all systems operational</div>
|
<div class="footer-status"><span class="dot-green"></span>all systems operational</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-col">
|
<div class="footer-col">
|
||||||
<div class="footer-col-title">{{ $t('landing.footer.colProducts') }}</div>
|
<div class="footer-col-title">{{ $t('landing.footer.colProducts') }}</div>
|
||||||
<router-link to="/docs">{{ $t('landing.footer.linkDocs') }}</router-link>
|
<router-link to="/docs">{{ $t('landing.footer.linkDocs') }}</router-link>
|
||||||
<router-link to="/pricing">{{ $t('portal.nav.pricing') }}</router-link>
|
<router-link to="/pricing">{{ $t('portal.nav.pricing') }}</router-link>
|
||||||
<a href="https://git.puro.im/purovps/sub2api/commits/branch/main" target="_blank" rel="noopener noreferrer">{{ $t('landing.footer.linkChangelog') }}</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-col">
|
<div class="footer-col">
|
||||||
<div class="footer-col-title">{{ $t('landing.footer.colAccount') }}</div>
|
<div class="footer-col-title">{{ $t('landing.footer.colAccount') }}</div>
|
||||||
@@ -54,8 +53,6 @@
|
|||||||
<div class="footer-col">
|
<div class="footer-col">
|
||||||
<div class="footer-col-title">{{ $t('landing.footer.colContact') }}</div>
|
<div class="footer-col-title">{{ $t('landing.footer.colContact') }}</div>
|
||||||
<a href="mailto:admin@puro.im">admin@puro.im</a>
|
<a href="mailto:admin@puro.im">admin@puro.im</a>
|
||||||
<a href="https://git.puro.im" target="_blank" rel="noopener noreferrer">git.puro.im</a>
|
|
||||||
<a href="https://git.puro.im/purovps/sub2api" target="_blank" rel="noopener noreferrer">GitHub ↗</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -5710,7 +5710,6 @@ export default {
|
|||||||
colContact: 'Contact',
|
colContact: 'Contact',
|
||||||
linkDocs: 'Docs',
|
linkDocs: 'Docs',
|
||||||
linkFeatures: 'Features',
|
linkFeatures: 'Features',
|
||||||
linkChangelog: 'Changelog',
|
|
||||||
linkLogin: 'Sign in',
|
linkLogin: 'Sign in',
|
||||||
linkRegister: 'Register',
|
linkRegister: 'Register',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -5903,7 +5903,6 @@ export default {
|
|||||||
colContact: '联系',
|
colContact: '联系',
|
||||||
linkDocs: '文档',
|
linkDocs: '文档',
|
||||||
linkFeatures: '功能',
|
linkFeatures: '功能',
|
||||||
linkChangelog: '更新日志',
|
|
||||||
linkLogin: '登录',
|
linkLogin: '登录',
|
||||||
linkRegister: '注册',
|
linkRegister: '注册',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user