Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
b1af3e82
Commit
b1af3e82
authored
Nov 23, 2021
by
gxkai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: 调整
parent
5b40e6fe
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
fileManager.js
apps/remix-ide/src/app/files/fileManager.js
+1
-1
svgLogo.js
apps/remix-ide/src/app/ui/svgLogo.js
+1
-1
browserfs.min.js
apps/remix-ide/src/assets/js/browserfs.min.js
+0
-0
migrateFileSystem.js
apps/remix-ide/src/migrateFileSystem.js
+1
-1
No files found.
apps/remix-ide/src/app/files/fileManager.js
View file @
b1af3e82
'use strict'
import
yo
from
'yo-yo'
import
yo
from
'
@remix-project/
yo-yo'
import
async
from
'async'
import
{
Plugin
}
from
'@remixproject/engine'
import
*
as
packageJson
from
'../../../../../package.json'
...
...
apps/remix-ide/src/app/ui/svgLogo.js
View file @
b1af3e82
import
yo
from
'yo-yo'
import
yo
from
'
@remix-project/
yo-yo'
export
function
basicLogo
()
{
return
yo
`<svg id="Ebene_2" data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105 100">
<path d="M91.84,35a.09.09,0,0,1-.1-.07,41,41,0,0,0-79.48,0,.09.09,0,0,1-.1.07C9.45,35,1,35.35,1,42.53c0,8.56,1,16,6,20.32,2.16,1.85,5.81,2.3,9.27,2.22a44.4,44.4,0,0,0,6.45-.68.09.09,0,0,0,.06-.15A34.81,34.81,0,0,1,17,45c0-.1,0-.21,0-.31a35,35,0,0,1,70,0c0,.1,0,.21,0,.31a34.81,34.81,0,0,1-5.78,19.24.09.09,0,0,0,.06.15,44.4,44.4,0,0,0,6.45.68c3.46.08,7.11-.37,9.27-2.22,5-4.27,6-11.76,6-20.32C103,35.35,94.55,35,91.84,35Z"/>
...
...
apps/remix-ide/src/assets/js/browserfs.min.js
deleted
100644 → 0
View file @
5b40e6fe
This source diff could not be displayed because it is too large. You can
view the blob
instead.
apps/remix-ide/src/migrateFileSystem.js
View file @
b1af3e82
import
{
Storage
}
from
'@remix-project/remix-lib'
import
{
joinPath
}
from
'./lib/helper'
import
yo
from
'yo-yo'
import
yo
from
'
@remix-project/
yo-yo'
const
modalDialogCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
/*
Migrating the files to the BrowserFS storage instead or raw sessionStorage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment