Açıklama Yok

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

README.md

ads_web

开发规范

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

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