feat: unlock all features and update README for LingXi CRM
CRM CI / build (push) Has been cancelled

This commit is contained in:
yi
2026-06-09 15:59:52 +08:00
parent 0e9f2197cd
commit a205a7a49d
17 changed files with 569 additions and 67 deletions
+6
View File
@@ -14,6 +14,7 @@ import Product from '../views/Product.vue'
import Config from '../views/Config.vue'
import Subscribe from '../views/Subscribe.vue'
import Result from '../views/Result.vue'
import About from '../views/About.vue'
const routes = [
{
@@ -74,6 +75,11 @@ const routes = [
path: '/result',
name: 'result',
component: Result,
},
{
path: '/about',
name: 'about',
component: About,
}
],
},