Commit 7750e3ba authored by 黄奎's avatar 黄奎

页面修改

parent f9a27937
...@@ -98,7 +98,7 @@ const rangeType = ref<'all' | 'current' | 'custom'>('all') ...@@ -98,7 +98,7 @@ const rangeType = ref<'all' | 'current' | 'custom'>('all')
const range = ref<[number, number]>([1, slides.value.length]) const range = ref<[number, number]>([1, slides.value.length])
const format = ref<'jpeg' | 'png'>('jpeg') const format = ref<'jpeg' | 'png'>('jpeg')
const quality = ref(1) const quality = ref(1)
const ignoreWebfont = ref(true) const ignoreWebfont = ref(false) //开启在线字体
const renderSlides = computed(() => { const renderSlides = computed(() => {
if (rangeType.value === 'all') return slides.value if (rangeType.value === 'all') return slides.value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment