Skip to content

Commit

Permalink
update lordless ico icon to oss path (#195)
Browse files Browse the repository at this point in the history
* add airdrop

* add airdrop

* update promotion

* finish airdrop

* update promotion

* update project

* update

* update style

* update mobile candy

* update home style

* update tabbar choose dom

* update quests => promotions empty text

* fixed mobile dialog bug

* remove claim promotion failed error message

* remove claim promotion failed error message

* finish pc promotions

* finish pc promotions and update user quests

* add promotions empty status

* fixed mobile project style bug and pc vw style bug

* update mobile _tavern history path

* fixed logout dialog bug and add claim airdrop end status and so on

* update header userInfo and fixed project detail bug

* add mobile trust dialog and add pc user aside bg

* update mobile wallet

* fixed mobile trust dialog bug

* update authorize bug

* update wallet style

* update locked metamask img

* update dialog bg-linear color, and update wechat share bug and so on

* update whitedraw tip bug

* update dialog bg linear

* update whitedraw tip bug

* add promotions lordless twitter tip

* update pc promotions style

* update tevern detail and add adSpace

* update adSpace to tg url

* update mobile tavern detail and so on

* fixed tavern detail countUp bug

* update user ac

* fixed tokenid 0 cant sale bug

* update mobile sale and home and so on

* access imToken and add from params in write contract

* update pc market style and claimed style

* add token decimals and update promotions style

* update quests promotions style

* update project bar style

* remove record pending item

* update lordless tg link and fixed sell price bug

* update project detail less p

* update dialog style and claimed decimals

* add weiByDecimals and update promotion style

* add luckydrop and update token Contract Strategy

* fixed luckydrop bug

* update lucky percent Analyzing conditions

* add opensea and update luckyblock

* update luckyblock and pc style

* jfixed

* fixed

* use sessionStorage add tokenAllowance long loading

* add luckyblock mainnet

* update luckyblock gas to 139999

* fixed claim disabled bug

* update token allowance style and update Luckyblock address

* update luckyblock

* update promotions

* update tokenAllowance bug

* update luckyblock contract and so on

* add lucky conditions

* update luckyblock contract

* update tokenAllowance token approve key

* fixed tokenAllowance from:this.address bug,should be this.account

* add new filterSvgSymbol on candyIcon and project email link

* update mobile building style and add bridgeContract in claim

* update candyIcon rules

* add impact font and bind telegram page

* fixed have no telegram bug

* remove telegram bind isCopyCode

* update mobile user info and footer

* add tokenBets filter

* fixed luckyblock card bug and token allowance bug and update adSpace

* fixed token allowan bug

* update bind telegram

* fixed bottomsup style bug

* remove pc quests

* add el-tabs light-tabs style

* udpate mobile taverns ps

* update lordless ico icon to oss path
  • Loading branch information
myHexo authored Jan 19, 2019
1 parent 1f8d779 commit 6487587
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ exports.createNotifierCallback = () => {
title: packageConfig.name,
message: severity + ': ' + error.name,
subtitle: filename || '',
icon: path.join(__dirname, '../static/lordless.ico')
// icon: path.join(__dirname, '../static/lordless.ico')
})
}
}
2 changes: 1 addition & 1 deletion build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
filename: 'index.html',
template: 'index.html',
inject: true,
favicon: './static/lordless.ico'
// favicon: './static/lordless.ico'
}),
// copy custom static assets
new CopyWebpackPlugin([
Expand Down
2 changes: 1 addition & 1 deletion build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const webpackConfig = merge(baseWebpackConfig, {
// more options:
// https://github.com/kangax/html-minifier#options-quick-reference
},
favicon: './static/lordless.ico',
// favicon: './static/lordless.ico',
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
chunksSortMode: 'dependency'
}),
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<link rel="lordless shortcut icon" href="http://lordless-sh.oss-cn-shanghai.aliyuncs.com/static/lordless.ico?v=1.0">
<title>LORDLESS</title>
</head>

Expand Down

0 comments on commit 6487587

Please sign in to comment.