陈帅
49e1da77fb
feat: back home add onClick
7 years ago
陈帅
243cc7e39a
feat : fix #4565 , add 404 page ( #4588 )
* fix #4565,add 404 page
* fix codacy warning
* add 404 in fetch:blocks
* rm NoticeIconView import
7 years ago
senique
4a10734dcf
fix: paths of same prefix problem. ( #4560 )
Paths of same prefix will return the last match. It will occurs:
Routes:
{
path: '/',
authority: ['admin', 'user']
routes: [
{
path: '/prefix2',
authority: ['user']
},
{
path: '/prefix',
authority: ['admin']
},
]
}
Problem:
When user visit the '/prefix2', it will match the '/prefix', then Exception403 occurs.
7 years ago
陈帅
e4186a4360
delete extra comments
7 years ago
陈帅
b4392ccd68
add define
add ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION var
7 years ago
afc163
414296dff2
fix umi-types
7 years ago
afc163
b51cd57548
🔧 improve pro config.ts
7 years ago
偏右
b67855410d
remove extra space ( #4579 )
* remove extra space
* Update fetch-blocks.js
7 years ago
David Tse
a04eaed7ea
fix missing stylelint in package.json ( #4536 )
7 years ago
陈帅
68d9765dab
fix: insertcode support
7 years ago
陈帅
21d4f7519c
fix: fix CopyBlock style warning
7 years ago
陈帅
d75bbb29e7
codestyle: fix #4511 change Layout name
7 years ago
陈帅
277ea60169
fix ts file error for eslint ( #4336 )
* fix ts file error for eslint
* add format-imports script
* sort all code
* remove lint:ts
* remove tslint
* remove lint:ts
* up layout
* remove a empty test
* rm tslint config
* use umi config
* prettier all code
* use @umijs/fabric
* [CodeFactor] Apply fixes to commit 69d4f9a
[ci skip] [skip ci]
7 years ago
liangyongrui
98be9f18fe
prettier
7 years ago
liangyongrui
dd66137133
fix params matched type passed
修复类型参数传递的问题
7 years ago
陈帅
33f562974d
Merge pull request #4399 from ant-design/add-block-analytics
add block a analytics to ga
7 years ago
陈帅
85aa74202a
add block a analytics to ga
7 years ago
陈帅
d52f171832
feat: rm unused code
7 years ago
陈帅
50c0841ccd
dep: up umi version
7 years ago
陈帅
ef63e38ea0
Merge pull request #4392 from ant-design/change-to-es
change lib to es
7 years ago
陈帅
e5fd26e985
doc: change default doc
7 years ago
陈帅
4e380b334f
change lib to es
7 years ago
陈帅
3d3b5ad4a5
script: use default prettier
7 years ago
陈帅
fc136b6a2c
bugfix: fix #4349,UserLayout getPageTitle doesn't show title
7 years ago
陈帅
820b63912d
doc: fix #4370,edit readme for v4
7 years ago
陈帅
a9b19e9960
Merge pull request #4373 from kaoding/master
防止每次刷新都要“切换主题”
7 years ago
拷钉
d8b6227baa
Update setting.ts
7 years ago
陈帅
3916692c6d
Merge pull request #4289 from hzsrc/master
高性能方案实现ant-design在运行时动态改变主题色(利用webpack-theme-color-replacer)
7 years ago
陈帅
a775889edc
remove copy files
7 years ago
陈帅
1e202534b5
add scripts in create umi
7 years ago
陈帅
07adcdc558
fix cr warning
7 years ago
陈帅
dc5053053f
add return type
7 years ago
陈帅
56fff6aa80
edit style
7 years ago
陈帅
8d9dee9762
add style
7 years ago
陈帅
6eb7139a52
add netlify logo in footer
7 years ago
hz
2ba7d7153b
Merge branch 'master' of https://github.com/ant-design/ant-design-pro
7 years ago
陈帅
34c74a057f
add netlify -logo
7 years ago
hz
c744d2ae2b
lint
7 years ago
huangzheng
5c558eb8af
tslint
7 years ago
huangzheng
a1fba3624d
remove MergeLessPlugin
7 years ago
huangzheng
600332e683
lint
7 years ago
huangzheng
281200c3e5
Merge branch 'master' of https://github.com/ant-design/ant-design-pro
7 years ago
陈帅
fcf8c8b146
script: add two variable
7 years ago
lijiehua
cda8b9691b
upgrade deps
7 years ago
陈帅
5880993010
doc: add 4.0 in readme
7 years ago
lijiehua
e0efaba667
upgrade all deps
7 years ago
陈帅
bbaba877d9
doc: fix copy error
7 years ago
陈帅
67b0dcd90b
blocks: change block base url
7 years ago
afc163
c0807c42b6
🆙 upgrade all deps, close #4320
7 years ago
lonwern
00dba83199
fix #4311 lint error in windows
7 years ago