使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
bubblev
/
bubble-web
关注
8
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
add copyright notices
pull/16/head
Jonathan Cobb
4 年前
父节点
e2fe4f4711
当前提交
0ebab245f3
共有
2 个文件被更改
,包括
5 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+4
-0
src/_helpers/api.js
+1
-0
src/_scss/variables.scss
+ 4
- 0
src/_helpers/api.js
查看文件
@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
import config from 'config';
export const fetchAPI = (url, options) => {
+ 1
- 0
src/_scss/variables.scss
查看文件
@@ -1,3 +1,4 @@
// Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
// color codes
$deep-purple: #3607a6;
撰写
预览
正在加载...
取消
保存