mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(config) add buffer
This commit is contained in:
parent
067a07c1ed
commit
53ff18b38b
6 changed files with 67 additions and 19 deletions
|
|
@ -7,6 +7,7 @@
|
|||
<li><span><input type="checkbox" id="zip" {{ zip }} ></input></span><label for="zip"> Zip</label></li>
|
||||
<li><span><input type="checkbox" id="notifications" {{ notifications }} ></input></span><label for="notifications"> Notifications</label></li>
|
||||
<li><span><input type="checkbox" id="localStorage" {{ localStorage }} ></input></span><label for="localStorage"> Local Storage</label></li>
|
||||
<li><span><input type="checkbox" id="buffer" {{ buffer }} ></input></span> <label for="buffer">Buffer</label></li>
|
||||
<li><span><input type="checkbox" id="minify" {{ minify }} ></input></span><label for="minify"> Minify</label></li>
|
||||
<li><span><input type="checkbox" id="online" {{ online }} ></input></span><label for="online"> Online</label></li>
|
||||
<li><span><input type="checkbox" id="cache" {{ cache }} ></input></span><label for="cache"> Cache</label></li>
|
||||
|
|
|
|||
|
|
@ -52,8 +52,8 @@
|
|||
client + 'load',
|
||||
client + 'notify',
|
||||
client + 'storage',
|
||||
client + 'buffer',
|
||||
client + 'files',
|
||||
client + 'buffer',
|
||||
'client',
|
||||
client + 'listeners',
|
||||
client + 'key'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue