Compare commits
	
		
			2 Commits
		
	
	
		
			01fcc938a4
			...
			3f5dfa640a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3f5dfa640a | |||
| 05d28f977f | 
@@ -19,15 +19,8 @@ export default defineConfig({
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    nav: [
 | 
					    nav: [
 | 
				
			||||||
      // { text: '文档', link: '/document/index' },
 | 
					      // { text: '文档', link: '/document/index' },
 | 
				
			||||||
      {
 | 
					      // 
 | 
				
			||||||
        text: '文档',
 | 
					      { text: 'Devstar', link: '/devstar' },
 | 
				
			||||||
        items: [
 | 
					 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            text: 'Devstar介绍文档',
 | 
					 | 
				
			||||||
            link: '/devstar'
 | 
					 | 
				
			||||||
          },
 | 
					 | 
				
			||||||
        ]
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      { text: 'Cloudbuild', link: '/cloudbuild' },
 | 
					      { text: 'Cloudbuild', link: '/cloudbuild' },
 | 
				
			||||||
      { text: 'Simulator', link: '/simulator' },
 | 
					      { text: 'Simulator', link: '/simulator' },
 | 
				
			||||||
      { text: 'Enterprise', link: '/enterprise' },
 | 
					      { text: 'Enterprise', link: '/enterprise' },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -62,11 +62,14 @@
 | 
				
			|||||||
      <div class="gitee-brand">
 | 
					      <div class="gitee-brand">
 | 
				
			||||||
        <div class="logo-circle">
 | 
					        <div class="logo-circle">
 | 
				
			||||||
          <span class="logo-char">
 | 
					          <span class="logo-char">
 | 
				
			||||||
            <img src="/public/mengningsoftware.png" alt="">
 | 
					            <img src="/public/mnsoftware.png" alt="">
 | 
				
			||||||
          </span>
 | 
					          </span>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <div class="copyright">梦宁软件(江苏)有限公司版权所有</div>
 | 
					      <div class="copyright">
 | 
				
			||||||
 | 
					        <span class="brand-name">梦宁软件</span>
 | 
				
			||||||
 | 
					        <span>梦宁软件(江苏)有限公司版权所有</span>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    <!-- 右侧区域(第二张图内容) -->
 | 
					    <!-- 右侧区域(第二张图内容) -->
 | 
				
			||||||
@@ -108,7 +111,6 @@ export default {
 | 
				
			|||||||
<style scoped>
 | 
					<style scoped>
 | 
				
			||||||
/* 基础布局 */
 | 
					/* 基础布局 */
 | 
				
			||||||
.tencent-showcase {
 | 
					.tencent-showcase {
 | 
				
			||||||
  background: white;
 | 
					 | 
				
			||||||
  height: 200px;
 | 
					  height: 200px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -195,7 +197,6 @@ export default {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
.wrap-footer {
 | 
					.wrap-footer {
 | 
				
			||||||
  margin-top: 50px;
 | 
					  margin-top: 50px;
 | 
				
			||||||
  background: white;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
  .footer {
 | 
					  .footer {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
@@ -203,7 +204,7 @@ export default {
 | 
				
			|||||||
  align-items: center;
 | 
					  align-items: center;
 | 
				
			||||||
  padding: 20px 20px 20px 0;
 | 
					  padding: 20px 20px 20px 0;
 | 
				
			||||||
  /* padding: 20px; */
 | 
					  /* padding: 20px; */
 | 
				
			||||||
  background-color: white;
 | 
					  /* background-color: white; */
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  box-sizing: border-box;
 | 
					  box-sizing: border-box;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -212,11 +213,13 @@ export default {
 | 
				
			|||||||
.footer-left {
 | 
					.footer-left {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  align-items: center;
 | 
					  align-items: center;
 | 
				
			||||||
 | 
					  margin-left: -40px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.gitee-brand {
 | 
					.gitee-brand {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  align-items: center;
 | 
					  align-items: center;
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.logo-circle {
 | 
					.logo-circle {
 | 
				
			||||||
@@ -227,23 +230,21 @@ export default {
 | 
				
			|||||||
  justify-content: center;
 | 
					  justify-content: center;
 | 
				
			||||||
  align-items: center;
 | 
					  align-items: center;
 | 
				
			||||||
  margin-right: -10px;
 | 
					  margin-right: -10px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.logo-char {
 | 
					 | 
				
			||||||
  color: white;
 | 
					 | 
				
			||||||
  font-weight: bold;
 | 
					 | 
				
			||||||
  font-size: 20px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.brand-name {
 | 
					.brand-name {
 | 
				
			||||||
  font-size: 24px;
 | 
					  font-size: 16px;
 | 
				
			||||||
  font-weight: bold;
 | 
					  font-weight: 600;
 | 
				
			||||||
  color: #000;
 | 
					  color: #000;
 | 
				
			||||||
 | 
					  padding-right: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.copyright {
 | 
					.copyright {
 | 
				
			||||||
  color: #999;
 | 
					  color: #999;
 | 
				
			||||||
  font-size: 14px;
 | 
					  font-size: 14px;
 | 
				
			||||||
 | 
					  margin-left: -40px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 右侧二维码区域样式 */
 | 
					/* 右侧二维码区域样式 */
 | 
				
			||||||
@@ -285,7 +286,7 @@ export default {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.qr-label {
 | 
					.qr-label {
 | 
				
			||||||
  font-size: 14px;
 | 
					  font-size: 14px;
 | 
				
			||||||
  color: #333;
 | 
					  color: #999;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.footer-area {
 | 
					.footer-area {
 | 
				
			||||||
@@ -318,4 +319,8 @@ export default {
 | 
				
			|||||||
    height: 180px;
 | 
					    height: 180px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.dark .brand-name {
 | 
				
			||||||
 | 
					  color: #DFDFD6;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
@@ -3,6 +3,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## 从vECU到整车仿真
 | 
					## 从vECU到整车仿真
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					<br>
 | 
				
			||||||
 | 
					<br>
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 整车系统级软硬件联合仿真
 | 
					## 整车系统级软硬件联合仿真
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user