An open API service indexing awesome lists of open source software.

https://github.com/dompling/trollscript-release

巨魔快捷指令脚本
https://github.com/dompling/trollscript-release

javascript

Last synced: 26 days ago
JSON representation

巨魔快捷指令脚本

Awesome Lists containing this project

README

          

# TrollScript


TrollScript Logo


基于 TrollStore 的 iOS JavaScript 脚本执行器



Release

iOS 16.0+
TrollStore Required

Downloads

---

## 简介

TrollScript 是一款利用 TrollStore 特权的 iOS JavaScript 脚本执行器。通过内置的 JavaScript 运行时,你可以编写和执行各种自动化脚本,访问系统级
API,实现普通 App 无法完成的功能。

## 功能特性

- **脚本管理** - 创建、编辑、删除、导入导出脚本
- **语法高亮** - 内置代码编辑器,支持 JavaScript 语法高亮
- **丰富的 API** - 15+ 原生模块,覆盖网络、位置、通知等功能
- **通知触发** - 监听指定 App 通知,自动执行脚本
- **iCloud 同步** - 支持 CloudKit 数据库和 iCloud Drive 两种同步模式
- **快捷指令** - 完整 App Intents 支持,可在快捷指令中运行脚本
- **版本更新** - 应用内检测新版本
- **崩溃恢复** - 内置崩溃捕获与恢复机制
- **性能监控** - 实时内存、CPU、FPS 监控

## 系统要求

- iOS 16.0 或更高版本
- 已安装 [TrollStore](https://github.com/opa334/TrollStore)

## JavaScript API

TrollScript 内置丰富的原生模块,[查看完整中文 API 文档](API.md) [查看完整 English API 文档](API.en.md)。

> [示例脚本 (TrollScript-Store)](https://github.com/dompling/TrollScript-Release/tree/main/templates/TestScripts)

## 更新日志

查看 [Releases](https://github.com/dompling/TrollScript-Release/releases) 获取完整更新日志。

## 反馈问题

如遇问题,请在 [Issues](https://github.com/dompling/TrollScript-Release/issues) 中反馈。

## 免责声明

- 本项目仅供学习研究使用
- 请勿用于非法用途
- 使用本软件产生的任何后果由用户自行承担

## 致谢

- [TrollStore](https://github.com/opa334/TrollStore)
- [Highlightr](https://github.com/raspu/Highlightr)
- [Runestone](https://github.com/simonbs/Runestone)
---


Made with ❤️