Git Product home page Git Product logo

1bit's Introduction

cw2bit

1Bit application for Information acquisition.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

编码规则

变量命名规则

  • c_xXxx : 常量
  • k_xXxx : 用于Key的常量字符串
  • rt_xXxx : 命名路由常量字符串
  • m_xXxx : 非公开且非静态的属性(可直接访问和设置)
  • s_xXxx : 静态变量
  • _m_xxXxx : dart隐私属性(需要有特定访问和设置逻辑的,与m_xXxx二选一)或实际就是不想外部处理的

常量放置规则

  1. 默认放置在相关模块内的常量文件内,例如github_constant.dart
  2. 一般直接定义为全局的,不放置在类下
  3. 不需要多处访问的,将常量集中放到最接近业务代码的位置

内容板块

  • 1Bit:应用小工具,应用测试,1bit仓库问题提交
  • 朝闻道:稍后读,热搜资讯,Ai资讯
  • TV.SO:BiliBili经常关注,UP主追踪等
  • 数千签:各类标签数据

1bit's People

Contributors

chaos-woo avatar

Watchers

 avatar

1bit's Issues

热搜标题截取有问题

【模块-BUG】
朝闻道
【主题-简要描述】
百战热搜(看雪)论坛标题截取只有一部分
【详细描述】
示例:[原创]xxxx
展示部分:[原创
uri正常,跳转正常

字体不统一

【模块-BUG】
所有模块
【主题-简要描述】
字体不统一
【详细描述】
各个模块中,被选中和未被选中的字体不统一,有的是系统字体,有的是代码中指定的字体

稍后读快端上来吧

【模块-Feature】
wallabag稍后读板块
【主题-简要描述】
百战热搜的页面🈶万字,或是来不及看得文章,需要稍后读把文章进行暂留

百站热搜支持自定义不导航的uri

【模块-Enhance】
WebView
【主题-简要描述】
百战热搜WebView总是跳转不支持的uri
【详细描述】
建议在(设置)除了GitHub token设置,再增加自定义的uri scheme,最好是开发优先测试所有APP,减少自定义

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.