提交 84e84e4b 编写于 作者: H hdx

fix(animation-frame): 目录命名不规范的问题

上级 9d291587
......@@ -551,13 +551,13 @@
}
},
{
"path": "pages/API/requestAnimationFrame/requestAnimationFrame",
"path": "pages/API/request-animation-frame/request-animation-frame",
"style": {
"navigationBarTitleText": "requestAnimationFrame | 请求帧动画队列"
}
},
{
"path": "pages/API/cancelAnimationFrame/cancelAnimationFrame",
"path": "pages/API/cancel-animation-frame/cancel-animation-frame",
"style": {
"navigationBarTitleText": "cancelAnimationFrame | 取消已加入的帧动画队列"
}
......
const PAGE_PATH = '/pages/API/cancelAnimationFrame/cancelAnimationFrame'
const PAGE_PATH = '/pages/API/cancel-animation-frame/cancel-animation-frame'
describe('API-cancelAnimationFrame', () => {
let page
......
const PAGE_PATH = '/pages/API/requestAnimationFrame/requestAnimationFrame'
const PAGE_PATH = '/pages/API/request-animation-frame/request-animation-frame'
describe('API-requestAnimationFrame', () => {
let page
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册