Skip to content

Commit 5bf6c10

Browse files
authored
Merge pull request #44 from WideChat/multicode_setting_type
[EXTEND] MultiCode Setting Type
2 parents 32379ca + 59ad1cc commit 5bf6c10

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

definition/settings/SettingType.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export declare enum SettingType {
22
BOOLEAN = "boolean",
33
CODE = "code",
44
COLOR = "color",
5+
MULTICODE = "multiCode",
56
FONT = "font",
67
NUMBER = "int",
78
SELECT = "select",

definition/settings/SettingType.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

definition/settings/SettingType.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/definition/settings/SettingType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export enum SettingType {
22
BOOLEAN = 'boolean',
33
CODE = 'code',
44
COLOR = 'color',
5+
MULTICODE = 'multiCode',
56
FONT = 'font',
67
NUMBER = 'int',
78
SELECT = 'select',

0 commit comments

Comments
 (0)