【同步】版本号

This commit is contained in:
chudong
2025-05-23 17:07:16 +08:00
parent bee46d943f
commit 85ff88c502
40 changed files with 54 additions and 54 deletions

View File

@@ -184,7 +184,7 @@ export default defineComponent({
)}
<div class={styles.systemInfo}>
<NBadge value={1} show={false} dot>
<span class="px-1 sm:px-[.5rem] cursor-pointer">v1.0.2</span>
<span class="px-1 sm:px-[.5rem] cursor-pointer">v1.0.3</span>
</NBadge>
</div>
</NLayoutHeader>

View File

@@ -14,7 +14,7 @@ export default defineComponent({
<NDescriptions bordered>
<NDescriptionsItem label={$t('t_5_1745833933241')}>
<div class="flex items-center">
<span class="text-[2rem] font-medium">v1.0.2</span>
<span class="text-[2rem] font-medium">v1.0.3</span>
</div>
</NDescriptionsItem>
<NDescriptionsItem label={$t('t_29_1746667589773')}>

View File

@@ -79,22 +79,22 @@ export default defineConfig({
pluginI18n(),
// ftp同步
ftpSync([
{
host: '192.168.168.121',
port: 22,
username: 'root',
password: 'www.bt.cn',
remotePath: '/www/allinssl/frontend',
clearRemote: true,
},
{
host: '192.168.168.25',
port: 22,
username: 'root',
password: 'qweqwe123',
remotePath: '/www/allinssl/frontend',
clearRemote: true,
},
// {
// host: '192.168.168.121',
// port: 22,
// username: 'root',
// password: 'www.bt.cn',
// remotePath: '/www/allinssl/frontend',
// clearRemote: true,
// },
// {
// host: '192.168.168.25',
// port: 22,
// username: 'root',
// password: 'qweqwe123',
// remotePath: '/www/allinssl/frontend',
// clearRemote: true,
// },
]),
// 项目同步git
pluginProjectSyncGit({