Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/4.1.0 #1619

Merged
merged 53 commits into from
Nov 10, 2023
Merged

Release/4.1.0 #1619

merged 53 commits into from
Nov 10, 2023

Conversation

tangly1024
Copy link
Owner

4.1.0版本功能

Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c5e526d
Status: ✅  Deploy successful!
Preview URL: https://c9de8250.notionnext-db5.pages.dev
Branch Preview URL: https://release-4-1-0.notionnext-db5.pages.dev

View logs


const BlogPostCard = ({ post, className }) => {
const router = useRouter()
const currentSelected = router.asPath.split('?')[0] === '/' + post.slug
const pageIcon = post.pageIcon.indexOf("amazonaws.com")!=-1 ? post.pageIcon+"&width=88" : post.pageIcon
const pageIcon = post.pageIcon.indexOf('amazonaws.com') !== -1 ? post.pageIcon + '&width=88' : post.pageIcon

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization

'[amazonaws.com](1)' can be anywhere in the URL, and arbitrary hosts may come before or after it.
@tangly1024 tangly1024 merged commit 1965fff into main Nov 10, 2023
1 check passed
@tangly1024 tangly1024 deleted the release/4.1.0 branch March 4, 2024 07:41
@tangly1024 tangly1024 restored the release/4.1.0 branch March 4, 2024 07:41
happyzhangyyds pushed a commit to happyzhangyyds/NotionNext that referenced this pull request Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant