mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: DeepSeek-自动折叠思考过程 (#1552)
This commit is contained in:
24
src/apps/com.deepseek.chat.ts
Normal file
24
src/apps/com.deepseek.chat.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.deepseek.chat',
|
||||||
|
name: 'DeepSeek',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-自动折叠思考过程',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.deepseek.chat.MainActivity',
|
||||||
|
matches:
|
||||||
|
'@[clickable=true] > [text="正在思考" || text^="已思考"] + View[desc="折叠"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/23982641', // 正在思考 未折叠
|
||||||
|
'https://i.gkd.li/i/23982613', // 已思考 未折叠
|
||||||
|
'https://i.gkd.li/i/23982615', // 已思考 折叠
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user