1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-12 06:05:43 +07:00

Compare commits

...

5 Commits

Author SHA1 Message Date
Juan Picado
f1dd3bb378 Merge branch 'master' into feat/custom-favicon 2020-05-02 22:45:08 +02:00
Jean-Francois Thuong
f8101ae90a fix: update zh-CN.json (#466)
Improve list of languages in Chinese (Simplified) and other misc improvements

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2020-05-02 09:35:08 +02:00
Juan Picado
462c287e2e Merge branch 'master' into feat/custom-favicon 2020-05-02 07:57:24 +02:00
Priscila Oliveira
985cdb3df0 Merge branch 'master' into feat/custom-favicon 2020-05-01 17:23:41 +02:00
Meeeeow
9e91d64513 feat: custom favicon 2020-04-28 23:41:17 +08:00
3 changed files with 10 additions and 11 deletions

View File

@@ -109,7 +109,7 @@
"title": "贡献者"
},
"engines": {
"npm-version": "NPM Version",
"npm-version": "NPM版本",
"node-js": "NODE JS"
}
},
@@ -136,14 +136,14 @@
"package-meta-is-required-at-detail-context": "packageMeta is required at DetailContext"
},
"lng": {
"english": "英",
"japanese": "日",
"portuguese": "葡萄牙",
"spanish": "西班牙",
"german": "德",
"english": "英",
"japanese": "日",
"portuguese": "葡萄牙",
"spanish": "西班牙",
"german": "德",
"chinese": "中文",
"french": "法國人"
"french": "法"
},
"help-to-translate": "幫助翻",
"change-language": "改變語言"
"help-to-translate": "幫助翻",
"change-language": "改变语言"
}

View File

@@ -6,7 +6,7 @@
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<link rel="icon" type="image/png" href="<%= htmlWebpackPlugin.options.verdaccioURL %>/-/static/favicon.ico" />
<link rel="icon" type="image/png" href="<%= htmlWebpackPlugin.options.verdaccioURL %>/-/mapped/favicon" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script>
window.__VERDACCIO_BASENAME_UI_OPTIONS = JSON.parse('<%= htmlWebpackPlugin.options.__UI_OPTIONS %>');

View File

@@ -49,7 +49,6 @@ const prodConf = {
logo: 'ToReplaceByLogo',
primary_color: 'ToReplaceByPrimaryColor',
filename: 'index.html',
favicon: `${env.SRC_ROOT}/template/favicon.ico`,
verdaccioURL: 'ToReplaceByVerdaccio',
version_app: 'ToReplaceByVersion',
template: `${env.SRC_ROOT}/template/index.html`,