Skip to content

Commit

Permalink
Update doutu extension (raycast#10517)
Browse files Browse the repository at this point in the history
* Update doutu extension

- -
- update readme
- ok
- ok
- changelog
- fix copying GIF to clipboard output static image
- fix Source 3 image not displaying
- upgrade packages
- fix
- Merge branch \'contributions/merge-1682305037131073000\'
- Pull contributions
- update
- add new source.
- update readme
- network error fixed
- fix readme icon size
- update
- none
- update feature
- remove click mode
- add preferences title
- update metadata
- Support enter key to select images
- add select_mode preferences
- exec .prettierrc
- remove log
- fx duplicate fetch
- Merge branch \'main\' of github.com:gaoyang/raycast-extensions-doutu
- add sources change
- Create LICENSE
- test new prettier settings
- add types/uuid
- add paging & fix first selection error
- Remove Chinese content
- update readme
- Repair description too short
- add package-lock.json
- Ready for release
- 修复自动copy第一张图的问题
- set the clipboard and dou tu la source fetch and clean cache
- init

* update readme

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
gaoyang and raycastbot authored Feb 7, 2024
1 parent d8098f4 commit 7d2df18
Show file tree
Hide file tree
Showing 20 changed files with 1,386 additions and 1,281 deletions.
13 changes: 3 additions & 10 deletions extensions/doutu/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}

"root": true,
"extends": ["@raycast"]
}
3 changes: 1 addition & 2 deletions extensions/doutu/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
/node_modules

# misc
.DS_Store
pnpm-lock.yaml
.DS_Store
2 changes: 1 addition & 1 deletion extensions/doutu/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
}
5 changes: 5 additions & 0 deletions extensions/doutu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# DouTu Changelog

## [Fix Debug] - 2024-02-07

- Fix copying GIF images to output static images
- Fix Source 3 image not displaying

## [New Features] - 2023-04-24

- Add a new Source
Expand Down
11 changes: 6 additions & 5 deletions extensions/doutu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<h1 align="center">DouTu Extension for Raycast</h1>
</p>

🌟 A picture fight during working hours
🌟 A picture fight during working hours. Summon your friends with quirky pictures and a variety of GIF image!

## Features

- Support GIF Image
- Support for quick search of emoji packs
- Support enter key to copy to clipboard
- Support toggle image sources
Expand All @@ -19,7 +20,7 @@

## Preview

<img src="metadata/dou-tu-1.png">
<img src="metadata/dou-tu-2.png">
<img src="metadata/dou-tu-3.png">
<img src="metadata/dou-tu-4.png">
<img src="metadata/doutu-1.png">
<img src="metadata/doutu-2.png">
<img src="metadata/doutu-3.png">
<img src="metadata/doutu-4.png">
Binary file removed extensions/doutu/metadata/dou-tu-1.png
Binary file not shown.
Binary file removed extensions/doutu/metadata/dou-tu-2.png
Binary file not shown.
Binary file removed extensions/doutu/metadata/dou-tu-3.png
Binary file not shown.
Binary file removed extensions/doutu/metadata/dou-tu-4.png
Binary file not shown.
Binary file added extensions/doutu/metadata/doutu-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/doutu/metadata/doutu-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/doutu/metadata/doutu-3.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/doutu/metadata/doutu-4.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 7d2df18

Please sign in to comment.