Sin descripción

xinyan e42ce1bdaf 版本修改 hace 10 meses
public 77e23f1eb6 💄 style<index.html>: 修改标签栏logo hace 1 año
src 967f152ed4 Merge branch 'xinyan' into test hace 10 meses
.env 963c6119d4 修改文档 hace 11 meses
.env.development e35d200fa1 效率工具test hace 10 meses
.env.production 963c6119d4 修改文档 hace 11 meses
.eslintignore d49b24c7a1 first commit hace 1 año
.eslintrc.js d49b24c7a1 first commit hace 1 año
.gitignore a4fe69f163 🐛 fix<词根管理>: 修复一些问题 hace 1 año
.prettierrc.js 8479ac257f ✨ feat: 新增特征词页面; 搜索词新增查询节流; hace 1 año
LICENSE d49b24c7a1 first commit hace 1 año
README.md eca64e93b5 更新README hace 1 año
auto-imports.d.ts 163dc66e3f 🔧 build: 依赖修改 hace 1 año
components.d.ts 415b593b46 新增特征词下载页; 新增下载组件; 优化上传组件; 优化特征词Table; 修改element-plus导入方式避免页面依赖改变重复刷新 hace 11 meses
index.html b96ea57d10 🎨 perf<浏览器标题>: 修改页面顶部浏览器标题 hace 1 año
package-lock.json a89c72e73e Merge branch 'xinyan' into test hace 10 meses
package.json e42ce1bdaf 版本修改 hace 10 meses
plugins.d.ts d49b24c7a1 first commit hace 1 año
postcss.config.js d49b24c7a1 first commit hace 1 año
shim.d.ts d49b24c7a1 first commit hace 1 año
source.d.ts d49b24c7a1 first commit hace 1 año
tailwind.config.js d49b24c7a1 first commit hace 1 año
tsconfig.json e8dcd46ef1 :sparkles: 商品中心<商品列表>: 完善表格功能 hace 1 año
vite.config.ts 415b593b46 新增特征词下载页; 新增下载组件; 优化上传组件; 优化特征词Table; 修改element-plus导入方式避免页面依赖改变重复刷新 hace 11 meses

README.md

ads_web

开发规范

  1. 自建开发分支,本地测试无误后合并到test分支(自己合并)
  2. 在测试服务器中同步代码后,打包即可

    sudo su
    npm run build
    
  3. 前后端联调无误后,申请将test分支合并到master分支