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.
我正在使用 Appcelerator Titanium 创建移动应用程序。
我遇到的问题是,每次构建项目时,我的整个 Resources 目录都会被覆盖。有什么理由吗?它使我无法编辑 app.js(位于该目录中)以包含我的全局函数文件。
听起来您正在使用 Titanium 中的合金框架。使用 Alloy,您无需修改 app.js,它会为您自动生成。修改目录内的代码、样式和视图文件app/。
app/
在这里查看更多关于合金的文档。