mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】版本更换1.0.2
This commit is contained in:
@@ -67,7 +67,7 @@ export default defineComponent({
|
||||
<div class={styles.systemInfo}>
|
||||
{/* <ThemeTips size="small" /> */}
|
||||
<NBadge value={1} show={false} dot>
|
||||
<span class="px-[.5rem] cursor-pointer">v1.0.1</span>
|
||||
<span class="px-[.5rem] cursor-pointer">v1.0.2</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.1</span>
|
||||
<span class="text-[2rem] font-medium">v1.0.2</span>
|
||||
</div>
|
||||
</NDescriptionsItem>
|
||||
<NDescriptionsItem label={$t('t_29_1746667589773')}>
|
||||
|
||||
@@ -101,13 +101,13 @@ export default defineConfig({
|
||||
gitProjects: [
|
||||
{
|
||||
repo: 'ssh://git@git.bt.cn:30001/wzz/allinssl.git',
|
||||
branch: '1.0.1',
|
||||
branch: '1.0.2',
|
||||
targetDir: 'allinssl-gitlab',
|
||||
discardChanges: true,
|
||||
},
|
||||
{
|
||||
repo: 'https://github.com/allinssl/allinssl.git',
|
||||
branch: '1.0.1',
|
||||
branch: '1.0.2',
|
||||
targetDir: 'allinssl-github',
|
||||
discardChanges: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user