Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要让用户在安装时设置一些选项。然后需要可以从应用程序中读取选项集。
选项将是一些简单的键/值,以纯文本形式。
有没有办法用 TideSDK 做到这一点?
您能否详细说明您希望用户在安装时如何从安装程序/安装时输入键值对?
当前的安装程序不提供任何类型的功能来设置这样的变量,但是您可以使用 TideSDK / webkit 中内置的 sqlite 数据库轻松地做到这一点。
您可以通过在数据库中设置标志来检测应用程序的第一次运行。并要求用户输入您希望他添加并存储的参数(键/值)。