mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
🚨
This commit is contained in:
parent
77c9cac3d4
commit
671667981d
12 changed files with 13 additions and 14 deletions
|
|
@ -9,12 +9,12 @@ const _NODE_ENV = NODE_ENV;
|
|||
const altNumber = navigator.platform.toUpperCase().indexOf("MAC") > -1 ? "⌃" : "⌥";
|
||||
|
||||
const getFunctionKey = () => {
|
||||
const fData: { [key: number]: string } = {}
|
||||
const fData: { [key: number]: string } = {};
|
||||
for (let i = 1; i <= 32; i++) {
|
||||
fData[i + 111] = "F" + i;
|
||||
}
|
||||
return fData;
|
||||
}
|
||||
};
|
||||
|
||||
export abstract class Constants {
|
||||
public static readonly SIYUAN_VERSION: string = _SIYUAN_VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue