• This project
    • Loading...
  • Sign in

Hooke / jgdl

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • jgdl
  • src
  • pages
  • demo
  • index.config.js
  • hookehuyr's avatar
    feat: 初始化项目基础结构和功能 · d8ebf415 ...
    d8ebf415
    添加项目基础文件结构,包括页面、组件、API、状态管理等
    集成Taro4、Vue3、Pinia、TailwindCSS等技术栈
    实现授权登录、页面导航、海报生成等核心功能
    配置构建工具和开发环境
    hookehuyr authored 2025-07-01 17:04:01 +0800
index.config.js 79 Bytes
Raw Blame History Permalink
1 2 3 4 5
export default {
  navigationBarTitleText: 'demo',
  usingComponents: {
  },
}