GitBucket
4.6.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull Requests
Labels
Milestones
Wiki
08335
/
hivui-platform-template
hivui平台项目模板
Browse code
@中文描述: add
@版本: @升级登记:1 @同步后端:0 @同步数据库:0 @同步配置:0 @向下兼容:1
master
1 parent
d4bcd44
commit
c15e45692c5e9420ec4a82725cf8b5a17f321024
caibinghong
authored
on 27 Mar 2023
Showing
1 changed file
assets_platform/tpl_lang/hivuiLogin/zh-CN.js
Ignore Space
Show notes
View
assets_platform/tpl_lang/hivuiLogin/zh-CN.js
0 → 100644
(function (global, factory) { if (typeof define === "function" && define.amd) { // define('element/locale/eu', ['module', 'exports'], factory); } else if (typeof exports !== "undefined") { factory(module, exports); } else { var mod = { exports: {} }; factory(mod, mod.exports); global.HiVuiTpl = global.HiVuiTpl || {}; global.HiVuiTpl.lang = global.HiVuiTpl.lang || {}; global.HiVuiTpl.lang.zhCN = mod.exports; } })(this, function (module, exports) { 'use strict'; exports.__esModule = true; exports.default = { 'el_colorpicker_confirm': '确定', 'el_colorpicker_clear': '清空' }; module.exports = exports['default']; });
Show line notes below