feat: add context length

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent d8b3331648
commit 0f7a475ec9
23 changed files with 164 additions and 40 deletions
+3 -4
View File
@@ -2,7 +2,6 @@ import { COLOR_PRIMARY } from './index';
export default {
'root-entry-name': 'variable',
// cssVar: true,
hashed: false,
components: {
Input: {
@@ -72,9 +71,9 @@ export default {
optionSelectedFontWeight: 400
},
Slider: {
handleSize: 10,
handleSizeHover: 10,
railSize: 5,
handleSize: 8,
handleSizeHover: 8,
railSize: 4,
handleActiveOutlineColor: '#646464', // disable default outline
handleActiveColor: '#656565', // same as the rail color
handleColor: '#474747', // same as the rail color
+3 -4
View File
@@ -2,7 +2,6 @@ import { COLOR_PRIMARY } from './index';
export default {
'root-entry-name': 'variable',
// cssVar: true,
hashed: false,
components: {
Input: {
@@ -70,9 +69,9 @@ export default {
optionSelectedFontWeight: 400
},
Slider: {
handleSize: 10,
handleSizeHover: 10,
railSize: 5,
handleSize: 8,
handleSizeHover: 8,
railSize: 4,
handleActiveOutlineColor: '#B4B4B4', // disable default outline
handleActiveColor: '#D0D0D0', // same as the rail color
handleColor: '#D0D0D0', // same as the rail color