move untested components to Archive
This commit is contained in:
19
archive/untested-extensions/ext-arrows/locale/zh-CN.js
Executable file
19
archive/untested-extensions/ext-arrows/locale/zh-CN.js
Executable file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
name: '箭头',
|
||||
langList: [
|
||||
{ id: 'arrow_none', textContent: '无箭头' }
|
||||
],
|
||||
contextTools: [
|
||||
{
|
||||
title: '选择箭头类型',
|
||||
options: {
|
||||
none: '无箭头',
|
||||
end: '---->',
|
||||
start: '<----',
|
||||
both: '<--->',
|
||||
mid: '-->--',
|
||||
mid_bk: '--<--'
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user