mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-26 13:36:36 +10:00
添加扩展应用
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
var LibrmeExtension = function() {};
|
||||
|
||||
LibrmeExtension.prototype = {
|
||||
run: function(arguments) {
|
||||
arguments.completionFunction({"baseURI" : document.baseURI});
|
||||
}
|
||||
}
|
||||
|
||||
var ExtensionPreprocessingJS = new LibrmeExtension;
|
||||
Reference in New Issue
Block a user