Skip to content

Commit

Permalink
修改首页,修复白屏bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chy2021 committed Apr 18, 2022
1 parent 2e8d5f7 commit a922b80
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion acuibc-cfx/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
AutoUpdate-Show-In-Client: true
OpenIDE-Module: com.acuilab.bc.cfx
OpenIDE-Module-Localizing-Bundle: com/acuilab/bc/cfx/Bundle.properties
OpenIDE-Module-Specification-Version: 5.24
OpenIDE-Module-Specification-Version: 5.25

2 changes: 1 addition & 1 deletion acuibc-main/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ OpenIDE-Module-Install: com/acuilab/bc/main/Installer.class
OpenIDE-Module-Layer: com/acuilab/bc/main/layer.xml
OpenIDE-Module-Localizing-Bundle: com/acuilab/bc/main/Bundle.properties
OpenIDE-Module-Requires: org.openide.windows.WindowManager
OpenIDE-Module-Specification-Version: 6.37
OpenIDE-Module-Specification-Version: 6.38
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public ImageIcon getImageIcon() {

@Override
public String getUrl() {
return "https://governance.confluxnetwork.org/zh/";
return "https://www.tree-graph.org.cn/";
}
}
2 changes: 1 addition & 1 deletion acuibc-main/src/com/acuilab/bc/main/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Constants {
private Constants() {}

public static final String TITLE = "宝葫芦Gourd — Conflux社区桌面钱包";
public static final String VERSION = "v0.9.37";
public static final String VERSION = "v0.9.38";

// @see conflux.web3j.CfxUnit
public static final BigInteger CFX_ONE = BigInteger.TEN.pow(18);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public WelcomeTopComponent() {
view = new BrowserView(browser);
this.add(view, BorderLayout.CENTER);

browser.loadURL("https://confluxnetwork.org/zh/");
browser.loadURL("https://www.tree-graph.org.cn/");
}

/**
Expand Down
11 changes: 7 additions & 4 deletions acuibc-main/src/resource/changelog/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ <h1>Changelog</h1>
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>


<h2>[0.9.37] - 20220318</h2>
<h2>[0.9.38] - 20220418</h2>
<h3>Changed</h3>
<p>将墙外的Conflux首页换成墙内的树图研究院</p>
<p>修复白屏bug</p>

<h2>[0.9.37] - 20220314</h2>
<h3>Added</h3>
<ul>
<li>增加ABCCoin</li>
</ul>
<p>增加ABC矿池的Coin</p>
<h2>[0.9.36] - 20220119</h2>
<h3>Added</h3>
<ul>
Expand Down
5 changes: 5 additions & 0 deletions acuibc-main/src/resource/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 很多dapp不响应的问题
- 支持烤翅和三角

## [0.9.38] - 20220418
### Added
将墙外的Conflux首页换成墙内的树图研究院
修复白屏bug

## [0.9.37] - 20220314
### Added
增加ABC矿池的Coin
Expand Down

0 comments on commit a922b80

Please sign in to comment.