mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
Merge branch 'pipipi-pikachu:master' into master
This commit is contained in:
commit
cb71058648
@ -338,8 +338,7 @@ export default defineComponent({
|
|||||||
const wordSpaceOptions = [0, 1, 2, 3, 4, 5, 6, 8, 10]
|
const wordSpaceOptions = [0, 1, 2, 3, 4, 5, 6, 8, 10]
|
||||||
|
|
||||||
// 发射富文本设置命令
|
// 发射富文本设置命令
|
||||||
const emitRichTextCommand = (payload: RichTextCommand) => {
|
const emitRichTextCommand = (command: string, value?: string) => {
|
||||||
const { command, value } = payload
|
|
||||||
emitter.emit(EmitterEvents.RICH_TEXT_COMMAND, { command, value })
|
emitter.emit(EmitterEvents.RICH_TEXT_COMMAND, { command, value })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user