[GH-ISSUE #1] V0.1.0基础模块 #1923

Closed
opened 2026-03-01 17:15:56 +03:00 by kerem · 0 comments
Owner

Originally created by @VShawn on GitHub (Mar 14, 2020).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/1

Originally assigned to: @VShawn on GitHub.

  • 基础模块
    • 加密 :砍掉需求每次开启软件都要输入密码实在影响用户体验。

      • 系统用户登录后首次打开软件要求输入密码
      • 基于字符串加密的密码保护 移动至 V0.0.2 开发规划,使用RSA实现。
    • 数据库

      • Sqlite
        • 实现简单ORM,服务器增删查改
        • 数据库加密预研
        • 导出导入服务器连接配置(单条)
    • 软件配置

      • 基于数据库的全局配置:砍掉需求,所有配置都在本地ini
      • 基于配置文件的本地化客制配置(高优先级)
    • 多国语言支持

      • 实现方法预研
      • json转语言资源文件
      • 确认语言切换功能如何实现
      • zh-cn.json 补全
      • en-us.json 补全
    • 快速检索

      • 汉字首字母检索
      • 英文、中文全词过滤
      • 英文首字母检索
      • 快速启动远程链接
Originally created by @VShawn on GitHub (Mar 14, 2020). Original GitHub issue: https://github.com/1Remote/1Remote/issues/1 Originally assigned to: @VShawn on GitHub. - [x] 基础模块 - [x] ~~加密~~ :砍掉需求每次开启软件都要输入密码实在影响用户体验。 - [x] ~~系统用户登录后首次打开软件要求输入密码~~ - [x] ~~基于字符串加密的密码保护~~ 移动至 V0.0.2 开发规划,使用RSA实现。 - [x] 数据库 - [x] Sqlite - [x] 实现简单ORM,服务器增删查改 - [x] 数据库加密预研 - [x] 导出导入服务器连接配置(单条) - [x] 软件配置 - [x] ~~基于数据库的全局配置~~:砍掉需求,所有配置都在本地ini - [x] 基于配置文件的本地化客制配置(高优先级) - [x] 多国语言支持 - [x] 实现方法预研 - [x] json转语言资源文件 - [x] 确认语言切换功能如何实现 - [x] zh-cn.json 补全 - [x] en-us.json 补全 - [x] 快速检索 - [x] 汉字首字母检索 - [x] 英文、中文全词过滤 - [x] ~~英文首字母检索~~ - [x] 快速启动远程链接
kerem closed this issue 2026-03-01 17:15:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#1923
No description provided.