|
|
|
@ -15,11 +15,11 @@ import java.awt.event.ActionListener;
|
|
|
|
|
* */ |
|
|
|
|
public class NewFeatureAction implements ActionListener { |
|
|
|
|
|
|
|
|
|
private String url = CloudCenter.getInstance().acquireConf("fr.latest.update.detail", "https://help.fanruan.com/finereport/doc-view-4699.html"); |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
|
try { |
|
|
|
|
String url = CloudCenter.getInstance().acquireConf("fr.latest.update.detail", "https://help.fanruan.com/finereport/doc-view-4699.html"); |
|
|
|
|
BrowseUtils.browser(url); |
|
|
|
|
} catch (Exception ex) { |
|
|
|
|
FineLoggerFactory.getLogger().error(ex.getMessage()); |
|
|
|
|