# pushme-plugin **Repository Path**: yafu/pushme-plugin ## Basic Information - **Project Name**: pushme-plugin - **Description**: 关于PushMeAPP及PushMeClient的一些示例插件仓库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://push.i-i.me/docs/plugin - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: notifaction, message, pushme, plugin ## README # pushme-plugin 关于PushMeAPP及PushMeClient的一些示例插件,如果你有好的插件,欢迎提交! ### 项目目录 `/example`为官方插件目录 ### Example 1. [插件运行时间](./example/plugin_time.js) 1. [智能主题](./example/auto_theme.js) 1. [智能设置通道](./example/set_channel_by_keys.js) 1. [智能设置分组](./example/set_group_by_keys.js) 1. [原chart转echarts](./example/old_chart_to_echarts.js) 1. [RSA加解密示例](./example/rsa_demo.js) 1. [AES加解密示例](./example/aes_demo.js)