feat: 添加代理隧道连接失败的重试机制
refactor(crawler): 在各爬虫服务中实现代理错误重试逻辑 feat(uni-app): 新增投标项目查看器的uni-app版本
This commit is contained in:
25
uni-app-version/tailwind.config.js
Normal file
25
uni-app-version/tailwind.config.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
'./index.html',
|
||||
'./pages/**/*.{vue,js,ts,jsx,tsx}',
|
||||
'./components/**/*.{vue,js,ts,jsx,tsx}',
|
||||
'./App.vue'
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#3498db',
|
||||
success: '#27ae60',
|
||||
warning: '#f39c12',
|
||||
error: '#e74c3c',
|
||||
info: '#909399'
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
// uni-app 配置
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user