• This project
    • Loading...
  • Sign in

Hooke / lls_program

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
  • lls_program
  • src
  • pages
  • Webview
  • test.config.js
  • hookehuyr's avatar
    feat(Webview): 添加Webview页面及相关测试功能 · 46dfb914 ...
    46dfb914 Browse Files
    refactor(BottomNav): 替换图标为SVG并添加样式过滤
    style(Activities): 更新页面标题和导航栏样式
    docs: 添加文件描述注释和最后编辑信息
    hookehuyr authored 2025-08-27 23:16:16 +0800
test.config.js 129 Bytes
Raw Blame History Permalink
1 2 3 4 5
export default {
  navigationBarTitleText: 'WebView测试页面',
  enablePullDownRefresh: false,
  backgroundTextStyle: 'dark'
}