mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: common: cloudfunc: get rid of bas64
This commit is contained in:
parent
e36de00ce8
commit
add31607f9
5 changed files with 14 additions and 80 deletions
|
|
@ -3,10 +3,7 @@
|
|||
/* global DOM */
|
||||
/* global CloudCmd */
|
||||
const createElement = require('@cloudcmd/create-element');
|
||||
const {atob, btoa} = require('../../common/base64');
|
||||
|
||||
const {encode, decode} = require('../../common/entity');
|
||||
|
||||
const {getTitle, FS} = require('../../common/cloudfunc');
|
||||
|
||||
let Title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue