Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
01f148b7
Commit
01f148b7
authored
Nov 30, 2023
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bb0ef4ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slides.ts
src/store/slides.ts
+1
-1
No files found.
src/store/slides.ts
View file @
01f148b7
...
...
@@ -35,7 +35,7 @@ export const useSlidesStore = defineStore('slides', {
state
:
():
SlidesState
=>
({
title
:
'未命名演示文稿'
,
// 幻灯片标题
theme
:
theme
,
// 主题样式
slides
:
slides
,
// 幻灯片页面数据
slides
:
[],
// 幻灯片页面数据 slides
slideIndex
:
0
,
// 当前页面索引
viewportRatio
:
0.7069
,
// 可视区域比例,默认16:9 0.5625
layoutSlides
:
slides
,
// 所有模版数据
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment