improvement: fancybox 手機頁面不顯示 toolbar

This commit is contained in:
Jerry
2026-04-08 15:53:06 +08:00
parent e3e1d9e6ce
commit 13315f6710
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
- const { effect, source, sub, typed_option } = theme.subtitle
- let subContent = sub || new Array()
- let subContent = typeof sub === 'string' ? [sub] : (sub || new Array())
script.
window.typedJSFn = {