Jelajahi Sumber

Merge pull request #41 from crawlab-team/develop

Develop
Marvin Zhang 5 tahun lalu
induk
melakukan
7ab4c76fd6

File diff ditekan karena terlalu besar
+ 4 - 0
README.md


+ 1 - 1
config/defaultSettings.ts

@@ -54,7 +54,7 @@ export default {
   menu: {
     locale: true,
   },
-  title: 'ArtiPub v0.1.2',
+  title: 'ArtiPub v0.1.3',
   pwa: false,
   iconfontUrl: '',
 } as DefaultSettings;

+ 1 - 1
extensions/package.json

@@ -1,6 +1,6 @@
 {
   "name": "artipub-chrome-extension",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "description": "Chrome extension login helper for ArtiPub",
   "scripts": {
     "dev": "webpack-dev-server --config webpack.dev.js --content-base ./dist",

+ 1 - 1
extensions/src/manifest.json

@@ -1,6 +1,6 @@
 {
   "name": "ArtiPub",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "manifest_version": 2,
   "description": "ArtiPub登陆助手,帮助登陆掘金、SegmentFault、CSDN、知乎等技术平台",
   "icons": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "artipub",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "description": "Article publishing platform that automatically distributes your articles to various media channels",
   "main": "index.js",
   "scripts": {

+ 1 - 1
src/pages/document.ejs

@@ -9,7 +9,7 @@
     />
     <title>ArtiPub</title>
     <link rel="icon" href="/favicon.ico" type="image/x-icon" />
-    <script src="http://sdk.talkingdata.com/app/h5/v1?appid=378E36452AF64EDCA6EF5EAAF53A7993&vn=0.1.2&vc=0.1.2"></script>
+    <script src="http://sdk.talkingdata.com/app/h5/v1?appid=378E36452AF64EDCA6EF5EAAF53A7993&vn=0.1.3&vc=0.1.3"></script>
   </head>
   <body>
     <noscript>Sorry, we need js to run correctly!</noscript>