Skip to content

Commit

Permalink
change home and version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Jun 10, 2023
1 parent c49802d commit 08142ad
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion olca-app-build/mac_dist.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DIST="aicpLCA_macOS_x64_1.0.1_$(date '+%Y-%m-%d')"
DIST="aicpLCA_macOS_x64_1.0.2_$(date '+%Y-%m-%d')"
BUNDLE_ID="org.aicplca.app"
APP_DMG="build/tmp/macosx.cocoa.x86_64/aicpLCA_dmg/aicpLCA.app"
APP_PKG="build/tmp/macosx.cocoa.x86_64/aicpLCA_pkg/aicpLCA.app"
Expand Down
6 changes: 2 additions & 4 deletions olca-app-html/src/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ const messages: {
"A-LCA是<a id=\"aicp\">汽车行业双碳平台(AICP)</a>提供的专业生命周期评价建模(LCA)工具。A-LCA提供了基于通用生命周期评价框架的建模功能,并帮助用户在一致的方法论和参考数据基础上完成建模。A-LCA建模是产品碳足迹以及多种产品环境声明所必须的基础工作。",
'before-start.text':
"在开始使用A-LCA之前,请确保您下载并导入了工具所要求的参考数据库。<br/>"
+ "请点击此处下载:<a id=\"lci-base-down\">LCI参考数据库</a><br/>"
+ "请点击此处下载:<a id=\"lcia-method-down\">LCIA Method库</a>",
+ "<a id=\"lci-down\">请点击此处下载</a><br/>",
'support.text':
"您可以前往<a id=\"aicphome\">AICP官方网站</a>或者联系AICP平台技术供应商邮箱[email protected]询问以获得更多支持。",
},
Expand Down Expand Up @@ -272,8 +271,7 @@ const bindLinks = () => {
const config = [
['aicp', 'https://aicp.gtech-cn.co'],
['aicphome', 'https://aicp.gtech-cn.co'],
['lci-base-down', 'https://gtech-lca-1317970565.cos.ap-shanghai.myqcloud.com/LCA_ELCD_3_2.zolca'],
['lcia-method-down', 'https://gtech-lca-1317970565.cos.ap-shanghai.myqcloud.com/LCIA_Methods_Package.zolca'],
['lci-down', 'https://github.com/gtech-world/olca-app/releases/latest'],
['openlca', 'https://www.openlca.org/'],
['news', 'https://www.openlca.org/new'],
['opensource', 'https://www.openlca.org/open-source/'],
Expand Down
2 changes: 1 addition & 1 deletion olca-app/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: olca-app
Automatic-Module-Name: olca-app
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-SymbolicName: olca-app;singleton:=true
Bundle-Version: 1.0.1
Bundle-Version: 1.0.2
Bundle-Activator: org.openlca.app.rcp.RcpActivator
Bundle-Vendor: aicpLCA.org
Eclipse-BundleShape: dir
Expand Down
4 changes: 2 additions & 2 deletions olca-app/aicpLCA.product
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="aicpLCA" uid="aicpLCA" id="olca-app.aicpLCA" application="org.openlca.app.Application" version="1.0.1" useFeatures="false" includeLaunchers="true" autoIncludeRequirements="true">
<product name="aicpLCA" uid="aicpLCA" id="olca-app.aicpLCA" application="org.openlca.app.Application" version="1.0.2" useFeatures="false" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/olca-app/icons/about.png"/>
<text>
AICP LCA Tool 1.0.1
AICP LCA Tool 1.0.2

Copyright (c) 2023 GTech International Ltd. All rights reserved.
Visit https://gtech.world
Expand Down
2 changes: 1 addition & 1 deletion olca-app/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
</property>
<property
name="aboutText"
value="AICP LCA Tool 1.0.1&#x0A;&#x0A;Copyright (c) 2023 GTech International Ltd. All rights reserved.&#x0A;Visit https://gtech.world">
value="AICP LCA Tool 1.0.2&#x0A;&#x0A;Copyright (c) 2023 GTech International Ltd. All rights reserved.&#x0A;Visit https://gtech.world">
</property>
<property
name="aboutImage"
Expand Down

0 comments on commit 08142ad

Please sign in to comment.