docs: update project

This commit is contained in:
KazooTTT
2024-10-12 12:49:10 +08:00
parent 299cddee47
commit 7cd07b92a2
2 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,38 @@
---
title: 微信读书网页版复制快捷键
date: 2024-07-30
author: KazooTTT
type: Post
status: Published
tags:
- 油猴脚本
- 微信读书
- 前端
finished: true
published: true
category: 项目
slug: wechat-reading-web-version-copy-shortcut
description:
NotionID-notionnext: a4cf2259-fba8-4b72-9513-083a74b1ada1
link-notionnext: https://kazoottt.notion.site/a4cf2259fba84b729513083a74b1ada1
---
# 微信读书网页版复制快捷键
![cover](https://pictures.kazoottt.top/2024/06/20240605-f9f1fd7eec262178e50fb61695d12535.png)
[微信读书网页版中新增复制快捷键 \[油猴脚本\]\_哔哩哔哩\_bilibili](https://www.bilibili.com/video/BV1L93qeQEFW/)
这是一个油猴脚本,用于在微信读书的网页端新增复制快捷键。
在 windows 下,快捷键为`Ctrl + C`,在 mac 下,快捷键为`Cmd + C`
## 相关地址
[下载地址](https://greasyfork.org/zh-CN/scripts/497102-weread-copy-keymap)
[源代码](https://github.com/KazooTTT/weread-copy-keymap)
---
本项目使用模板为 [vite-plugin-monkey](https://github.com/lisonge/vite-plugin-monkey)

View File

@ -0,0 +1,39 @@
---
title: 微博默认按照最新时间排序
date: 2024-07-30
author: KazooTTT
tags:
- 微博
- 油猴脚本
- 前端
finished: false
published: false
slug: by-default-weibo-is-sorted-according-to-the-latest-time
description:
type: Post
status: Published
category: 项目
NotionID-notionnext: c9957d05-a995-4097-b5a3-40a4b4f4bc5f
link-notionnext: https://kazoottt.notion.site/c9957d05a9954097b5a340a4b4f4bc5f
---
# 微博默认按照最新时间排序
[自动地将微博的浏览顺序切换为按时间排序 \[油猴脚本\]\_哔哩哔哩\_bilibili](https://www.bilibili.com/video/BV1ji37eaEF8/)
![cover](https://github.com/KazooTTT/weibo-default-timeline/assets/31075337/41b23ee4-6fbf-4a59-9a3e-41560351b621)
目前微博会默认按照推荐顺序排序,如果你想要默认按照时间顺序排序的话,可以使用这个油猴脚本。
演示:
![CleanShot 2024-06-24 at 12 02 21](https://github.com/KazooTTT/weibo-default-timeline/assets/31075337/36c863c5-a055-465c-ad76-b37eec882c49)
[脚本安装地址](https://greasyfork.org/zh-CN/scripts/498729-%E5%BE%AE%E5%8D%9A%E9%BB%98%E8%AE%A4%E6%8C%89%E7%85%A7%E6%9C%80%E6%96%B0%E6%97%B6%E9%97%B4%E6%8E%92%E5%BA%8F)
[源代码地址](https://github.com/KazooTTT/weibo-default-timeline)
## 参考
本项目基于 vite-plugin-monkey 开发
菜单切换useOption参考了 antfu 的代码