Browse Source

Merge pull request #12 in DEC/decision-webui-dcm from ~ALAN/decision-webui-dcm:feature/10.0 to feature/10.0

* commit '7a16b3e26d28acd3c62a2e62d5d71ade4315b743':
  fix: 不需要了
  fix: 删除无用的文件
  build: 发布时不挂载到html
  feat: i18n 转unicode
qufenxi
alan 6 years ago
parent
commit
602fae2e73
  1. 2
      i18n/zh_cn.properties
  2. 7
      index.html
  3. 2
      webpack/webpack.prod.js

2
i18n/zh_cn.properties

@ -21,7 +21,6 @@ Dec-Dcm_Millisecond= 毫秒
Dec-Dcm_Test_Connection= 测试连接 Dec-Dcm_Test_Connection= 测试连接
Dec-Dcm_Copy= 复制 Dec-Dcm_Copy= 复制
Dec-Dcm_Edit= 编辑 Dec-Dcm_Edit= 编辑
Dec-Dcm_Save= 保存
Dec-Dcm_Yes= 是 Dec-Dcm_Yes= 是
Dec-Dcm_No= 否 Dec-Dcm_No= 否
Dec-Dcm_Search= 搜索 Dec-Dcm_Search= 搜索
@ -95,6 +94,7 @@ Dec-Dcm_Connection_Form_JNDI_Collapse-Attributes= 收起
Dec-Dcm_Connection_JNDI= JNDI数据连接 Dec-Dcm_Connection_JNDI= JNDI数据连接
Dec-Dcm_Connection_JNDI_Warning= 注意:需要把包含INTIAL_CONTEXT_FACTORY类的.jar文件复制到软件安装目录下的/lib目录下 Dec-Dcm_Connection_JNDI_Warning= 注意:需要把包含INTIAL_CONTEXT_FACTORY类的.jar文件复制到软件安装目录下的/lib目录下
Dec-Dcm_Connection_Error= 接口访问错误 Dec-Dcm_Connection_Error= 接口访问错误
BI-Multi_Date_Quarter_End= 季度末 BI-Multi_Date_Quarter_End= 季度末
BI-Multi_Date_Month_Begin= 月初 BI-Multi_Date_Month_Begin= 月初
BI-Multi_Date_YMD= 年月日 BI-Multi_Date_YMD= 年月日

7
index.html

@ -11,13 +11,6 @@
type="font/woff" type="font/woff"
crossorigin="" crossorigin=""
/> />
<link
rel="preload"
href="assets/font/iconfont.woff"
as="font"
type="font/woff"
crossorigin=""
/>
<link <link
rel="stylesheet" rel="stylesheet"
type="text/css" type="text/css"

2
webpack/webpack.prod.js

@ -12,7 +12,7 @@ module.exports = merge.smart(common, {
devtool: 'hidden-source-map', devtool: 'hidden-source-map',
entry: { entry: {
show: ['@babel/polyfill', './src/index.ts'], show: ['@babel/polyfill', './src/modules/app.ts'],
}, },
output: { output: {
path: dirs.DEST, path: dirs.DEST,

Loading…
Cancel
Save