Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-01-21 15:55:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
96131129463562a35fe2c2f9c2c5d204a8599394
96131129
1 parent
65fba394
perf(CheckinCard): 移除CDN优化检查中的域名限制
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/components/checkin/CheckinCard.vue
src/components/checkin/CheckinCard.vue
View file @
9613112
...
...
@@ -139,7 +139,6 @@ const setAudioRef = (el, id) => {
// Optimization
const getOptimizedUrl = (url) => {
if (!props.useCdnOptimization) return url
if (!url || !url.includes('cdn.ipadbiz.cn')) return url
if (url.includes('?')) return url
return `${url}?imageMogr2/thumbnail/200x/strip/quality/70`
}
...
...
Please
register
or
login
to post a comment