0829_logo+页面细节完善+工作室名称 提交版

This commit is contained in:
chendi 2025-08-29 15:22:28 +08:00
parent 145f93d648
commit 08d0800d3c
3 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="container">
<div class="logo">
<img src="/images/logo.png" alt="Company Logo" class="logo-image">
<a href="#home">{{ t('nav.home') }}</a>
<a href="#home">{{ t('nav.name') }}</a>
</div>
<nav>
<ul class="nav-links">

View File

@ -1,5 +1,6 @@
export default {
nav: {
name:'優閲スタジオ',
home: 'ホーム',
about: '私たちについて',
team: 'メンバー',

View File

@ -1,5 +1,6 @@
export default {
nav: {
name:'优阅工作室',
home: '首页',
about: '关于我们',
team: '团队介绍',