保存视觉审核与文档流迁移进度
This commit is contained in:
@@ -11,11 +11,14 @@ const routes = [
|
||||
['/pages/family/f01-family-feed', '.family-page'],
|
||||
['/pages/family/f02-publish-feed', '.publish-page'],
|
||||
['/pages/family/f04-article-list', '.module-page--list'],
|
||||
['/pages/family/f06-article-editor', '.module-page--form'],
|
||||
['/pages/family/f06-article-editor', '.article-editor-page'],
|
||||
['/pages/family/f08-album-detail', '.album-detail-page'],
|
||||
['/pages/family/f09-media-upload?state=selected', '.media-upload-page'],
|
||||
['/pages/family/f03-feed-detail', '.module-page--detail'],
|
||||
['/pages/records/r08-growth-journal', '.module-page--timeline'],
|
||||
['/pages/profile/m03-security-settings', '.module-page--settings'],
|
||||
['/pages/family/f10-video-list', '.module-page--status'],
|
||||
['/pages/family/f10-video-list', '.video-status-page'],
|
||||
['/pages/records/r02-person-detail?personId=1', '.person-detail-page'],
|
||||
['/pages/notification/n01-message-center', '.notice-page'],
|
||||
['/pages/profile/m01-profile-home', '.profile-page']
|
||||
]
|
||||
@@ -72,7 +75,7 @@ const run = async () => {
|
||||
const metrics = await valueOf(send, `(() => {
|
||||
const root = document.querySelector(${JSON.stringify(selector)})
|
||||
const rect = root.getBoundingClientRect()
|
||||
const visible = Array.from(document.querySelectorAll('.app-button,.list-card,.detail-card,.form-row,.settings-row,.notice-card,.profile-menu'))
|
||||
const visible = Array.from(document.querySelectorAll('.app-button,.list-card,.detail-card,.form-row,.editor-control,.album-photo-tile,.album-upload-action,.media-photo-tile,.media-add-tile,.media-batch-field,.media-photo-field,.media-primary-action,.video-return-action,.person-identity-card,.person-archive-card,.person-field,.person-long-field,.person-edit-actions,.settings-row,.notice-card,.profile-menu'))
|
||||
.filter((node) => node.getClientRects().length)
|
||||
.map((node) => node.getBoundingClientRect())
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user