yangpei
4 years ago
67 changed files with 1261 additions and 872 deletions
@ -1,7 +1,4 @@ |
|||||
import compileForOnline from './compileForOnline'; |
import compileForOnline from './compileForOnline'; |
||||
import compileForProject from './compileForProject'; |
import compileForProject from './compileForProject'; |
||||
|
|
||||
export { |
export { compileForOnline, compileForProject }; |
||||
compileForOnline, |
|
||||
compileForProject |
|
||||
}; |
|
||||
|
@ -1,144 +1,144 @@ |
|||||
export default { |
export default { |
||||
"base": "vs-dark", |
base: 'vs-dark', |
||||
"inherit": true, |
inherit: true, |
||||
"rules": [ |
rules: [ |
||||
{ |
{ |
||||
"background": "272822", |
background: '272822', |
||||
"token": "" |
token: '', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "75715e", |
foreground: '75715e', |
||||
"token": "comment" |
token: 'comment', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "e6db74", |
foreground: 'e6db74', |
||||
"token": "string" |
token: 'string', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "ae81ff", |
foreground: 'ae81ff', |
||||
"token": "constant.numeric" |
token: 'constant.numeric', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "ae81ff", |
foreground: 'ae81ff', |
||||
"token": "constant.language" |
token: 'constant.language', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "ae81ff", |
foreground: 'ae81ff', |
||||
"token": "constant.character" |
token: 'constant.character', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "ae81ff", |
foreground: 'ae81ff', |
||||
"token": "constant.other" |
token: 'constant.other', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "f92672", |
foreground: 'f92672', |
||||
"token": "keyword" |
token: 'keyword', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "f92672", |
foreground: 'f92672', |
||||
"token": "storage" |
token: 'storage', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "66d9ef", |
foreground: '66d9ef', |
||||
"fontStyle": "italic", |
fontStyle: 'italic', |
||||
"token": "storage.type" |
token: 'storage.type', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "a6e22e", |
foreground: 'a6e22e', |
||||
"fontStyle": "underline", |
fontStyle: 'underline', |
||||
"token": "entity.name.class" |
token: 'entity.name.class', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "a6e22e", |
foreground: 'a6e22e', |
||||
"fontStyle": "italic underline", |
fontStyle: 'italic underline', |
||||
"token": "entity.other.inherited-class" |
token: 'entity.other.inherited-class', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "a6e22e", |
foreground: 'a6e22e', |
||||
"token": "entity.name.function" |
token: 'entity.name.function', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "fd971f", |
foreground: 'fd971f', |
||||
"fontStyle": "italic", |
fontStyle: 'italic', |
||||
"token": "variable.parameter" |
token: 'variable.parameter', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "f92672", |
foreground: 'f92672', |
||||
"token": "entity.name.tag" |
token: 'entity.name.tag', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "a6e22e", |
foreground: 'a6e22e', |
||||
"token": "entity.other.attribute-name" |
token: 'entity.other.attribute-name', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "66d9ef", |
foreground: '66d9ef', |
||||
"token": "support.function" |
token: 'support.function', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "66d9ef", |
foreground: '66d9ef', |
||||
"token": "support.constant" |
token: 'support.constant', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "66d9ef", |
foreground: '66d9ef', |
||||
"fontStyle": "italic", |
fontStyle: 'italic', |
||||
"token": "support.type" |
token: 'support.type', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "66d9ef", |
foreground: '66d9ef', |
||||
"fontStyle": "italic", |
fontStyle: 'italic', |
||||
"token": "support.class" |
token: 'support.class', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "f8f8f0", |
foreground: 'f8f8f0', |
||||
"background": "f92672", |
background: 'f92672', |
||||
"token": "invalid" |
token: 'invalid', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "f8f8f0", |
foreground: 'f8f8f0', |
||||
"background": "ae81ff", |
background: 'ae81ff', |
||||
"token": "invalid.deprecated" |
token: 'invalid.deprecated', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "cfcfc2", |
foreground: 'cfcfc2', |
||||
"token": "meta.structure.dictionary.json string.quoted.double.json" |
token: 'meta.structure.dictionary.json string.quoted.double.json', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "75715e", |
foreground: '75715e', |
||||
"token": "meta.diff" |
token: 'meta.diff', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "75715e", |
foreground: '75715e', |
||||
"token": "meta.diff.header" |
token: 'meta.diff.header', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "f92672", |
foreground: 'f92672', |
||||
"token": "markup.deleted" |
token: 'markup.deleted', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "a6e22e", |
foreground: 'a6e22e', |
||||
"token": "markup.inserted" |
token: 'markup.inserted', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "e6db74", |
foreground: 'e6db74', |
||||
"token": "markup.changed" |
token: 'markup.changed', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "ae81ffa0", |
foreground: 'ae81ffa0', |
||||
"token": "constant.numeric.line-number.find-in-files - match" |
token: 'constant.numeric.line-number.find-in-files - match', |
||||
}, |
}, |
||||
{ |
{ |
||||
"foreground": "e6db74", |
foreground: 'e6db74', |
||||
"token": "entity.name.filename.find-in-files" |
token: 'entity.name.filename.find-in-files', |
||||
} |
}, |
||||
], |
], |
||||
"colors": { |
colors: { |
||||
"editor.foreground": "#F8F8F2", |
'editor.foreground': '#F8F8F2', |
||||
"editor.background": "#272822", |
'editor.background': '#272822', |
||||
"editor.selectionBackground": "#49483E", |
'editor.selectionBackground': '#49483E', |
||||
"editor.lineHighlightBackground": "#3E3D32", |
'editor.lineHighlightBackground': '#3E3D32', |
||||
"editorCursor.foreground": "#F8F8F0", |
'editorCursor.foreground': '#F8F8F0', |
||||
"editorWhitespace.foreground": "#3B3A32", |
'editorWhitespace.foreground': '#3B3A32', |
||||
"editorIndentGuide.activeBackground": "#9D550FB0", |
'editorIndentGuide.activeBackground': '#9D550FB0', |
||||
"editor.selectionHighlightBorder": "#222218" |
'editor.selectionHighlightBorder': '#222218', |
||||
} |
}, |
||||
} |
}; |
||||
|
@ -1,7 +1,4 @@ |
|||||
import nodeMenuConfig from './node'; |
import nodeMenuConfig from './node'; |
||||
import blankMenuConfig from './blank'; |
import blankMenuConfig from './blank'; |
||||
|
|
||||
export { |
export { nodeMenuConfig, blankMenuConfig }; |
||||
nodeMenuConfig, |
|
||||
blankMenuConfig |
|
||||
}; |
|
||||
|
@ -1,133 +1,103 @@ |
|||||
const compData = [ |
const compData = [ |
||||
{ |
{ |
||||
"text": 'Input', |
text: 'Input', |
||||
"name": 'input', |
name: 'input', |
||||
"schema": { |
schema: { |
||||
"title": "Input", |
title: 'Input', |
||||
"type": "string", |
type: 'string', |
||||
"description": "输入框" |
description: '输入框', |
||||
} |
}, |
||||
}, |
}, |
||||
{ |
{ |
||||
"text": 'Textarea', |
text: 'Textarea', |
||||
"name": 'textarea', |
name: 'textarea', |
||||
"schema": { |
schema: { |
||||
"title": "Textarea", |
title: 'Textarea', |
||||
"type": "string", |
type: 'string', |
||||
"format": "textarea", |
format: 'textarea', |
||||
"description": "文本编辑框" |
description: '文本编辑框', |
||||
} |
}, |
||||
}, |
}, |
||||
{ |
{ |
||||
"text": 'Switch', |
text: 'Switch', |
||||
"name": 'allBoolean', |
name: 'allBoolean', |
||||
"schema": { |
schema: { |
||||
"title": "Switch", |
title: 'Switch', |
||||
"type": "boolean", |
type: 'boolean', |
||||
"ui:widget": "switch", |
'ui:widget': 'switch', |
||||
"description": "开关控制" |
description: '开关控制', |
||||
} |
}, |
||||
}, |
}, |
||||
{ |
{ |
||||
"text": 'Select', |
text: 'Select', |
||||
"name": 'select', |
name: 'select', |
||||
"schema": { |
schema: { |
||||
"title": "Select", |
title: 'Select', |
||||
"type": "string", |
type: 'string', |
||||
"enum": [ |
enum: ['a', 'b', 'c'], |
||||
"a", |
enumNames: ['早', '中', '晚'], |
||||
"b", |
description: '下拉单选', |
||||
"c" |
}, |
||||
], |
|
||||
"enumNames": [ |
|
||||
"早", |
|
||||
"中", |
|
||||
"晚" |
|
||||
], |
|
||||
"description": "下拉单选" |
|
||||
} |
|
||||
}, |
}, |
||||
{ |
{ |
||||
"text": 'MultiSelect', |
text: 'MultiSelect', |
||||
"name": 'multiSelect', |
name: 'multiSelect', |
||||
"schema": { |
schema: { |
||||
"title": "MultiSelect", |
title: 'MultiSelect', |
||||
"description": "下拉多选", |
description: '下拉多选', |
||||
"type": "array", |
type: 'array', |
||||
"items": { |
items: { |
||||
"type": "string" |
type: 'string', |
||||
}, |
}, |
||||
"enum": [ |
enum: ['A', 'B', 'C', 'D'], |
||||
"A", |
enumNames: ['1', '2', '3', '4'], |
||||
"B", |
'ui:widget': 'multiSelect', |
||||
"C", |
}, |
||||
"D" |
|
||||
], |
|
||||
"enumNames": [ |
|
||||
"1", |
|
||||
"2", |
|
||||
"3", |
|
||||
"4" |
|
||||
], |
|
||||
"ui:widget": "multiSelect" |
|
||||
} |
|
||||
}, |
}, |
||||
{ |
{ |
||||
"text": 'Checkbox', |
text: 'Checkbox', |
||||
"name": 'checkbox', |
name: 'checkbox', |
||||
"schema": { |
schema: { |
||||
"title": "Checkbox", |
title: 'Checkbox', |
||||
"description": "点击多选", |
description: '点击多选', |
||||
"type": "array", |
type: 'array', |
||||
"items": { |
items: { |
||||
"type": "string" |
type: 'string', |
||||
}, |
}, |
||||
"enum": [ |
enum: ['A', 'B', 'C', 'D'], |
||||
"A", |
enumNames: ['1', '2', '3', '4'], |
||||
"B", |
}, |
||||
"C", |
|
||||
"D" |
|
||||
], |
|
||||
"enumNames": [ |
|
||||
"1", |
|
||||
"2", |
|
||||
"3", |
|
||||
"4" |
|
||||
] |
|
||||
} |
|
||||
}, |
}, |
||||
{ |
{ |
||||
"text": 'TimePicker', |
text: 'TimePicker', |
||||
"name": 'timeSelect', |
name: 'timeSelect', |
||||
"schema": { |
schema: { |
||||
"title": "TimePicker", |
title: 'TimePicker', |
||||
"type": "string", |
type: 'string', |
||||
"format": "time", |
format: 'time', |
||||
"description": "时间选择" |
description: '时间选择', |
||||
} |
}, |
||||
}, |
}, |
||||
{ |
{ |
||||
"text": 'DatePicker', |
text: 'DatePicker', |
||||
"name": 'dateSelect', |
name: 'dateSelect', |
||||
"schema": { |
schema: { |
||||
"title": "DatePicker", |
title: 'DatePicker', |
||||
"type": "string", |
type: 'string', |
||||
"format": "date", |
format: 'date', |
||||
"description": "日期选择" |
description: '日期选择', |
||||
} |
}, |
||||
}, |
}, |
||||
{ |
{ |
||||
"text": 'DateRange', |
text: 'DateRange', |
||||
"name": 'dateRangeSelect', |
name: 'dateRangeSelect', |
||||
"schema": { |
schema: { |
||||
"title": "DateRange", |
title: 'DateRange', |
||||
"type": "range", |
type: 'range', |
||||
"format": "date", |
format: 'date', |
||||
"description": "日期范围选择" |
description: '日期范围选择', |
||||
} |
}, |
||||
} |
}, |
||||
] |
]; |
||||
|
|
||||
export { |
export { compData }; |
||||
compData |
|
||||
} |
|
||||
|
Loading…
Reference in new issue