mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【同步】版本号
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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')}>
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user