New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

deeke-script-app

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deeke-script-app

DeekeScript应用

latest
Source
npmnpm
Version
1.9.2
Version published
Weekly downloads
414
961.54%
Maintainers
1
Weekly downloads
 
Created
Source

DeekeScript 应用开发模板

📖 项目简介

DeekeScript 是一个专为Android自动化脚本开发设计的强大框架,核心能力是为开发者快速打造一站式商业化自动化应用

本项目是DeekeScript的初始库demo,为您提供了一个完整的开发模板,帮助您快速上手DeekeScript开发。

🌟 主要特性

  • 模拟点击操作 - 精确模拟用户点击、滑动等操作
  • 图像识别 - 基于图像匹配的智能识别功能
  • 多线程支持 - 支持并发任务处理
  • 丰富的API - 提供完整的设备控制、网络请求、存储等API
  • TypeScript支持 - 完整的类型定义,提供智能代码提示
  • 模块化设计 - 支持模块化开发,代码结构清晰

🔗 相关链接

官方资源

  • 官方网站: https://deeke.cn

  • 官方文档: https://doc.deeke.cn

  • 完整应用示例: https://github.com/DeekeScript/ad-deeke

🚀 快速开始

环境准备

在开始使用之前,请确保您已经:

  • 阅读了官方文档:https://doc.deeke.cn
  • 安装了相关软件和依赖
  • 配置了Android开发环境

安装方式

方式一:npm安装(推荐)

npm i deeke-script-app

方式二:Git克隆

git clone https://github.com/DeekeScript/deekeScript.git ./
npm install

项目结构

Typescript/
├── @deekeScript/          # TypeScript类型定义文件(请勿删除)
│   └── @type/
├── src/                   # 源代码目录
│   ├── index.js          # 主入口文件
│   ├── task/             # 任务相关代码
│   └── statistics/       # 统计相关代码
├── script/               # 编译后的脚本文件
├── test/                 # 测试文件
└── images/               # 图片资源

开始您的DeekeScript开发之旅吧! 🎉

Keywords

DeekeScript应用

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts