Commit 5b6cfd1b482ece72558d152cabac8dc073ed0ef6

Authored by ykxie
1 parent ea0178e8

add example

example/ide.js
  1 +
  2 +
  3 +(function(window){
  4 +
  5 + function gxb_IDE(){}
  6 +
  7 + function initTree(){}
  8 + //
  9 + function toolBox(){}
  10 +
  11 + function editer(){}
  12 +
  13 +
  14 +
  15 + gxb_IDE.prototype = {
  16 + recods: [],
  17 + initDir: function(){}
  18 + };
  19 +
  20 +
  21 +
  22 +})(window);
  23 +
  24 +
  25 +
... ...
example/recording.html 0 → 100644
  1 +<!DOCTYPE html>
  2 +<html lang="en">
  3 +<head>
  4 + <meta charset="UTF-8">
  5 + <title>Document</title>
  6 +</head>
  7 +<body>
  8 +
  9 +</body>
  10 +</html>
0 11 \ No newline at end of file
... ...