mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Merge pull request #206 from sota1235/hotfix-replace_old_url
Replace old url.
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
import superagent from 'superagent'
|
||||
import superagentPromise from 'superagent-promise'
|
||||
|
||||
export const SERVER_URL = 'https://b00st.io/'
|
||||
// export const SERVER_URL = 'http://localhost:3333/'
|
||||
|
||||
export const request = superagentPromise(superagent, Promise)
|
||||
|
||||
export function shareViaPublicURL (input) {
|
||||
return request
|
||||
.post(SERVER_URL + 'apis/share')
|
||||
// .set({
|
||||
// Authorization: 'Bearer ' + auth.token()
|
||||
// })
|
||||
.send(input)
|
||||
}
|
||||
|
||||
export default {
|
||||
SERVER_URL,
|
||||
shareViaPublicURL
|
||||
}
|
||||
@@ -34,7 +34,7 @@
|
||||
<script src="../node_modules/codemirror/addon/runmode/runmode.js"></script>
|
||||
|
||||
<script src="../node_modules/raphael/raphael.min.js"></script>
|
||||
<script src="../compiled/flowchart.js"></script>
|
||||
<script src="../node_modules/flowchart.js/release/flowchart.min.js"></script>
|
||||
|
||||
<script src="../node_modules/katex/dist/katex.min.js"></script>
|
||||
<script src="../node_modules/react/dist/react.min.js"></script>
|
||||
|
||||
@@ -169,7 +169,7 @@ var help = {
|
||||
submenu: [
|
||||
{
|
||||
label: 'Boostnote official site',
|
||||
click: function () { shell.openExternal('https://b00st.io/') }
|
||||
click: function () { shell.openExternal('https://boostnote.io/') }
|
||||
},
|
||||
{
|
||||
label: 'Issue Tracker',
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<script src="../node_modules/codemirror/addon/edit/continuelist.js"></script>
|
||||
|
||||
<script src="../node_modules/raphael/raphael.min.js"></script>
|
||||
<script src="../compiled/flowchart.js"></script>
|
||||
<script src="../node_modules/flowchart.js/release/flowchart.min.js"></script>
|
||||
<script>
|
||||
window._ = require('lodash')
|
||||
</script>
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"directory": "compiled",
|
||||
"targets": {
|
||||
"flowchart": "https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.3/flowchart.js"
|
||||
}
|
||||
}
|
||||
@@ -44,12 +44,13 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/BoostIO/Boostnote/issues"
|
||||
},
|
||||
"homepage": "https://b00st.io",
|
||||
"homepage": "https://boostnote.io",
|
||||
"dependencies": {
|
||||
"@rokt33r/markdown-it-math": "^4.0.1",
|
||||
"@rokt33r/season": "^5.3.0",
|
||||
"codemirror": "^5.19.0",
|
||||
"electron-gh-releases": "^2.0.2",
|
||||
"flowchart.js": "^1.6.5",
|
||||
"font-awesome": "^4.3.0",
|
||||
"immutable": "^3.8.1",
|
||||
"js-sequence-diagrams": "^1000000.0.6",
|
||||
@@ -94,7 +95,6 @@
|
||||
"jsdom": "^9.4.2",
|
||||
"merge-stream": "^1.0.0",
|
||||
"nib": "^1.1.0",
|
||||
"oh-my-cdn": "^0.1.1",
|
||||
"react": "^15.3.0",
|
||||
"react-color": "^2.2.2",
|
||||
"react-css-modules": "^3.7.6",
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
|
||||
## Goods
|
||||
|
||||
<img src="https://b00st.io/images/t3.png" width="250"/>
|
||||
<img src="https://b00st.io/images/t1.png" width="250"/>
|
||||
<img src="https://boostnote.io/images/t3.png" width="250"/>
|
||||
<img src="https://boostnote.io/images/t1.png" width="250"/>
|
||||
|
||||
[Boostnote shop](https://boostnote.paintory.com/)から幾つかのグッズを販売しています。
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
|
||||
## Goods
|
||||
|
||||
<img src="https://b00st.io/images/t3.png" width="250"/>
|
||||
<img src="https://b00st.io/images/t1.png" width="250"/>
|
||||
<img src="https://boostnote.io/images/t3.png" width="250"/>
|
||||
<img src="https://boostnote.io/images/t1.png" width="250"/>
|
||||
|
||||
[Boostnote store](https://boostnote.paintory.com/)에서 몇가지 상품들을 팔고있습니다.
|
||||
|
||||
|
||||
@@ -32,8 +32,8 @@ Please use the [issue tracker](https://github.com/BoostIO/Boostnote/issues) for
|
||||
|
||||
|
||||
## Store
|
||||
<img src="https://b00st.io/images/t3.png" width="250"/>
|
||||
<img src="https://b00st.io/images/t1.png" width="250"/>
|
||||
<img src="https://boostnote.io/images/t3.png" width="250"/>
|
||||
<img src="https://boostnote.io/images/t1.png" width="250"/>
|
||||
|
||||
We're selling Boostnote goods on the [Boostnote store](https://boostnote.paintory.com/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user