开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
forked from 梦起丶/HuskarUI
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (1)
标签 (12)
master
v0.2.8-alpha
v0.2.7-alpha
v0.2.6-alpha
v0.2.5-alpha
v0.2.4-alpha
v0.2.3-alpha
v0.2.2-alpha
v0.2.1-alpha
v0.2.0-alpha
v0.1.9-alpha
v0.1.8-alpha
v0.1.7-alpha
master
分支 (1)
标签 (12)
master
v0.2.8-alpha
v0.2.7-alpha
v0.2.6-alpha
v0.2.5-alpha
v0.2.4-alpha
v0.2.3-alpha
v0.2.2-alpha
v0.2.1-alpha
v0.2.0-alpha
v0.1.9-alpha
v0.1.8-alpha
v0.1.7-alpha
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (1)
标签 (12)
master
v0.2.8-alpha
v0.2.7-alpha
v0.2.6-alpha
v0.2.5-alpha
v0.2.4-alpha
v0.2.3-alpha
v0.2.2-alpha
v0.2.1-alpha
v0.2.0-alpha
v0.1.9-alpha
v0.1.8-alpha
v0.1.7-alpha
DelegateUI
/
src
/
theme
/
Index.json
DelegateUI
/
src
/
theme
/
Index.json
Index.json 7.52 KB
一键复制 编辑 原始数据 按行查看 历史
梦起丶 提交于 2025年04月24日 00:44 +08:00 . Feat: 添加[DelDatePicker:日期选择]实现及主题.
{
"colorTextBase":"#000000|#f3f3f3",
"colorBgBase":"#ffffff|#141414",
"%VariableTable%":{
"colorPrimaryBase":"$genColor(#1677ff)",
"colorSuccessBase":"$genColor(#52c41a)",
"colorWarningBase":"$genColor(#faad14)",
"colorErrorBase":"$genColor(#ff4d4f)",
"colorInfoBase":"$genColor(#1677ff)",
"colorLinkBase":"$genColor(#1677ff)",
"fontSizeBase":"$genFontSize(16)",
"fontLineHeightBase":"$genFontLineHeight(16)",
"fontFamilyBase":"$genFontFamily('Microsoft YaHei UI', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif)"
},
"primaryColorStyle":{
"colorTextPrimary":"$alpha(@colorTextBase, 0.88)",
"colorTextSecondary":"$alpha(@colorTextBase, 0.65)",
"colorTextTertiary":"$alpha(@colorTextBase, 0.45)",
"colorTextQuaternary":"$alpha(@colorTextBase, 0.25)",
"colorFill":"$alpha(@colorTextBase, 0.15)",
"colorFillSecondary":"$alpha(@colorTextBase, 0.06)",
"colorFillTertiary":"$alpha(@colorTextBase, 0.04)",
"colorFillQuaternary":"$alpha(@colorTextBase, 0.02)",
"colorBgSolid":"$alpha(@colorTextBase, 1)",
"colorBgSolidHover":"$alpha(@colorTextBase, 0.75)",
"colorBgSolidActive":"$alpha(@colorTextBase, 0.95)",
"colorBgLayout":"$darker(@colorBgBase, 107)",
"colorBgContainer":"$darker(@colorBgBase, 0)",
"colorBgElevated":"$darker(@colorBgBase, 0)",
"colorBgSpotlight":"$alpha(@colorTextBase, 0.85)",
"colorBgBlur":"transparent",
"colorBgMask":"$alpha(#000, 0.45)",
"colorBorder":"$darker(@colorBgBase, 118)",
"colorBorderSecondary":"$darker(@colorBgBase, 109)",
"colorPrimaryBg":"@colorPrimaryBase-1",
"colorPrimaryBgHover":"@colorPrimaryBase-2",
"colorPrimaryBgActive":"@colorPrimaryBase-3",
"colorPrimaryBorderHover":"@colorPrimaryBase-4",
"colorPrimaryBorder":"@colorPrimaryBase-5",
"colorPrimaryBorderActive":"@colorPrimaryBase-6",
"colorPrimaryHover":"@colorPrimaryBase-5",
"colorPrimary":"@colorPrimaryBase-6",
"colorPrimaryActive":"@colorPrimaryBase-7",
"colorPrimaryTextHover":"@colorPrimaryBase-5",
"colorPrimaryText":"@colorPrimaryBase-6",
"colorPrimaryTextActive":"@colorPrimaryBase-7",
"colorPrimaryContainerBgHover":"@colorPrimaryBase-5",
"colorPrimaryContainerBg":"@colorPrimaryBase-6",
"colorPrimaryContainerBgActive":"@colorPrimaryBase-7",
"colorPrimaryContainerBgDisabled":"$alpha(@colorTextBase, 0.1)",
"colorPrimaryTextDisabled":"$alpha(@colorTextBase, 0.45)",
"colorSuccessBg":"@colorSuccessBase-1",
"colorSuccessBgHover":"@colorSuccessBase-2",
"colorSuccessBorder":"@colorSuccessBase-3",
"colorSuccessBorderHover":"@colorSuccessBase-4",
"colorSuccessHover":"@colorSuccessBase-4",
"colorSuccess":"@colorSuccessBase-6",
"colorSuccessActive":"@colorSuccessBase-7",
"colorSuccessTextHover":"@colorSuccessBase-8",
"colorSuccessText":"@colorSuccessBase-9",
"colorSuccessTextActive":"@colorSuccessBase-10",
"colorErrorBg":"@colorErrorBase-1",
"colorErrorBgHover":"@colorErrorBase-2",
"colorErrorBgActive":"@colorErrorBase-3",
"colorErrorBorder":"@colorErrorBase-3",
"colorErrorBorderHover":"@colorErrorBase-4",
"colorErrorHover":"@colorErrorBase-5",
"colorError":"@colorErrorBase-6",
"colorErrorActive":"@colorErrorBase-7",
"colorErrorTextHover":"@colorErrorBase-8",
"colorErrorText":"@colorErrorBase-9",
"colorErrorTextActive":"@colorErrorBase-10",
"colorWarningBg":"@colorWarningBase-1",
"colorWarningBgHover":"@colorWarningBase-2",
"colorWarningBorder":"@colorWarningBase-3",
"colorWarningBorderHover":"@colorWarningBase-4",
"colorWarningHover":"@colorWarningBase-4",
"colorWarning":"@colorWarningBase-6",
"colorWarningActive":"@colorWarningBase-7",
"colorWarningTextHover":"@colorWarningBase-8",
"colorWarningText":"@colorWarningBase-9",
"colorWarningTextActive":"@colorWarningBase-10",
"colorInfoBg":"@colorInfoBase-1",
"colorInfoBgHover":"@colorInfoBase-2",
"colorInfoBorder":"@colorInfoBase-3",
"colorInfoBorderHover":"@colorInfoBase-4",
"colorInfoHover":"@colorInfoBase-4",
"colorInfo":"@colorInfoBase-6",
"colorInfoActive":"@colorInfoBase-7",
"colorInfoTextHover":"@colorInfoBase-8",
"colorInfoText":"@colorInfoBase-9",
"colorInfoTextActive":"@colorInfoBase-10",
"colorLinkHover":"@colorLinkBase-4",
"colorLink":"@colorLinkBase-6",
"colorLinkActive":"@colorLinkBase-7"
},
"primaryFontStyle":{
"fontPrimaryFamily":"@fontFamilyBase",
"fontPrimarySize":"@fontSizeBase-1",
"fontPrimaryHeight":"$multiply(@fontSizeBase-1,@fontLineHeightBase-1)",
"fontPrimarySizeHeading1":"@fontSizeBase-6",
"fontPrimarySizeHeading2":"@fontSizeBase-5",
"fontPrimarySizeHeading3":"@fontSizeBase-4",
"fontPrimarySizeHeading4":"@fontSizeBase-3",
"fontPrimarySizeHeading5":"@fontSizeBase-2",
"fontPrimaryLineHeightHeading1":"@fontLineHeightBase-6",
"fontPrimaryLineHeightHeading2":"@fontLineHeightBase-5",
"fontPrimaryLineHeightHeading3":"@fontLineHeightBase-4",
"fontPrimaryLineHeightHeading4":"@fontLineHeightBase-3",
"fontPrimaryLineHeightHeading5":"@fontLineHeightBase-2"
},
"primaryAnimation":{
"durationFast":"100",
"durationMid":"200",
"durationSlow":"300"
},
"componentStyle":{
"DelButton":":/DelegateUI/theme/DelButton.json",
"DelCaptionButton":":/DelegateUI/theme/DelCaptionButton.json",
"DelTour":":/DelegateUI/theme/DelTour.json",
"DelIconText":":/DelegateUI/theme/DelIconText.json",
"DelCopyableText":":/DelegateUI/theme/DelCopyableText.json",
"DelMenu":":/DelegateUI/theme/DelMenu.json",
"DelDivider":":/DelegateUI/theme/DelDivider.json",
"DelSwitch":":/DelegateUI/theme/DelSwitch.json",
"DelScrollBar":":/DelegateUI/theme/DelScrollBar.json",
"DelSlider":":/DelegateUI/theme/DelSlider.json",
"DelTabView":":/DelegateUI/theme/DelTabView.json",
"DelToolTip":":/DelegateUI/theme/DelToolTip.json",
"DelSelect":":/DelegateUI/theme/DelSelect.json",
"DelInput":":/DelegateUI/theme/DelInput.json",
"DelRate":":/DelegateUI/theme/DelRate.json",
"DelRadio":":/DelegateUI/theme/DelRadio.json",
"DelCheckBox":":/DelegateUI/theme/DelCheckBox.json",
"DelTimePicker":":/DelegateUI/theme/DelTimePicker.json",
"DelDrawer":":/DelegateUI/theme/DelDrawer.json",
"DelCollapse":":/DelegateUI/theme/DelCollapse.json",
"DelCard":":/DelegateUI/theme/DelCard.json",
"DelPagination":":/DelegateUI/theme/DelPagination.json",
"DelPopup":":/DelegateUI/theme/DelPopup.json",
"DelTimeline":":/DelegateUI/theme/DelTimeline.json",
"DelTag":":/DelegateUI/theme/DelTag.json",
"DelTableView":":/DelegateUI/theme/DelTableView.json",
"DelMessage":":/DelegateUI/theme/DelMessage.json",
"DelAutoComplete":":/DelegateUI/theme/DelAutoComplete.json",
"DelDatePicker":":/DelegateUI/theme/DelDatePicker.json"
}
}
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

* 此仓库为 Github 镜像仓库 - 「 DelegateUI 」 基于 Qml 的 Ant-d UI 套件
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ZJMcode/DelegateUI.git
git@gitee.com:ZJMcode/DelegateUI.git
ZJMcode
DelegateUI
DelegateUI
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /