forked from AlloyTeam/Rosin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a7aa1f
commit b415f3f
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,56 @@ | ||
# Rosin | ||
A tool for web developers debug mobile page. http://alloyteam.github.io/Rosin/ | ||
|
||
Rosin是一个Fiddler插件,协助开发者进行移动端页面开发调试,是移动端web开发、调试利器。 | ||
|
||
# 版本 | ||
|
||
v1.0.0 | ||
|
||
# 下载安装 | ||
|
||
下载对应Fiddler版本的Rosin,解压之后运行RosinInstall.exe安装 | ||
( 如果电脑有权限控制,请 "右键->以管理员身份运行" ) | ||
|
||
[Roisn for Fiddler2][Roisn for Fiddler2] | ||
[Roisn for Fiddler4][Roisn for Fiddler4] | ||
|
||
# 特性 | ||
|
||
* 基于Fiddler实现 | ||
* 配置页面匹配规则 | ||
* 拦截console方法输出 | ||
* 日志内容本地存储 | ||
* 日志内容展示、搜索、过滤 | ||
* 复杂对象JOSN解析 | ||
* 脚本运行错误捕获 | ||
|
||
# 使用方法 | ||
|
||
# 更新日志 | ||
|
||
v1.0.0 -- 2015.01.20 | ||
|
||
* 支持日志级别按颜色区分 | ||
* 支持按级别筛选日志 | ||
* 支持日志文件导出 | ||
* 支持日志内容清除 | ||
* 支持日志文件删除 | ||
* 支持日志记录自动清理 | ||
* 支持日志内容JSON对象解析 | ||
* 支持script error信息输出 | ||
* 支持跨域script error信息获取 | ||
* 优化日志展示 | ||
|
||
v0.0.1 -- 2014.12.03 | ||
|
||
* 支持console日志接收 | ||
* 支持fiddler日志展示 | ||
* 支持页面规则配置 | ||
* 支持日志列表展示 | ||
|
||
|
||
|
||
|
||
[Roisn for Fiddler2]: http://alloyteam.github.io/Rosin/download/Rosin%20v1%E5%AE%89%E8%A3%85%E5%8C%85%20for%20fiddler2.zip | ||
[Roisn for Fiddler4]: http://alloyteam.github.io/Rosin/download/Rosin%20v1%E5%AE%89%E8%A3%85%E5%8C%85%20for%20fiddler4.zip |