Skip to content

Commit

Permalink
feat: add new extension jue-jin (#15701)
Browse files Browse the repository at this point in the history
* feat: add new extension jue-jin

* fix: change text value localization to US english

* chore: clean up code

* fix: changed the extension name and added README_CN

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
AkaShark and raycastbot authored Dec 12, 2024
1 parent df11568 commit 77e541a
Show file tree
Hide file tree
Showing 25 changed files with 3,827 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/juejin/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/juejin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/juejin/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/juejin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Juejin Changelog

## [Initial Version] - 2024-12-12
3 changes: 3 additions & 0 deletions extensions/juejin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Juejin

Display recommended articles under each category of Juejin, and support the selection and switching of different types of articles
3 changes: 3 additions & 0 deletions extensions/juejin/README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 掘金

展示掘金各个分类下的推荐文章
Binary file added extensions/juejin/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/juejin/metadata/jue-jin-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/juejin/metadata/jue-jin-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/juejin/metadata/jue-jin-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 77e541a

Please sign in to comment.