mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@crawlab/app",
|
||||
"version": "0.6.0-beta.20211221.1200",
|
||||
"version": "0.6.0-beta.20211224.1500",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"crawlab-ui": "0.6.0-beta.20211219.1200",
|
||||
"crawlab-ui": "0.6.0-beta.20211224.1500",
|
||||
"vue": "3.0.11",
|
||||
"vue-router": "^4.0.11"
|
||||
},
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<link rel="icon" type="image/x-icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<link rel="stylesheet" href="font-awesome.min.css">
|
||||
<meta charset="utf-8">
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
<meta content="width=device-width,initial-scale=1.0" name="viewport">
|
||||
<link href="<%= BASE_URL %>favicon.ico" rel="icon">
|
||||
<link href="font-awesome.min.css" rel="stylesheet">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<script>
|
||||
window.VUE_APP_API_BASE_URL = '<%= VUE_APP_API_BASE_URL %>'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user