mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-19 10:30:45 +08:00
This commit is contained in:
parent
bf39529f41
commit
a1be78cd5e
@ -1,6 +1,10 @@
|
|||||||
import {Wnd} from "./Wnd";
|
import {Wnd} from "./Wnd";
|
||||||
import {genUUID} from "../util/genID";
|
import {genUUID} from "../util/genID";
|
||||||
import {addResize, resizeTabs} from "./util";
|
import {addResize, resizeTabs} from "./util";
|
||||||
|
/// #if MOBILE
|
||||||
|
// 检测移动端是否引入了桌面端的代码
|
||||||
|
alert("Need remove unused code");
|
||||||
|
/// #endif
|
||||||
|
|
||||||
export class Layout {
|
export class Layout {
|
||||||
public element: HTMLElement;
|
public element: HTMLElement;
|
||||||
|
Loading…
Reference in New Issue
Block a user