新增博文,注释登录注册窗口,修改h3样式,更改地址为lijue.net
This commit is contained in:
@@ -29,8 +29,8 @@ const generate = computed(() => id && ((typeof headings?.anchorLinks === 'boolea
|
||||
|
||||
// 主题风格:
|
||||
// - classic:左侧竖线(主色),无额外背景
|
||||
// - elegant:底部虚线
|
||||
// - minimal:卡片式浅色主色背景 + 左侧竖线
|
||||
// - elegant:卡片式浅色主色背景 + 左侧竖线
|
||||
// - minimal:底部虚线
|
||||
const { selectedTheme, selectedThemeColor, customColor, themeColors } = useTheme()
|
||||
|
||||
const themeSizeClass = computed(() => {
|
||||
@@ -40,8 +40,8 @@ const themeSizeClass = computed(() => {
|
||||
})
|
||||
|
||||
const isClassic = computed(() => selectedTheme.value === 'classic')
|
||||
const isElegant = computed(() => selectedTheme.value === 'elegant')
|
||||
const isMinimal = computed(() => selectedTheme.value === 'minimal')
|
||||
const isElegant = computed(() => selectedTheme.value === 'minimal')
|
||||
const isMinimal = computed(() => selectedTheme.value === 'elegant')
|
||||
|
||||
const showLeadingLine = computed(() => isClassic.value || isMinimal.value || isElegant.value)
|
||||
|
||||
|
Reference in New Issue
Block a user