This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
HOME
XJK edited this page Apr 22, 2016
·
8 revisions
-
目录结构
│ OneQuick Launcher.ahk 编译生成OneQuick Launcher.exe
│ OneQuick Launcher.exe 执行script/OneQuick.ahk
│ OneQuick.Ext.ahk ahk脚本扩展(自动生成)
│ OneQuick.feature.yaml 功能配置文件(自动生成)
│ config 其他设置(自动生成)
├─AHK 打包autohotkey.exe
├─data 程序运行时保存状态的数据,如剪贴板记录等
│ OneQuick.Data.PC-NAME.json
├─icon 托盘图标
├─lang 语言文件
├─script
│ JSON.ahk
│ OneQuick.ahk 入口,加载core,加载ext.ahk,并根据feature.yaml注册相应功能
│ OneQuick.Core.ahk
│ OneQuick.feature.default.yaml 默认功能配置,备份
│ version.yaml 版本信息
│ Yaml.ahk
└─tool 扩展工具
- 如果你想关闭或修改OneQuick的某项功能,可以修改OneQuick.feature.yaml 文件
- 如果你想基于OneQuick 扩展自己的功能,可以将自己的代码添加到OneQuick.Ext.ahk 中