From 855f20493d6fb90eb4ae35dec7f80183ae1800d0 Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期二, 22 十月 2019 14:59:48 +0800 Subject: [PATCH] 修改内容 --- platforms/android/app/src/main/assets/www/js/common_functions.js | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/platforms/android/app/src/main/assets/www/js/common_functions.js b/platforms/android/app/src/main/assets/www/js/common_functions.js index a04fa53..8a03b90 100644 --- a/platforms/android/app/src/main/assets/www/js/common_functions.js +++ b/platforms/android/app/src/main/assets/www/js/common_functions.js @@ -7,4 +7,29 @@ rs = $(rs).parent().get(0); } return rs; -} \ No newline at end of file +} + +// 瀹氫箟璁惧鐘舵�佸搴斿叧绯� +var devWorkerStates = [ + { + value: 0, + text: '鍋滄鐘舵��', + }, + { + value: 1, + text: '鏆傚仠鏀剧數', + }, + { + value: 2, + text: '姝e湪鏀剧數', + }, + { + value: 3, + text: '鏆傚仠鍏呯數', + }, + + { + value: 4, + text: '姝e湪鍏呯數' + }, +]; \ No newline at end of file -- Gitblit v1.9.1