214 Commits

Author SHA1 Message Date
ccbikai
7e21021f6d Merge branch 'dev' of github.com:ccbikai/BroadcastChannel into dev 2024-08-08 21:00:57 +08:00
面条
2d895e46ce Merge pull request #20 from stvlynn/main
add backToTop button
2024-08-08 21:00:47 +08:00
ccbikai
a32211a1ae Merge branch 'main' into dev 2024-08-08 21:00:12 +08:00
ccbikai
fc1dd2b4f5 feat: specify SEO and RSS paths in docs
Clarify SEO and RSS endpoints for better user understanding.
2024-08-08 20:59:52 +08:00
ccbikai
cbfd74b516 Update FAQ section headers for clarity and consistency
Refactor FAQ headers to use emojis for improved readability and visual appeal across multiple language README files.
2024-08-08 12:25:14 +08:00
ccbikai
39e2ccbd8d feat: clarify Telegram channel setup in docs
Improved documentation clarity on configuring Telegram channel usernames, added troubleshooting section for common deployment issues, and emphasized the necessity of public channels and correct username format to ensure successful deployment.
2024-08-08 12:23:41 +08:00
ccbikai
44a6f86830 feat: improve regex for title extraction
Enhanced regex pattern to more accurately capture titles in posts by adjusting the lookahead assertion to better handle various punctuation marks and URLs. This improves the robustness of title extraction, ensuring more consistent and correct results across different post formats.
2024-08-08 12:14:29 +08:00
ccbikai
0b0d489b24 Merge branch 'dev' 2024-08-07 21:58:52 +08:00
ccbikai
e7cd5d61ca feat: enhance reply handling in posts
Refactor to improve handling of reply links within posts by introducing a dedicated function, ensuring more accurate and consistent URL modifications. This enhancement simplifies future maintenance and scalability of the codebase.
2024-08-07 21:56:03 +08:00
ccbikai
2a4a3be3cc feat: enhance null safety in content retrieval
Improved content retrieval logic to handle potential null values, enhancing robustness and reliability of the Telegram message parsing functionality.
2024-08-07 21:49:38 +08:00
面条
8e0fc38055 Merge pull request #26 from mitian233/main
fix: quote message display
2024-08-07 21:47:49 +08:00
ccbikai
c6d9087d85 Merge branch 'main' into dev 2024-08-07 21:47:12 +08:00
ccbikai
d7afe256c5 Merge branch 'main' of github.com:ccbikai/BroadcastChannel 2024-08-07 21:46:55 +08:00
ccbikai
8db461e881 feat: add audio handling in posts
Enhances post rendering by integrating audio element processing, ensuring audio files are correctly proxied and controls are enabled for user interaction. This improvement expands multimedia support within posts, enhancing user experience and engagement.
2024-08-07 21:46:08 +08:00
ccbikai
4fa62bf68d feat: add sanitize-html for content filtering
Enhance RSS feed content safety by integrating sanitize-html to allow specific media tags and attributes, ensuring a secure and controlled presentation of content.
2024-08-07 21:00:55 +08:00
Steven Lynn
3e122dbd39 add back-to-top.svg 2024-08-07 19:23:11 +08:00
某M氏
d9f41423bf chore: modify getPost function to handle different message text classes 2024-08-07 11:20:25 +00:00
面条
6cfd883e24 Merge pull request #22 from yy4382/fix-typo
chore(typo): "Macth" to "Match" in `lib/telegram/index.js`
2024-08-07 12:02:39 +08:00
面条
5f5e001a89 Merge pull request #23 from eallion/feat/users
feat: add new real user resource
2024-08-07 12:02:29 +08:00
Charles Chin
cffd76262e feat: add new real user resource
Added a new link to a blog discovery platform under the Real users section in both English and Chinese README files, enhancing resource visibility and accessibility for users.
* https://hourly.top/
2024-08-06 22:19:32 +08:00
Yunfi
1be9fde7c5 chore(typo): "Macth" to "Match" in lib/telegram/index.js 2024-08-06 14:19:00 +00:00
Steven Lynn
2007b6392f removed backToTop.js 2024-08-06 21:37:17 +08:00
ccbikai
877279ac03 feat: add meta charset in head for SEO improvement 2024-08-06 20:49:24 +08:00
ccbikai
e18cc8e3a8 feat: enhance tg-spoiler styling for better integration
Improved tg-spoiler component with additional margin and border-radius for enhanced visual consistency and integration within the layout.
2024-08-06 20:46:47 +08:00
ccbikai
d184a50e2c feat: improve visual consistency in item background
Adjusted the repeating-conic-gradient to enhance visual consistency by using a transparent color stop, addressing a subtle visual artifact.
2024-08-06 20:35:26 +08:00
ccbikai
69c7eb2da7 chore(css): adjust gradient color for better contrast
Improved contrast in item background gradient to enhance visibility.
2024-08-06 19:58:14 +08:00
ccbikai
b3d9ceb925 Merge branch 'main' of github.com:ccbikai/BroadcastChannel 2024-08-06 19:55:35 +08:00
ccbikai
d7c11f3c5e feat: update real users list for enhanced visibility
Added new entries to the real users list in both English and Chinese versions of the README to showcase more diverse user examples and increase project visibility.
2024-08-06 19:54:00 +08:00
ccbikai
02bb32ca60 Merge branch 'hkint-main' 2024-08-06 19:50:17 +08:00
ccbikai
737aa86224 Merge branch 'main' of https://github.com/hkint/BroadcastChannel-fork into hkint-main 2024-08-06 19:50:08 +08:00
面条
74d72ba1b9 Merge pull request #18 from PBnicad/dev
feat: add new real user resource
2024-08-06 19:49:09 +08:00
ccbikai
2a23887e7c feat: enhance spoiler visibility and style consistency
Simplified spoiler styling to improve visibility and maintain consistent appearance across different devices and browsers. This change removes the text color and background color overlap, making the spoiler content more accessible and visually appealing.
2024-08-06 19:48:08 +08:00
ccbikai
d7eeca2b16 feat: add background color to spoiler for consistency 2024-08-06 19:12:51 +08:00
ccbikai
bd7bba2f06 feat: enhance CSS handling and optimize global styles
- Enabled PostCSS nesting with specific configuration for modern compatibility
- Added global CSS reset for consistent tap highlights across browsers
- Optimized package configuration for broader browser support
- Refactored and streamlined global CSS, removing redundant styles for better maintainability
- Integrated additional CSS import in component for modular styling approach
2024-08-06 19:02:56 +08:00
Steven Lynn
348192f1b9 add backToTop button 2024-08-06 17:46:59 +08:00
nicad
39917a256c Update README.zh-cn.md 2024-08-06 15:35:38 +08:00
nicad
a9f870f5ab Update README.md 2024-08-06 15:35:22 +08:00
hk
39e3532f7b feat: add new real user resource 2024-08-06 13:56:08 +08:00
ccbikai
a1b7f80017 Merge branch 'cylllllll-main' 2024-08-06 13:37:07 +08:00
ccbikai
25c616c07e Merge branch 'main' of https://github.com/cylllllll/PlayStationNews into cylllllll-main 2024-08-06 13:36:56 +08:00
ccbikai
4085dd2143 Merge branch 'dev' 2024-08-06 13:35:09 +08:00
ccbikai
06f81a2d14 chore: improve sticker rendering and CSS specificity
Enhanced sticker rendering by adding optional chaining for safer DOM traversal and reordered sticker rendering logic to ensure proper inclusion in post content. Improved CSS specificity for sticker styling to ensure consistent application across components.
2024-08-06 13:34:37 +08:00
cy
5230428b4b feat: add new real user resource 2024-08-06 13:26:55 +08:00
面条
78f82c84cf Merge pull request #7 from mitian233/patch-1
feat: add support for stickers and video stickers
2024-08-06 13:22:00 +08:00
面条
609a594cc0 Merge pull request #11 from siygle/more-sns
feat: support Mastodon/BlueSky social button
2024-08-06 13:20:34 +08:00
面条
5ff82f7c8d Merge pull request #12 from eallion/feat/users
docs: add new real user resource
2024-08-06 13:19:51 +08:00
Charles Chin
c19b401e4d feat: add new real user resource
Added a new link to a blog discovery platform under the Real users section in both English and Chinese README files, enhancing resource visibility and accessibility for users.
* https://memo.eallion.com/
2024-08-06 13:16:34 +08:00
ccbikai
a83c3069e6 refactor(emoji): adjust spacing for better alignment
Improved spacing around emojis in multiple components to enhance visual consistency and readability. Simplified the selector for content modification in the Telegram library function for better maintainability.
2024-08-06 13:12:51 +08:00
ccbikai
3102c01b4e docs: update channel and timezone settings for clarity and consistency
Updated .env.example and README files to reflect changes in channel name and timezone format, enhancing clarity and consistency in configuration settings. Added new subscription/reminder link for improved user engagement.
2024-08-06 13:07:27 +08:00
ccbikai
b8ab845520 feat: enhance CSS processing and content rendering
- Added postcss-nesting for improved CSS nesting support
- Updated dependencies to support new CSS processing features
- Modified HTML content handling to improve accessibility and styling
- Enhanced post content parsing for better rendering and SEO
2024-08-06 13:02:57 +08:00