Sin descripción

xinyan c95af64130 Merge branch 'xinyan' into test hace 4 meses
public 77e23f1eb6 💄 style<index.html>: 修改标签栏logo hace 1 año
src c95af64130 Merge branch 'xinyan' into test hace 4 meses
.env 963c6119d4 修改文档 hace 8 meses
.env.development 1cac42b1b6 feat(searchTerm): 优化搜索词页面布局和表格高度 hace 6 meses
.env.production 963c6119d4 修改文档 hace 8 meses
.eslintignore d49b24c7a1 first commit hace 1 año
.eslintrc.js d49b24c7a1 first commit hace 1 año
.gitignore a4fe69f163 🐛 fix<词根管理>: 修复一些问题 hace 11 meses
.prettierrc.js 8479ac257f ✨ feat: 新增特征词页面; 搜索词新增查询节流; hace 9 meses
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 da772b6263 打包补充 hace 8 meses
index.html b96ea57d10 🎨 perf<浏览器标题>: 修改页面顶部浏览器标题 hace 10 meses
package-lock.json fe46c00c2a 把caniuse-lite版本从1.0.30001668退回1.0.30001605 hace 7 meses
package.json fe46c00c2a 把caniuse-lite版本从1.0.30001668退回1.0.30001605 hace 7 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 8 meses

README.md

ads_web

开发规范

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

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